From c69a66bb66332c14a66db35e0bfc5d72416ffe91 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 8 Jul 2018 23:03:09 +0200 Subject: dot.clang-tidy --- .clang-tidy | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.clang-tidy') 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' -- cgit v1.2.3