Skip to content

Commit

Permalink
Ignore third_party in examples - examples often copy third_party and …
Browse files Browse the repository at this point in the history
…we do not want to validate those (e.g. nlio errors out in else after return)
  • Loading branch information
andy31415 committed Apr 21, 2022
1 parent e020255 commit ad20bfa
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 @@ -45,4 +45,4 @@ Checks: >
-clang-analyzer-cplusplus.NewDeleteLeaks,
-clang-diagnostic-implicit-int-conversion
WarningsAsErrors: '*'
HeaderFilterRegex: '(src|examples|zzz_generated|credentials)'
HeaderFilterRegex: '(src|examples|zzz_generated|credentials).*(?<!third_party.*repo)'

0 comments on commit ad20bfa

Please sign in to comment.