mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
23 lines
572 B
YAML
23 lines
572 B
YAML
Checks: >
|
|
*,
|
|
-abseil-*,
|
|
-altera-*,
|
|
-boost-*,
|
|
-cppcoreguidelines-avoid-const-or-ref-data-members,
|
|
-cppcoreguidelines-avoid-goto,
|
|
-cppcoreguidelines-non-private-member-variables-in-classes,
|
|
-fuchsia-*,
|
|
-hicpp-*,
|
|
-llvm-*,
|
|
-llvmlibc-*,
|
|
-misc-non-private-member-variables-in-classes,
|
|
-modernize-*,
|
|
-readability-function-cognitive-complexity,
|
|
-readability-identifier-length,
|
|
-readability-named-parameter
|
|
|
|
# Turn all the warnings from the checks above into errors.
|
|
HeaderFilterRegex: '.*/include/inja/.*\.hpp$'
|
|
UseColor: true
|
|
WarningsAsErrors: ''
|