2021-10-13 23:12:51 +00:00
|
|
|
---
|
2021-11-03 13:59:39 +00:00
|
|
|
# PRs welcome to fix & re-enable any of these explicitly-disabled checks
|
2021-10-13 23:12:51 +00:00
|
|
|
Checks: >
|
2022-01-24 19:07:55 +00:00
|
|
|
bugprone-*,
|
2021-11-03 13:59:39 +00:00
|
|
|
-bugprone-branch-clone,
|
|
|
|
-bugprone-easily-swappable-parameters,
|
|
|
|
-bugprone-implicit-widening-of-multiplication-result,
|
2022-01-24 19:07:55 +00:00
|
|
|
-bugprone-narrowing-conversions,
|
|
|
|
cert-*,
|
|
|
|
-cert-err34-c,
|
|
|
|
-cert-err58-cpp,
|
|
|
|
clang-analyzer-core.*,
|
|
|
|
clang-analyzer-cplusplus.*,
|
2022-04-19 14:51:25 +00:00
|
|
|
clang-analyzer-deadcode.*,
|
|
|
|
clang-analyzer-optin.cplusplus.*,
|
2022-01-24 19:07:55 +00:00
|
|
|
clang-analyzer-security.*,
|
|
|
|
clang-analyzer-valist.*,
|
|
|
|
cppcoreguidelines-init-variables,
|
|
|
|
cppcoreguidelines-prefer-member-initializer,
|
2022-02-07 04:28:36 +00:00
|
|
|
cppcoreguidelines-slicing,
|
2022-01-24 19:07:55 +00:00
|
|
|
cppcoreguidelines-virtual-class-destructor,
|
|
|
|
misc-*,
|
|
|
|
-misc-no-recursion,
|
|
|
|
-misc-non-private-member-variables-in-classes,
|
|
|
|
modernize-*,
|
2021-11-03 13:59:39 +00:00
|
|
|
-modernize-avoid-c-arrays,
|
2022-01-24 19:07:55 +00:00
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
performance-*,
|
|
|
|
readability-*,
|
2021-11-03 13:59:39 +00:00
|
|
|
-readability-function-cognitive-complexity,
|
2022-01-24 02:44:14 +00:00
|
|
|
-readability-identifier-length,
|
2021-11-03 13:59:39 +00:00
|
|
|
-readability-inconsistent-declaration-parameter-name,
|
|
|
|
-readability-magic-numbers,
|
|
|
|
-readability-qualified-auto,
|
|
|
|
-readability-redundant-access-specifiers,
|