Skip to content

Commit cf5e3ac

Browse files
committed
recheck
1 parent 8ab0ea7 commit cf5e3ac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.clang-tidy

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Checks: >
22
*,
3-
-fuchsia*,
3+
-altera-*,
4+
-cppcoreguidelines-non-private-member-variables-in-classes,
5+
-fuchsia-*,
6+
-hicpp-*,
47
-llvm-*,
58
-llvmlibc-*,
6-
-modernize-use-trailing-return-type
9+
-misc-non-private-member-variables-in-classes,
10+
-modernize-*
711
812
# Turn all the warnings from the checks above into errors.
913
HeaderFilterRegex: '.*/include/inja/.*\.hpp$'

0 commit comments

Comments
 (0)