16 lines
286 B
YAML
16 lines
286 B
YAML
Checks: >
|
|
-*,
|
|
clang-diagnostic-*,
|
|
bugprone-macro-parentheses,
|
|
bugprone-suspicious-string-compare,
|
|
bugprone-sizeof-expression,
|
|
bugprone-signed-char-misuse,
|
|
cert-dcl37-c,
|
|
readability-misleading-indentation
|
|
|
|
WarningsAsErrors: ''
|
|
|
|
HeaderFilterRegex: '.*'
|
|
|
|
FormatStyle: none
|