summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-11-21 20:51:35 +0100
committerRegina Pfeifer <regina@mailbox.org>2018-11-22 00:11:37 +0100
commit3e6058078433089f145903d25e06dafadeee9629 (patch)
treebbebc4edfd260ba50379e1ce6342bb6a07a53d71 /.clang-tidy
parent4e0c75b78f5745d1369867f25a46ab7d158b4469 (diff)
downloadcmake-3e6058078433089f145903d25e06dafadeee9629.tar.gz
clang-tidy: Fix readability-static-accessed-through-instance
Enable the check in .clang-tidy and fix all warnings.
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index cec7d03a5b..28d6ebafd1 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -32,7 +32,6 @@ readability-*,\
-readability-redundant-declaration,\
-readability-redundant-member-init,\
-readability-simplify-boolean-expr,\
--readability-static-accessed-through-instance,\
"
HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$'
...