Skip to content

Commit

Permalink
misc-include-cleaner and readability-avoid-const-params-in-decls remo…
Browse files Browse the repository at this point in the history
…ved from clang-tidy checks (#1864) (#1866)

Co-authored-by: Rex Schilasky <49162693+rex-schilasky@users.noreply.github.com>
  • Loading branch information
eclipse-ecal-bot and rex-schilasky authored Dec 17, 2024
1 parent 90cf650 commit 41e2d10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Checks: "-*,
misc-*,
-misc-non-private-member-variables-in-classes,
-misc-no-recursion,
-misc-include-cleaner,
modernize-*,
-modernize-pass-by-value,
Expand All @@ -61,6 +62,7 @@ Checks: "-*,
-readability-redundant-access-specifiers,
-readability-uppercase-literal-suffix,
-readability-use-anyofallof,
-readability-avoid-const-params-in-decls,
"
WarningsAsErrors: ''
HeaderFilterRegex: '^((?!/thirdparty/|/_deps/).)*$'
Expand Down

0 comments on commit 41e2d10

Please sign in to comment.