Skip to content

Commit 23b4920

Browse files
author
Nic Holthaus
committed
refactor: disable some unwanted clang-tidy checks
1 parent 1246a0a commit 23b4920

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.clang-tidy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ bugprone-unused-return-value,
5252
bugprone-use-after-move,
5353
bugprone-virtual-near-miss,
5454
cert-dcl21-cpp,
55-
cert-dcl58-cpp,
5655
cert-err34-c,
5756
cert-err52-cpp,
5857
cert-err60-cpp,
@@ -66,7 +65,6 @@ cppcoreguidelines-pro-type-member-init,
6665
cppcoreguidelines-pro-type-static-cast-downcast,
6766
cppcoreguidelines-slicing,
6867
google-default-arguments,
69-
google-explicit-constructor,
7068
google-runtime-operator,
7169
hicpp-exception-baseclass,
7270
hicpp-multiway-paths-covered,

0 commit comments

Comments
 (0)