From a2c96fa400c1e3a5b4cfa79e82161555f6d739a5 Mon Sep 17 00:00:00 2001
From: Stanislaw Halik <sthalik@misaki.pl>
Date: Sat, 25 Aug 2018 16:48:57 +0200
Subject: clang-tidy: typo

---
 .clang-tidy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to '.clang-tidy')

diff --git a/.clang-tidy b/.clang-tidy
index 803a54a4..54b6d071 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -4,7 +4,7 @@ Checks:
     cppcoreguidelines-*,performance-*,bugprone-*,
     readability-*,misc-*,hicpp-*,cert-*,modernize-*,
     -clang-diagnostic-nonportable-include-path,
-    -clang-analyzer-deadcode-DeadStores,
+    -clang-analyzer-deadcode.DeadStores,
     -clang-analyze-core.CallAndMessage,
     -cppcoreguidelines-special-member-functions,-hicpp-special-member-functions,
     -hicpp-braces-around-statements,-readability-braces-around-statements,
@@ -40,6 +40,7 @@ Checks:
     -hicpp-use-equals-delete,
     -readability-static-accessed-through-instance,
     -cert-flp30-c,
+    -modernize-redundant-void-arg
 
 AnalyzeTemporaryDtors: true
 #HeaderFilterRegex: '/dev/opentrack'
-- 
cgit v1.2.3