aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/parse_clang_tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/parse_clang_tidy.py b/scripts/ci/parse_clang_tidy.py
index 6167c99..ec51d77 100644
--- a/scripts/ci/parse_clang_tidy.py
+++ b/scripts/ci/parse_clang_tidy.py
@@ -26,7 +26,7 @@ def parse_clang_tidy(log_file_path: str) -> list[dict]:
except ValueError:
pass
- fingerprint_data = f"{path}:{line}:{name}:{message}"
+ fingerprint_data = f"{path}:{line}:{column}:{message}:{name}"
fingerprint = hashlib.sha256(fingerprint_data.encode()).hexdigest()
issues.append(