Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check and fix features #203

Merged
merged 8 commits into from
Mar 28, 2024
Merged

Check and fix features #203

merged 8 commits into from
Mar 28, 2024

Conversation

ggwpez
Copy link
Member

@ggwpez ggwpez commented Feb 27, 2024

Update: Trimmed this MR down to only do feature changes and no formatting anymore, to reduce conflicts.

Changes:

  • Add Zepter config from the SDK and fix all occurrences
  • Add CI check to validate the feature config

[x] Does not require a CHANGELOG entry

"-Aclippy::derivable_impls", # false positives
"-Aclippy::stable_sort_primitive", # prefer stable sort
"-Aclippy::extra-unused-type-parameters", # stylistic
"-Aclippy::all",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could also move this to the main Cargo.toml with [workspace.lints.clippy] and [workspace.lints.rust],
and set for every Cargo.toml:

[lints]
workspace = true

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea agreed, will do in another MR.

@ggwpez ggwpez marked this pull request as ready for review February 27, 2024 14:40
@ggwpez ggwpez added the please-review Change is ready for review. label Mar 27, 2024
@ggwpez ggwpez changed the title Check features and format TOML files Check features Mar 27, 2024
ggwpez added 2 commits March 27, 2024 13:46
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
@ggwpez ggwpez changed the title Check features Check and fix features Mar 27, 2024
@ggwpez ggwpez force-pushed the oty-feature-check branch from a8dfa39 to c7aaa0e Compare March 27, 2024 11:49
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
.config/zepter.yaml Outdated Show resolved Hide resolved
.config/zepter.yaml Outdated Show resolved Hide resolved
@bkchr
Copy link
Contributor

bkchr commented Mar 27, 2024

/merge

@fellowship-merge-bot
Copy link
Contributor

Enabled auto-merge in Pull Request

Available commands
  • /merge: Enables auto-merge for Pull Request
  • /merge cancel: Cancels auto-merge for Pull Request
  • /merge help: Shows this menu

For more information see the documentation

@fellowship-merge-bot fellowship-merge-bot bot enabled auto-merge (squash) March 27, 2024 17:57
@fellowship-merge-bot fellowship-merge-bot bot merged commit 2e26967 into main Mar 28, 2024
34 of 35 checks passed
@ggwpez ggwpez deleted the oty-feature-check branch March 28, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
please-review Change is ready for review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants