We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab0ea7 commit cf5e3acCopy full SHA for cf5e3ac
.clang-tidy
@@ -1,9 +1,13 @@
1
Checks: >
2
*,
3
- -fuchsia*,
+ -altera-*,
4
+ -cppcoreguidelines-non-private-member-variables-in-classes,
5
+ -fuchsia-*,
6
+ -hicpp-*,
7
-llvm-*,
8
-llvmlibc-*,
- -modernize-use-trailing-return-type
9
+ -misc-non-private-member-variables-in-classes,
10
+ -modernize-*
11
12
# Turn all the warnings from the checks above into errors.
13
HeaderFilterRegex: '.*/include/inja/.*\.hpp$'
0 commit comments