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) (#1865)

Co-authored-by: Rex Schilasky <[email protected]>
  • Loading branch information
eclipse-ecal-bot and rex-schilasky authored Dec 17, 2024
1 parent e917ba9 commit 476f50c
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 @@ -37,6 +37,7 @@ Checks: "-*,
misc-*,
-misc-non-private-member-variables-in-classes,
-misc-no-recursion,
-misc-include-cleaner,
modernize-*,
-modernize-pass-by-value,
Expand All @@ -58,6 +59,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 476f50c

Please sign in to comment.