mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-03 14:03:52 +00:00
Simplify clang tidy config file (#469)
* Update submodule * Treat all enabled clang-tidy warnings as errors * Revert "Update submodule" This reverts commit b455d1d0f97df5ca816058fd78bcca882ab7a761.
This commit is contained in:
parent
50bfb5aa1d
commit
611431ceb0
12
.clang-tidy
12
.clang-tidy
@ -15,17 +15,7 @@ modernize*,
|
|||||||
readability-container-size-empty,
|
readability-container-size-empty,
|
||||||
'
|
'
|
||||||
|
|
||||||
WarningsAsErrors: '
|
WarningsAsErrors: '*'
|
||||||
-*,
|
|
||||||
google-*,
|
|
||||||
-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,
|
|
||||||
'
|
|
||||||
|
|
||||||
HeaderFilterRegex: '.*hpp'
|
HeaderFilterRegex: '.*hpp'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user