mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
20 lines
445 B
YAML
20 lines
445 B
YAML
Checks: >
|
|
-*,
|
|
bugprone-*,
|
|
google-*,
|
|
misc-*,
|
|
modernize-*,
|
|
performance-*,
|
|
portability-*,
|
|
readability-*,
|
|
-google-readability-namespace-comments,
|
|
-google-runtime-int,
|
|
-google-runtime-references,
|
|
-misc-non-private-member-variables-in-classes,
|
|
-readability-named-parameter,
|
|
-readability-braces-around-statements,
|
|
-readability-magic-numbers
|
|
|
|
# Turn all the warnings from the checks above into errors.
|
|
WarningsAsErrors: ""
|