mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
* add clang tidy check * test * check * check * test * check * test * header filter * fix header filter * check * check * check * recheck * re-check * undo removing ci
20 lines
474 B
YAML
20 lines
474 B
YAML
Checks: >
|
|
*,
|
|
-abseil-*,
|
|
-altera-*,
|
|
-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
|
|
|
|
# Turn all the warnings from the checks above into errors.
|
|
HeaderFilterRegex: '.*/include/inja/.*\.hpp$'
|
|
UseColor: true
|
|
WarningsAsErrors: ''
|