Skip to content

Commit 5a14739

Browse files
committed
.clang-tidy: disabled bugprone-unchecked-string-to-number-conversion clang-tidy check for now
1 parent 272880b commit 5a14739

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
@@ -23,6 +23,7 @@ Checks: >
2323
-bugprone-narrowing-conversions,
2424
-bugprone-switch-missing-default-case,
2525
-bugprone-throwing-static-initialization,
26+
-bugprone-unchecked-string-to-number-conversion,
2627
-concurrency-mt-unsafe,
2728
-misc-no-recursion,
2829
-misc-non-private-member-variables-in-classes,

0 commit comments

Comments
 (0)