summaryrefslogtreecommitdiffhomepage
path: root/.clang-tidy
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-10-19 03:39:52 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-10-19 03:57:28 +0200
commit97532f3485ced4c4756eaf9bdd00c9747a1ac434 (patch)
treed2a9b56984b24a89f6ff21e03d11c8a08d8cf453 /.clang-tidy
parent3d771972612e2a9dbabec719db027c7abaa8a1a3 (diff)
clang-tidy: cruft
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 53c0012e..74853605 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -24,6 +24,7 @@ clang-analyzer-deadcode.DeadStores,
-cppcoreguidelines-init-variables,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-narrowing-conversions,
+-cppcoreguidelines-non-private-member-variables-in-classes,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-pro-bounds-constant-array-index,