We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528a67d commit 52cf45eCopy full SHA for 52cf45e
1 file changed
tools/report-converter/codechecker_report_converter/report/parser/sarif.py
@@ -63,7 +63,7 @@ def get_reports(
63
64
for run in data.runs:
65
rules = self._get_rules(run.run_data)
66
- analyzer_name = self._get_analyzer_name(run.run_data).lower()
+ analyzer_name = self._get_analyzer_name(run.run_data)
67
# $3.14.14
68
self.original_uri_base_ids = None
69
if "originalUriBaseIds" in run.run_data:
0 commit comments