mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-11-24 05:33:35 +03:00
Disabled new Clang-Tidy checks that are too noisy
This commit is contained in:
parent
69894853ac
commit
dea4beba13
@ -1,4 +1,5 @@
|
||||
Checks: '*,
|
||||
-altera-unroll-loops,
|
||||
-llvmlibc-callee-namespace,
|
||||
-llvm-header-guard,
|
||||
-llvm-namespace-comment,
|
||||
@ -23,6 +24,7 @@ Checks: '*,
|
||||
-hicpp-avoid-c-arrays,
|
||||
-hicpp-uppercase-literal-suffix,
|
||||
-hicpp-no-array-decay,
|
||||
-hicpp-vararg,
|
||||
-cert-err58-cpp,
|
||||
-cert-err60-cpp'
|
||||
CheckOptions:
|
||||
|
Loading…
Reference in New Issue
Block a user