2019-02-05 05:12:57 +00:00
|
|
|
Checks: '
|
|
|
|
-*,
|
|
|
|
bugprone-*,
|
2019-11-30 07:25:26 +00:00
|
|
|
-bugprone-branch-clone,
|
2019-02-12 02:41:01 +00:00
|
|
|
-bugprone-macro-parentheses,
|
2021-05-03 00:43:18 +00:00
|
|
|
-bugprone-narrowing-conversions,
|
2020-11-09 12:15:20 +00:00
|
|
|
-bugprone-unhandled-self-assignment,
|
2019-02-05 05:12:57 +00:00
|
|
|
google-*,
|
|
|
|
-google-build-using-namespace,
|
|
|
|
-google-readability-casting,
|
2019-11-30 07:25:26 +00:00
|
|
|
-google-readability-function-size,
|
2019-02-05 05:12:57 +00:00
|
|
|
-google-readability-todo,
|
|
|
|
-google-runtime-int,
|
|
|
|
-google-runtime-references,
|
|
|
|
misc-*,
|
2020-11-09 12:15:20 +00:00
|
|
|
-misc-no-recursion,
|
2019-02-05 05:12:57 +00:00
|
|
|
-misc-redundant-expression,
|
|
|
|
-misc-unused-parameters,
|
|
|
|
modernize-*,
|
2019-02-12 02:41:01 +00:00
|
|
|
-modernize-avoid-c-arrays,
|
2019-02-05 05:12:57 +00:00
|
|
|
-modernize-deprecated-headers,
|
|
|
|
-modernize-loop-convert,
|
|
|
|
-modernize-use-auto,
|
|
|
|
-modernize-use-nullptr,
|
2019-11-30 07:25:26 +00:00
|
|
|
-modernize-use-trailing-return-type,
|
2019-02-05 05:12:57 +00:00
|
|
|
-modernize-use-using,
|
|
|
|
performance-*,
|
2021-05-03 00:43:18 +00:00
|
|
|
-performance-no-int-to-ptr,
|
2019-02-05 05:12:57 +00:00
|
|
|
portability-*,
|
|
|
|
readability-*,
|
|
|
|
-readability-else-after-return,
|
2021-05-03 00:43:18 +00:00
|
|
|
-readability-function-cognitive-complexity,
|
2019-11-30 07:25:26 +00:00
|
|
|
-readability-function-size,
|
2019-02-05 05:12:57 +00:00
|
|
|
-readability-implicit-bool-conversion,
|
2020-11-09 12:15:20 +00:00
|
|
|
-readability-inconsistent-declaration-parameter-name,
|
2019-02-12 02:41:01 +00:00
|
|
|
-readability-isolate-declaration,
|
|
|
|
-readability-magic-numbers,
|
2019-02-05 05:12:57 +00:00
|
|
|
-readability-named-parameter,
|
|
|
|
-readability-simplify-boolean-expr'
|