Skip to content

Commit 00036c0

Browse files
committed
clang-tidy: Disable performance-avoid-endl check
See: https://clang.llvm.org/extra/clang-tidy/checks/performance/avoid-endl.html
1 parent 359a615 commit 00036c0

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
@@ -20,6 +20,7 @@ modernize-*,
2020
-modernize-use-trailing-return-type,
2121
-modernize-use-using,
2222
performance-*,
23+
-performance-avoid-endl,
2324
-performance-noexcept-move-constructor,
2425
readability-*,
2526
-readability-braces-around-statements,

0 commit comments

Comments
 (0)