Skip to content

Commit ec28729

Browse files
committed
Silence performance-avoid-endl check
We are not doing this anywhere performance critical.
1 parent a627536 commit ec28729

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
@@ -40,6 +40,7 @@ Checks: '*,
4040
-modernize-use-override,
4141
-modernize-use-trailing-return-type,
4242
-modernize-use-using,
43+
-performance-avoid-endl,
4344
-readability-braces-around-statements,
4445
-readability-else-after-return,
4546
-readability-function-cognitive-complexity,

0 commit comments

Comments
 (0)