Skip to content

Commit 8e0229f

Browse files
authored
[Infrastructure] Clang-Tidy: Demote some errors to warnings (#17515)
1 parent 39e118d commit 8e0229f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ WarningsAsErrors: >-
111111
*,
112112
-readability-braces-around-statements,
113113
-readability-suspicious-call-argument,
114+
-modernize-*,
115+
-readability-*,
114116
CheckOptions:
115117
modernize-avoid-c-arrays.AllowStringArrays: true
116118
# Common tolerated conversions

0 commit comments

Comments
 (0)