Skip to content

Commit

Permalink
Slight comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Apr 21, 2022
1 parent e03073d commit 465f2e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/run-clang-tidy-on-compile-commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,14 @@ def Check(self):
# Most (all?) of our files do contain errors in system-heades so lines like these
# are expected:
#
# ```
# 59 warnings generated.
# Suppressed 59 warnings (59 in non-user code).
# Use -header-filter=.* to display errors from all non-system headers.
# Use -system-headers to display errors from system headers as well.
# ```
#
# We ignore output from that file

# The list below ignores those expected output lines.
skip_strings = [
"warnings generated",
"in non-user code",
Expand Down

0 comments on commit 465f2e1

Please sign in to comment.