Skip to content

Commit 6f94829

Browse files
committed
added clang-tidy fixes to new cli
1 parent 5a1ac6f commit 6f94829

3 files changed

Lines changed: 115 additions & 92 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Checks: >
5353
-cppcoreguidelines-avoid-c-arrays,
5454
-cppcoreguidelines-pro-type-reinterpret-cast,
5555
-cppcoreguidelines-special-member-functions,
56+
-cppcoreguidelines-pro-bounds-constant-array-index,
5657
misc-*,
5758
-misc-unused-alias-decls,
5859
-misc-include-cleaner,

0 commit comments

Comments
 (0)