summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy6
1 files changed, 6 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index a6f4b3f4ac..701d5071fb 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -8,8 +8,10 @@ Checks: >
performance-*,
portability-*,
readability-*,
+ -bugprone-macro-parentheses,
-bugprone-narrowing-conversions,
-google-build-using-namespace,
+ -google-explicit-constructor,
-google-readability-braces-around-statements,
-google-readability-todo,
-google-runtime-int,
@@ -26,3 +28,7 @@ Checks: >
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file
+
+CheckOptions:
+ - key: performance-unnecessary-value-param.AllowedTypes
+ value: 'exception_ptr'