Simplify clang tidy config file (#469)

* Update submodule

* Treat all enabled clang-tidy warnings as errors

* Revert "Update submodule"

This reverts commit b455d1d0f9.
This commit is contained in:
Christoph Bachhuber 2020-06-01 21:29:36 +02:00 committed by GitHub
parent 50bfb5aa1d
commit 611431ceb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -15,17 +15,7 @@ modernize*,
readability-container-size-empty,
'
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,
'
WarningsAsErrors: '*'
HeaderFilterRegex: '.*hpp'