Skip to content

Commit 894e3ce

Browse files
authored
Merge pull request #829 from Riksu9000/clang-tidy-update
Remove some clang-tidy checks
2 parents e8eee76 + 71a6497 commit 894e3ce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Checks: '*,
22
-altera-unroll-loops,
33
-llvmlibc-callee-namespace,
4+
-llvmlibc-implementation-in-namespace,
45
-llvmlibc-restrict-system-libc-headers,
56
-llvm-header-guard,
67
-llvm-namespace-comment,
78
-google-build-using-namespace,
89
-google-runtime-int,
910
-google-readability-namespace-comments,
1011
-fuchsia-statically-constructed-objects,
12+
-cppcoreguidelines-prefer-member-initializer,
1113
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
1214
-cppcoreguidelines-pro-bounds-constant-array-index,
1315
-cppcoreguidelines-pro-type-static-cast-downcast,

0 commit comments

Comments
 (0)