mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
19 lines
439 B
YAML
19 lines
439 B
YAML
Checks: >
|
|
bugprone-*,
|
|
cert-*,
|
|
-cert-err58-cpp,
|
|
clang-analyzer-*,
|
|
google-global-names-in-headers,
|
|
google-runtime-int,
|
|
misc-*,
|
|
-misc-non-private-member-variables-in-classes,
|
|
performance-*,
|
|
portability-*,
|
|
readability-*,
|
|
-readability-braces-around-statements,
|
|
-readability-implicit-bool-conversion,
|
|
-readability-magic-numbers,
|
|
-readability-uppercase-literal-suffix,
|
|
|
|
WarningsAsErrors: '*'
|
|
FormatStyle: file |