diff options
-rw-r--r-- | .clang-tidy | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy index 0b824dfd3f..a9c77731da 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,7 +1,8 @@ --- -Checks: '-*,misc-throw-by-value-catch-by-reference,' +Checks: '-*,misc-throw-by-value-catch-by-reference,misc-static-assert' +# Not in here: modernize-use-emplace, since that basically broke all things it touched WarningsAsErrors: '' -HeaderFilterRegex: '' +HeaderFilterRegex: '\.(cc|c|cpp|h|hpp)$' AnalyzeTemporaryDtors: false FormatStyle: file CheckOptions: |