Removed very slow and unnecessary clang-tidy checks
This commit is contained in:
@@ -5,6 +5,7 @@ Checks: >-
|
|||||||
-*osx*,
|
-*osx*,
|
||||||
-abseil*,
|
-abseil*,
|
||||||
-android*,
|
-android*,
|
||||||
|
-boost*,
|
||||||
-bugprone-branch-clone,
|
-bugprone-branch-clone,
|
||||||
-bugprone-exception-escape,
|
-bugprone-exception-escape,
|
||||||
-bugprone-easily-swappable-parameters,
|
-bugprone-easily-swappable-parameters,
|
||||||
@@ -29,11 +30,15 @@ Checks: >-
|
|||||||
-google-default-arguments,
|
-google-default-arguments,
|
||||||
-google-explicit-constructor,
|
-google-explicit-constructor,
|
||||||
-google-build-using-namespace,
|
-google-build-using-namespace,
|
||||||
|
-google-upgrade-*,
|
||||||
-hicpp-signed-bitwise,
|
-hicpp-signed-bitwise,
|
||||||
-hicpp-explicit-conversions,
|
-hicpp-explicit-conversions,
|
||||||
-llvmlibc-*,
|
-llvmlibc-*,
|
||||||
-llvm-header-guard,
|
-llvm-header-guard,
|
||||||
-llvm-namespace-comment,
|
-llvm-namespace-comment,
|
||||||
|
-llvm-prefer-register-over-unsigned,
|
||||||
|
-llvm-twine-local,
|
||||||
|
-misc-confusable-identifiers,
|
||||||
-misc-no-recursion,
|
-misc-no-recursion,
|
||||||
-misc-non-private-member-variables-in-classes,
|
-misc-non-private-member-variables-in-classes,
|
||||||
-misc-const-correctness,
|
-misc-const-correctness,
|
||||||
@@ -44,6 +49,7 @@ Checks: >-
|
|||||||
-mpi*,
|
-mpi*,
|
||||||
-objc*,
|
-objc*,
|
||||||
-openmp*,
|
-openmp*,
|
||||||
|
-performance-unnecessary-value-param,
|
||||||
-readability-inconsistent-declaration-parameter-name,
|
-readability-inconsistent-declaration-parameter-name,
|
||||||
-readability-identifier-length,
|
-readability-identifier-length,
|
||||||
-readability-identifier-naming,
|
-readability-identifier-naming,
|
||||||
|
|||||||
Reference in New Issue
Block a user