diff options
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 8044098..d016a19 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -24,6 +24,7 @@ Checks: - -bugprone-easily-swappable-parameters - -portability-avoid-pragma-once # Various checks that interfere with C-to-C++ style code are disabled +- -cppcoreguidelines-pro-bounds-constant-array-index - -cppcoreguidelines-pro-bounds-pointer-arithmetic - -cppcoreguidelines-pro-type-reinterpret-cast - -cppcoreguidelines-pro-type-vararg |
