Skip to content

Commit

Permalink
Simplify clang tidy config file (CLIUtils#469)
Browse files Browse the repository at this point in the history
* Update submodule

* Treat all enabled clang-tidy warnings as errors

* Revert "Update submodule"

This reverts commit b455d1d.
  • Loading branch information
cbachhuber authored Jun 1, 2020
1 parent 50bfb5a commit 611431c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 611431c

Please sign in to comment.