mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-25 16:50:36 +03:00
44 lines
1.5 KiB
YAML
44 lines
1.5 KiB
YAML
Checks: "*,\
|
|
-altera-id-dependent-backward-branch,\
|
|
-altera-struct-pack-align,\
|
|
-altera-unroll-loops,\
|
|
-bugprone-branch-clone,\
|
|
-bugprone-easily-swappable-parameters,\
|
|
-bugprone-suspicious-include,\
|
|
-bugprone-exception-escape,\
|
|
-cppcoreguidelines-avoid-const-or-ref-data-members,\
|
|
-cppcoreguidelines-avoid-do-while,\
|
|
-cppcoreguidelines-non-private-member-variables-in-classes,\
|
|
-cppcoreguidelines-prefer-member-initializer,\
|
|
-cppcoreguidelines-special-member-functions,\
|
|
-fuchsia-default-arguments,\
|
|
-fuchsia-default-arguments-calls,\
|
|
-fuchsia-default-arguments-declarations,\
|
|
-fuchsia-multiple-inheritance,\
|
|
-fuchsia-overloaded-operator,\
|
|
-fuchsia-statically-constructed-objects,\
|
|
-fuchsia-trailing-return,\
|
|
-google-global-names-in-headers,\
|
|
-google-readability-todo,\
|
|
-google-runtime-references,\
|
|
-hicpp-special-member-functions,\
|
|
-llvm-else-after-return,\
|
|
-llvm-header-guard,\
|
|
-llvm-include-order,\
|
|
-llvmlibc-callee-namespace,\
|
|
-llvmlibc-implementation-in-namespace,\
|
|
-llvmlibc-inline-function-decl,\
|
|
-llvmlibc-restrict-system-libc-headers,\
|
|
-misc-include-cleaner,\
|
|
-misc-no-recursion,\
|
|
-misc-non-private-member-variables-in-classes,\
|
|
-modernize-use-trailing-return-type,\
|
|
-performance-inefficient-string-concatenation,\
|
|
-performance-unnecessary-value-param,\
|
|
-readability-else-after-return,\
|
|
-readability-function-cognitive-complexity,\
|
|
-readability-identifier-length,\
|
|
-readability-implicit-bool-conversion,\
|
|
-readability-redundant-access-specifiers,\
|
|
-readability-redundant-member-init,\
|
|
-readability-use-anyofallof" |