Skip to content

Commit

Permalink
chore(clang-tidy): disable redundant alias for cppcoreguidelines-spec…
Browse files Browse the repository at this point in the history
…ial-member-functions

Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Nov 20, 2024
1 parent 56d0f37 commit 180b922
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Checks: "
-zircon-*,
-modernize-use-trailing-return-type,
-readability-identifier-length,
-readability-implicit-bool-conversion"
-readability-implicit-bool-conversion,
-hicpp-special-member-functions"

# WarningsAsErrors have been taken from:
# https://github.com/autowarefoundation/autoware/blob/3591106/.clang-tidy-ci
Expand Down

0 comments on commit 180b922

Please sign in to comment.