summaryrefslogtreecommitdiffhomepage
path: root/.clang-tidy
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-07-08 23:03:09 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-07-08 23:03:09 +0200
commitc69a66bb66332c14a66db35e0bfc5d72416ffe91 (patch)
treeb863922c1ab9f561e221bc313b84c32ed37e7b95 /.clang-tidy
parent3a9ae529a862a6ebfe66f05d7c676deedb7ff66d (diff)
dot.clang-tidy
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy11
1 files changed, 8 insertions, 3 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 9a019268..82cf65c7 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,6 +1,8 @@
-Checks: '
- -*,readability-*,misc-*,hicpp-*,cert-*,modernize-*,clang-analyzer-*,
+Checks:
+ -*,
+ clang-analyzer-*,clang-diagnostic-*,
cppcoreguidelines-*,performance-*,bugprone-*,
+ readability-*,misc-*,hicpp-*,cert-*,modernize-*,
-cppcoreguidelines-special-member-functions,-hicpp-special-member-functions,
-hicpp-braces-around-statements,-readability-braces-around-statements,
-hicpp-use-equals-default -modernize-use-equals-default,
@@ -28,6 +30,9 @@ Checks: '
-cppcoreguidelines-pro-type-cstyle-cast,
-cppcoreguidelines-pro-type-reinterpret-cast,
-cppcoreguidelines-owning-memory,
- '
+ -cppcoreguidelines-pro-type-const-cast,
+ -hicpp-function-size,
+ -cppcoreguidelines-pro-type-static-cast-downcast,
+
AnalyzeTemporaryDtors: true
HeaderFilterRegex: '/dev/opentrack'