--- # PRs welcome to fix & re-enable any of these explicitly-disabled checks Checks: > bugprone-*, -bugprone-branch-clone, -bugprone-easily-swappable-parameters, -bugprone-implicit-widening-of-multiplication-result, -bugprone-narrowing-conversions, cert-*, -cert-err58-cpp, clang-analyzer-core.*, clang-analyzer-cplusplus.*, clang-analyzer-deadcode.*, clang-analyzer-nullability.*, clang-analyzer-optin.cplusplus.*, clang-analyzer-security.*, clang-analyzer-valist.*, cppcoreguidelines-init-variables, cppcoreguidelines-prefer-member-initializer, cppcoreguidelines-slicing, cppcoreguidelines-special-member-functions, cppcoreguidelines-virtual-class-destructor, google-explicit-constructor, misc-*, -misc-no-recursion, -misc-non-private-member-variables-in-classes, modernize-*, -modernize-use-trailing-return-type, performance-*, portability-*, readability-*, -readability-function-cognitive-complexity, -readability-identifier-length, -readability-magic-numbers, -readability-qualified-auto, CheckOptions: - { key: readability-identifier-naming.ParameterCase, value: lower_case } - { key: readability-identifier-naming.ConstexprVariableCase, value: CamelCase } - { key: readability-identifier-naming.VariableCase, value: lower_case }