|
|
@@ -4,6 +4,9 @@ bugprone-*,\
|
|
|
-bugprone-macro-parentheses,\
|
|
|
-bugprone-misplaced-widening-cast,\
|
|
|
-bugprone-narrowing-conversions,\
|
|
|
+-bugprone-reserved-identifier,\
|
|
|
+-bugprone-signed-char-misuse,\
|
|
|
+-bugprone-suspicious-include,\
|
|
|
-bugprone-too-small-loop-variable,\
|
|
|
google-readability-casting,\
|
|
|
misc-*,\
|
|
|
@@ -17,6 +20,8 @@ modernize-*,\
|
|
|
-modernize-use-trailing-return-type,\
|
|
|
-modernize-use-transparent-functors,\
|
|
|
performance-*,\
|
|
|
+-performance-no-automatic-move,\
|
|
|
+-performance-trivially-destructible,\
|
|
|
readability-*,\
|
|
|
-readability-convert-member-functions-to-static,\
|
|
|
-readability-function-size,\
|
|
|
@@ -24,9 +29,15 @@ readability-*,\
|
|
|
-readability-implicit-bool-conversion,\
|
|
|
-readability-inconsistent-declaration-parameter-name,\
|
|
|
-readability-magic-numbers,\
|
|
|
+-readability-make-member-function-const,\
|
|
|
-readability-named-parameter,\
|
|
|
+-readability-qualified-auto,\
|
|
|
+-readability-redundant-access-specifiers,\
|
|
|
-readability-redundant-declaration,\
|
|
|
+-readability-redundant-string-init,\
|
|
|
+-readability-simplify-boolean-expr,\
|
|
|
-readability-uppercase-literal-suffix,\
|
|
|
+-readability-use-anyofallof,\
|
|
|
"
|
|
|
HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$'
|
|
|
CheckOptions:
|