Skip to content

Commit

Permalink
Clang-tidy: enable no-malloc check in clang-tidy CI test (#4518)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 authored Dec 14, 2023
1 parent aab5c89 commit af50790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Checks: '
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-init-variables,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-no-malloc,
-cppcoreguidelines-narrowing-conversions,
-cppcoreguidelines-non-private-member-variables-in-classes,
-cppcoreguidelines-owning-memory,
Expand Down

0 comments on commit af50790

Please sign in to comment.