Skip to content

Commit 43d37fe

Browse files
committed
re-check
1 parent cf5e3ac commit 43d37fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.clang-tidy

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
Checks: >
22
*,
3+
-abseil-*,
34
-altera-*,
5+
-cppcoreguidelines-avoid-goto,
46
-cppcoreguidelines-non-private-member-variables-in-classes,
57
-fuchsia-*,
68
-hicpp-*,
79
-llvm-*,
810
-llvmlibc-*,
911
-misc-non-private-member-variables-in-classes,
10-
-modernize-*
12+
-modernize-*,
13+
-readability-function-cognitive-complexity,
14+
-readability-identifier-length
1115
1216
# Turn all the warnings from the checks above into errors.
1317
HeaderFilterRegex: '.*/include/inja/.*\.hpp$'

0 commit comments

Comments
 (0)