mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-05 22:53:52 +00:00
Fix clang tidy (#451)
* Add already passing check * Remove too modern clang-tidy-9 check
This commit is contained in:
parent
543e7f1577
commit
eb1150d6be
@ -6,24 +6,24 @@ FormatStyle: file
|
|||||||
Checks: '
|
Checks: '
|
||||||
-*,
|
-*,
|
||||||
google-*,
|
google-*,
|
||||||
-google-runtime-int,
|
|
||||||
-google-runtime-references,
|
-google-runtime-references,
|
||||||
llvm-include-order,
|
llvm-include-order,
|
||||||
llvm-namespace-comment,
|
llvm-namespace-comment,
|
||||||
misc-throw-by-value-catch-by-reference,
|
misc-throw-by-value-catch-by-reference,
|
||||||
modernize*,
|
modernize*,
|
||||||
|
-modernize-use-trailing-return-type,
|
||||||
readability-container-size-empty,
|
readability-container-size-empty,
|
||||||
'
|
'
|
||||||
|
|
||||||
WarningsAsErrors: '
|
WarningsAsErrors: '
|
||||||
-*,
|
-*,
|
||||||
google-*,
|
google-*,
|
||||||
-google-runtime-int,
|
|
||||||
-google-runtime-references,
|
-google-runtime-references,
|
||||||
llvm-include-order,
|
llvm-include-order,
|
||||||
llvm-namespace-comment,
|
llvm-namespace-comment,
|
||||||
misc-throw-by-value-catch-by-reference,
|
misc-throw-by-value-catch-by-reference,
|
||||||
modernize*,
|
modernize*,
|
||||||
|
-modernize-use-trailing-return-type,
|
||||||
readability-container-size-empty,
|
readability-container-size-empty,
|
||||||
'
|
'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user