We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5e3ac commit 43d37feCopy full SHA for 43d37fe
.clang-tidy
@@ -1,13 +1,17 @@
1
Checks: >
2
*,
3
+ -abseil-*,
4
-altera-*,
5
+ -cppcoreguidelines-avoid-goto,
6
-cppcoreguidelines-non-private-member-variables-in-classes,
7
-fuchsia-*,
8
-hicpp-*,
9
-llvm-*,
10
-llvmlibc-*,
11
-misc-non-private-member-variables-in-classes,
- -modernize-*
12
+ -modernize-*,
13
+ -readability-function-cognitive-complexity,
14
+ -readability-identifier-length
15
16
# Turn all the warnings from the checks above into errors.
17
HeaderFilterRegex: '.*/include/inja/.*\.hpp$'
0 commit comments