2023-04-13 16:10:55 +02:00
|
|
|
# Generated from CLion Inspection settings
|
|
|
|
---
|
|
|
|
Checks: '-*,
|
|
|
|
mpi-*,
|
|
|
|
bugprone-*,
|
|
|
|
-bugprone-signal-handler,
|
|
|
|
-bugprone-narrowing-conversions,
|
|
|
|
-bugprone-redundant-branch-condition,
|
|
|
|
-bugprone-exception-escape,
|
|
|
|
-bugprone-shared-ptr-array-mismatch,
|
|
|
|
-bugprone-implicit-widening-of-multiplication-result,
|
|
|
|
-bugprone-signed-char-misuse,
|
|
|
|
-bugprone-unhandled-exception-at-new,
|
|
|
|
-bugprone-infinite-loop,
|
|
|
|
-bugprone-easily-swappable-parameters,
|
|
|
|
cert-err52-cpp,
|
|
|
|
cert-err60-cpp,
|
|
|
|
cert-err34-c,
|
|
|
|
cert-str34-c,
|
|
|
|
cert-dcl21-cpp,
|
|
|
|
cert-msc50-cpp,
|
|
|
|
cert-msc51-cpp,
|
|
|
|
cert-dcl58-cpp,
|
|
|
|
cert-flp30-c,
|
|
|
|
cppcoreguidelines-avoid-const-or-ref-data-members,
|
|
|
|
cppcoreguidelines-pro-type-member-init,
|
|
|
|
cppcoreguidelines-slicing,
|
|
|
|
cppcoreguidelines-interfaces-global-init,
|
|
|
|
cppcoreguidelines-pro-type-static-cast-downcast,
|
|
|
|
cppcoreguidelines-narrowing-conversions,
|
|
|
|
google-default-arguments,
|
|
|
|
google-runtime-operator,
|
|
|
|
google-explicit-constructor,
|
|
|
|
hicpp-multiway-paths-covered,
|
|
|
|
hicpp-exception-baseclass,
|
|
|
|
misc-*,
|
|
|
|
-misc-definitions-in-headers,
|
|
|
|
-misc-unused-parameters,
|
|
|
|
-misc-unused-alias-decls,
|
|
|
|
-misc-use-anonymous-namespace,
|
|
|
|
-misc-misleading-identifier,
|
|
|
|
-misc-confusable-identifiers,
|
|
|
|
-misc-misleading-bidirectional,
|
|
|
|
-misc-static-assert,
|
|
|
|
-misc-no-recursion,
|
|
|
|
-misc-const-correctness,
|
|
|
|
modernize-*,
|
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
openmp-use-default-none,
|
|
|
|
performance-*,
|
|
|
|
-performance-no-int-to-ptr,
|
|
|
|
portability-*,
|
|
|
|
-portability-restrict-system-includes,
|
|
|
|
readability-*,
|
|
|
|
-readability-redundant-preprocessor,
|
|
|
|
-readability-named-parameter,
|
|
|
|
-readability-function-size,
|
|
|
|
-readability-use-anyofallof,
|
|
|
|
-readability-identifier-length,
|
|
|
|
-readability-magic-numbers,
|
|
|
|
-readability-braces-around-statements,
|
|
|
|
-readability-suspicious-call-argument,
|
|
|
|
-readability-isolate-declaration,
|
|
|
|
-readability-else-after-return,
|
|
|
|
-readability-redundant-access-specifiers,
|
|
|
|
-readability-function-cognitive-complexity,
|
2023-04-16 22:12:35 +02:00
|
|
|
-readability-identifier-naming,
|
2023-11-10 14:48:26 +01:00
|
|
|
*-include-cleaner,
|
|
|
|
-readability-qualified-auto'
|