Skip to content

Commit

Permalink
Clarify comment in run_cppcheck.sh
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <[email protected]>
  • Loading branch information
currantw committed Nov 21, 2024
1 parent 48ab3ad commit 339e61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_cppcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RESULTS_FILE=cppcheck-results.log
# --force: force checks all define combinations (default max is 12)
# -iaws-sdk-cpp: avoid checking AWS C++ SDK source files in our repo
# -UWIN32: do not check WIN32-defined codepaths; this would throw errors on Mac
# --check-level: use exhaustive checking for pipeline jobs; can disable during active development for quicker results
# --check-level: use exhaustive checking for pipeline jobs; should be set to `normal` during active development
# --inline-suppr: enable inline error suppression
# -i: ignore CMake and installed files

Expand Down

0 comments on commit 339e61c

Please sign in to comment.