summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-11-28 13:21:51 +0100
committerGitHub <noreply@github.com>2021-11-28 13:21:51 +0100
commit894e3cebc08a63f1729e9eb115825e4ce1248a11 (patch)
tree26c855e4904a44895566b6342ccc499666f0f4f3 /.clang-tidy
parente8eee76b48078914ce5ab1ee1e32a8fbe44a1b77 (diff)
parent71a64974c0783b425efefd091ab7127c42c8724a (diff)
Merge pull request #829 from Riksu9000/clang-tidy-update
Remove some clang-tidy checks
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index df52357d..88ca6c54 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,6 +1,7 @@
Checks: '*,
-altera-unroll-loops,
-llvmlibc-callee-namespace,
+ -llvmlibc-implementation-in-namespace,
-llvmlibc-restrict-system-libc-headers,
-llvm-header-guard,
-llvm-namespace-comment,
@@ -8,6 +9,7 @@ Checks: '*,
-google-runtime-int,
-google-readability-namespace-comments,
-fuchsia-statically-constructed-objects,
+ -cppcoreguidelines-prefer-member-initializer,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-pro-bounds-constant-array-index,
-cppcoreguidelines-pro-type-static-cast-downcast,