Skip to content

Commit d8bbe8a

Browse files
committed
tooling: Don't warn when using assert()
1 parent f7bde82 commit d8bbe8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Checks: >
77
misc-*,
88
performance-*,
99
readability-*,
10+
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
1011
-modernize-use-trailing-return-type,
1112
-readability-identifier-length,
1213
-readability-redundant-access-specifiers,

0 commit comments

Comments
 (0)