Skip to content

Commit 628bd7c

Browse files
committed
use more generic rule to silence magic number warnings
1 parent 90c7c5c commit 628bd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Checks: >
22
*,
33
-*-avoid-c-arrays,
4-
-*-avoid-magic-numbers,
4+
-*-magic-numbers,
55
-cppcoreguidelines-pro-bounds-constant-array-index,
66
-google-explicit-constructor,
77
-fuchsia-default-arguments-calls,

0 commit comments

Comments
 (0)