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

Makefile: use SDK for Rust formatting #2848

Merged
merged 2 commits into from
Apr 18, 2023

Conversation

mjsterckx
Copy link
Contributor

@mjsterckx mjsterckx commented Mar 2, 2023

Issue number:

Closes #2846

Description of changes:

Changed the rustfmt used in the check-fmt target for Rust formatting to the one included in the BUILDSYS_SDK to avoid conflicting lints between local builds and GitHub actions.

Testing done:

Ran cargo make check-fmt locally.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

@mjsterckx mjsterckx force-pushed the sdk-rust-formatting branch 2 times, most recently from 850335a to b0c434f Compare April 11, 2023 16:35
@mjsterckx mjsterckx marked this pull request as ready for review April 11, 2023 17:06
@mjsterckx mjsterckx requested review from jpmcb and jpculp April 11, 2023 17:06
Makefile.toml Outdated Show resolved Hide resolved
@mjsterckx mjsterckx merged commit cc78dbb into bottlerocket-os:develop Apr 18, 2023
@mjsterckx mjsterckx deleted the sdk-rust-formatting branch April 18, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use the SDK for cargo fmt
3 participants