Skip to content

Commit fa7d904

Browse files
committed
Exclude warning from clang-tidy which make google-test too noisy
1 parent 0fad4b0 commit fa7d904

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
@@ -49,6 +49,7 @@ readability-uppercase-literal-suffix,
4949
-cppcoreguidelines-avoid-magic-numbers,
5050
-cppcoreguidelines-avoid-non-const-global-variables,
5151
-cppcoreguidelines-special-member-functions,
52+
-cppcoreguidelines-avoid-goto,
5253
-bugprone-reserved-identifier
5354
'
5455
CheckOptions:

0 commit comments

Comments
 (0)