mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-03 14:03: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: '
|
||||
-*,
|
||||
google-*,
|
||||
-google-runtime-int,
|
||||
-google-runtime-references,
|
||||
llvm-include-order,
|
||||
llvm-namespace-comment,
|
||||
misc-throw-by-value-catch-by-reference,
|
||||
modernize*,
|
||||
-modernize-use-trailing-return-type,
|
||||
readability-container-size-empty,
|
||||
'
|
||||
|
||||
WarningsAsErrors: '
|
||||
-*,
|
||||
google-*,
|
||||
-google-runtime-int,
|
||||
-google-runtime-references,
|
||||
llvm-include-order,
|
||||
llvm-namespace-comment,
|
||||
misc-throw-by-value-catch-by-reference,
|
||||
modernize*,
|
||||
-modernize-use-trailing-return-type,
|
||||
readability-container-size-empty,
|
||||
'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user