aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy5
1 files changed, 1 insertions, 4 deletions
diff --git a/.clang-tidy b/.clang-tidy
index e737372e9..d448466b9 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -2,6 +2,7 @@
Checks: >
-*,
bugprone-*,
+ -bugprone-easily-swappable-parameters,
-bugprone-narrowing-conversions,
-bugprone-throw-keyword-missing,
cppcoreguidelines-interfaces-global-init,
@@ -12,7 +13,6 @@ Checks: >
google-build-namespaces,
google-global-names-in-headers,
google-objc-*,
- google-readability-casting,
google-readability-namespace-comments,
google-runtime-operator,
misc-definitions-in-headers,
@@ -70,6 +70,3 @@ WarningsAsErrors: >
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
-CheckOptions:
-...
-