diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-11-13 11:37:52 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-11-13 11:37:52 (GMT) |
| commit | 71a64974c0783b425efefd091ab7127c42c8724a (patch) | |
| tree | f0175c254f017b4f8a276142fb6a5856c2079202 /.clang-tidy | |
| parent | a57fda6ba4a29866083a1254ffdf92939d00e182 (diff) | |
Remove some clang-tidy checks
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index df52357..88ca6c5 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, |
