Skip to content

Commit c426c43

Browse files
author
Christoph Bachhuber
authored
Fix clang tidy (#451)
* Add already passing check * Remove too modern clang-tidy-9 check
1 parent 747544d commit c426c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-tidy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ FormatStyle: file
66
Checks: '
77
-*,
88
google-*,
9-
-google-runtime-int,
109
-google-runtime-references,
1110
llvm-include-order,
1211
llvm-namespace-comment,
1312
misc-throw-by-value-catch-by-reference,
1413
modernize*,
14+
-modernize-use-trailing-return-type,
1515
readability-container-size-empty,
1616
'
1717

1818
WarningsAsErrors: '
1919
-*,
2020
google-*,
21-
-google-runtime-int,
2221
-google-runtime-references,
2322
llvm-include-order,
2423
llvm-namespace-comment,
2524
misc-throw-by-value-catch-by-reference,
2625
modernize*,
26+
-modernize-use-trailing-return-type,
2727
readability-container-size-empty,
2828
'
2929

0 commit comments

Comments
 (0)