summaryrefslogtreecommitdiffhomepage
path: root/.clang-tidy
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-10-05 15:39:08 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-10-05 15:39:08 +0200
commit3180ed36401f84ab9bccf9330ade074b98381309 (patch)
tree387b67e419f2665af6241657e1d68719669cb38c /.clang-tidy
parentab21cbd07b9d8a024bd3379cb5aa0e773887730a (diff)
clang-tidy another warning
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 54b6d071..6112d6bb 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -40,7 +40,8 @@ Checks:
-hicpp-use-equals-delete,
-readability-static-accessed-through-instance,
-cert-flp30-c,
- -modernize-redundant-void-arg
+ -modernize-redundant-void-arg,
+ -hicpp-explicit-conversions,
AnalyzeTemporaryDtors: true
#HeaderFilterRegex: '/dev/opentrack'