Skip to content

Commit fba743c

Browse files
authored
Make clang-tidy check header files too (#2072)
Without this header file errors would be ignored.
1 parent d77f0fd commit fba743c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ CheckOptions:
1414
value: camelBack
1515
- key: readability-identifier-naming.VariableCase
1616
value: camelBack
17+
HeaderFilterRegex: src/*

0 commit comments

Comments
 (0)