Skip to content

Commit 0902950

Browse files
committed
.clang-tidy: disabled readability-use-concise-preprocessor-directives
1 parent bc5f33d commit 0902950

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 @@ Checks: >
4949
-readability-magic-numbers,
5050
-readability-redundant-inline-specifier,
5151
-readability-simplify-boolean-expr,
52+
-readability-use-concise-preprocessor-directives,
5253
-readability-uppercase-literal-suffix,
5354
-performance-avoid-endl,
5455
-performance-enum-size,

0 commit comments

Comments
 (0)