Skip to content

Commit 3a04bcd

Browse files
.clang-tidy: adding rules to lint headers and filter out headers to ignore
1 parent 9344e74 commit 3a04bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-tidy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ImplementationFileExtensions:
1111
- cc
1212
- cpp
1313
- cxx
14-
HeaderFilterRegex: ''
15-
ExcludeHeaderFilterRegex: ''
14+
HeaderFilterRegex: '.'
15+
ExcludeHeaderFilterRegex: 'json.hpp|bamxx.hpp|popcnt.hpp|OptionParser.hpp|config.h|.*smithlab_cpp.*'
1616
FormatStyle: none
1717
CheckOptions:
1818
cert-dcl16-c.NewSuffixes: 'L;LL;LU;LLU'

0 commit comments

Comments
 (0)