Skip to content

Commit

Permalink
Report clang-tidy issues on tools headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Apr 13, 2020
1 parent 5dac865 commit c034a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ readability-*,\
-readability-redundant-declaration,\
"
WarningsAsErrors: '*'
HeaderFilterRegex: '(src|test).*'
HeaderFilterRegex: '(src|test|tools).*'
FormatStyle: none
CheckOptions:
- key: readability-uppercase-literal-suffix.NewSuffixes
Expand Down

0 comments on commit c034a56

Please sign in to comment.