Skip to content

Commit a8112b5

Browse files
committed
Prevent clang-tidy to check headers outside ABACUS code
1 parent 00325e6 commit a8112b5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ Checks: '
4343
# -google-build-using-namespace,
4444
# -bugprone-narrowing-conversions,
4545
'
46+
47+
ExcludeHeaderFilterRegex: '^(/usr|/opt|/lib|/include)'
48+
SystemHeaders: false
4649
...

0 commit comments

Comments
 (0)