summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 6048690..5a173fe 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -11,6 +11,7 @@ Checks: >
-*-vararg,
-bugprone-branch-clone,
-bugprone-forward-declaration-namespace,
+ -cert-dcl50-cpp,
-cert-msc30-c,
-cert-msc50-cpp,
-clang-analyzer-optin.cplusplus.VirtualCall,
@@ -20,6 +21,7 @@ Checks: >
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-pro-bounds-constant-array-index,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
+ -cppcoreguidelines-pro-type-const-cast,
-cppcoreguidelines-pro-type-cstyle-cast,
-cppcoreguidelines-pro-type-reinterpret-cast,
-cppcoreguidelines-pro-type-union-access,
@@ -27,6 +29,7 @@ Checks: >
-fuchsia-default-arguments-declarations,
-fuchsia-multiple-inheritance,
-fuchsia-overloaded-operator,
+ -google-readability-todo,
-google-runtime-references,
-hicpp-no-array-decay,
-hicpp-signed-bitwise,