2023-06-03 14:36:41 -05:00
|
|
|
# Generated from CLion Inspection settings
|
|
|
|
---
|
|
|
|
Checks: '-*,
|
|
|
|
cppcoreguidelines-interfaces-global-init,
|
|
|
|
cppcoreguidelines-narrowing-conversions,
|
|
|
|
cppcoreguidelines-pro-type-member-init,
|
2023-12-09 23:39:03 -06:00
|
|
|
-cppcoreguidelines-pro-type-static-cast-downcast,
|
2023-06-03 14:36:41 -05:00
|
|
|
cppcoreguidelines-slicing,
|
|
|
|
google-default-arguments,
|
|
|
|
google-runtime-operator,
|
|
|
|
hicpp-exception-baseclass,
|
|
|
|
hicpp-multiway-paths-covered,
|
|
|
|
mpi-buffer-deref,
|
|
|
|
mpi-type-mismatch,
|
|
|
|
openmp-use-default-none,
|
|
|
|
performance-faster-string-find,
|
|
|
|
performance-for-range-copy,
|
|
|
|
performance-implicit-conversion-in-loop,
|
|
|
|
performance-inefficient-algorithm,
|
|
|
|
performance-inefficient-string-concatenation,
|
|
|
|
performance-inefficient-vector-operation,
|
|
|
|
performance-move-const-arg,
|
|
|
|
performance-move-constructor-init,
|
|
|
|
performance-no-automatic-move,
|
|
|
|
performance-noexcept-move-constructor,
|
|
|
|
performance-trivially-destructible,
|
|
|
|
performance-type-promotion-in-math-fn,
|
|
|
|
performance-unnecessary-copy-initialization,
|
|
|
|
performance-unnecessary-value-param,
|
|
|
|
readability-avoid-const-params-in-decls,
|
|
|
|
readability-const-return-type,
|
|
|
|
readability-container-size-empty,
|
|
|
|
readability-convert-member-functions-to-static,
|
|
|
|
readability-delete-null-pointer,
|
|
|
|
readability-deleted-default,
|
|
|
|
readability-inconsistent-declaration-parameter-name,
|
|
|
|
readability-make-member-function-const,
|
|
|
|
readability-misleading-indentation,
|
|
|
|
readability-misplaced-array-index,
|
|
|
|
readability-non-const-parameter,
|
|
|
|
readability-redundant-control-flow,
|
|
|
|
readability-redundant-declaration,
|
|
|
|
readability-redundant-function-ptr-dereference,
|
|
|
|
readability-redundant-smartptr-get,
|
|
|
|
readability-redundant-string-cstr,
|
|
|
|
readability-redundant-string-init,
|
|
|
|
readability-simplify-subscript-expr,
|
|
|
|
readability-static-accessed-through-instance,
|
|
|
|
readability-static-definition-in-anonymous-namespace,
|
|
|
|
readability-string-compare,
|
|
|
|
readability-uniqueptr-delete-release,
|
|
|
|
readability-use-anyofallof,
|
|
|
|
cert-*,
|
|
|
|
misc-*,
|
2023-12-09 23:39:03 -06:00
|
|
|
-misc-include-cleaner
|
2023-06-03 14:36:41 -05:00
|
|
|
-misc-use-anonymous-namespace,
|
|
|
|
readability-duplicate-include,
|
|
|
|
-misc-non-private-member-variables-in-classes,
|
|
|
|
-misc-no-recursion,
|
2024-04-21 10:21:44 -05:00
|
|
|
-misc-include-cleaner,
|
2023-06-03 14:36:41 -05:00
|
|
|
bugprone-*,
|
|
|
|
clang-analyzer-*,
|
|
|
|
modernize-*,
|
|
|
|
portability-*,
|
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
-bugprone-easily-swappable-parameters'
|