|
|
|
@ -18,6 +18,8 @@ |
|
|
|
|
# Once those issues are clear, these checks can be enabled later. |
|
|
|
|
# |
|
|
|
|
# - bugprone-branch-clone |
|
|
|
|
# - bugprone-easily-swappable-parameters, |
|
|
|
|
# - bugprone-implicit-widening-of-multiplication-result |
|
|
|
|
# - bugprone-infinite-loop |
|
|
|
|
# - bugprone-narrowing-conversions |
|
|
|
|
# - bugprone-not-null-terminated-result |
|
|
|
@ -42,6 +44,7 @@ |
|
|
|
|
# - modernize-use-equals-delete |
|
|
|
|
# - modernize-use-using |
|
|
|
|
# - performance-no-automatic-move |
|
|
|
|
# - performance-no-int-to-ptr |
|
|
|
|
# - performance-unnecessary-copy-initialization |
|
|
|
|
# - performance-unnecessary-value-param |
|
|
|
|
# - readability-else-after-return |
|
|
|
@ -53,6 +56,8 @@ Checks: '-*, |
|
|
|
|
-abseil-no-namespace, |
|
|
|
|
bugprone-*, |
|
|
|
|
-bugprone-branch-clone, |
|
|
|
|
-bugprone-easily-swappable-parameters, |
|
|
|
|
-bugprone-implicit-widening-of-multiplication-result, |
|
|
|
|
-bugprone-infinite-loop, |
|
|
|
|
-bugprone-narrowing-conversions, |
|
|
|
|
-bugprone-not-null-terminated-result, |
|
|
|
@ -67,6 +72,7 @@ Checks: '-*, |
|
|
|
|
-google-upgrade-googletest-case, |
|
|
|
|
performance-*, |
|
|
|
|
-performance-no-automatic-move, |
|
|
|
|
-performance-no-int-to-ptr, |
|
|
|
|
-performance-unnecessary-copy-initialization, |
|
|
|
|
-performance-unnecessary-value-param, |
|
|
|
|
clang-diagnostic-deprecated-register, |
|
|
|
|