Browse Source

linter: exclude cppcoreguidelines-pro-bounds-constant-array-index (too annoying)

Michele Caini 1 year ago
parent
commit
e197a04412
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .clang-tidy

+ 1 - 0
.clang-tidy

@@ -3,6 +3,7 @@ Checks: >
     concurrency-*,
     cppcoreguidelines-*,
     -cppcoreguidelines-owning-memory,
+    -cppcoreguidelines-pro-bounds-constant-array-index,
     -cppcoreguidelines-pro-type-const-cast,
     -cppcoreguidelines-pro-type-member-init,
     -cppcoreguidelines-pro-type-reinterpret-cast,