Skip to content

Commit

Permalink
triage_version.py: specifiy --check-level=exhaustive if available
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Feb 25, 2024
1 parent 922cc80 commit 455777a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/triage_py/triage_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ def sort_commit_hashes(commits):
else:
# TODO: re-add inconclusive: {callstack}: ({severity}{inconclusive:, inconclusive}) {message
cmd.append('--template={callstack}: ({severity}) {message} [{id}]')
if Version(version) >= Version('2.11'):
cmd.append('--check-level=exhaustive')
if Version(version) >= Version('2.13'):
cmd.append('--suppress=checkersReport')
# TODO: how to pass additional options?
Expand Down

0 comments on commit 455777a

Please sign in to comment.