1
0
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:
Christoph Bachhuber 2020-05-21 16:06:52 +02:00 committed by Henry Schreiner
parent 543e7f1577
commit eb1150d6be

View File

@ -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,
'