Skip to content

Commit

Permalink
refactor: disable some unwanted clang-tidy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic Holthaus committed Jan 16, 2025
1 parent 1246a0a commit 23b4920
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ bugprone-unused-return-value,
bugprone-use-after-move,
bugprone-virtual-near-miss,
cert-dcl21-cpp,
cert-dcl58-cpp,
cert-err34-c,
cert-err52-cpp,
cert-err60-cpp,
Expand All @@ -66,7 +65,6 @@ cppcoreguidelines-pro-type-member-init,
cppcoreguidelines-pro-type-static-cast-downcast,
cppcoreguidelines-slicing,
google-default-arguments,
google-explicit-constructor,
google-runtime-operator,
hicpp-exception-baseclass,
hicpp-multiway-paths-covered,
Expand Down

0 comments on commit 23b4920

Please sign in to comment.