We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca53690 commit 3bc0f67Copy full SHA for 3bc0f67
1 file changed
.clang-tidy
@@ -88,7 +88,7 @@ Checks: '*,-abseil-*,-altera-*,-android-cloexec-*,-boost-use-ranges,-bugprone-ch
88
# Readability is a matter of opinion here
89
#
90
#WarningsAsErrors: '*'
91
-HeaderFilterRegex: '\/src\/'
+HeaderFilterRegex: '\/(src|tests)\/'
92
CheckOptions:
93
- key: cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor
94
value: true
0 commit comments