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

feat(scripts): add just lint #436

Merged
merged 2 commits into from
Nov 27, 2024
Merged

feat(scripts): add just lint #436

merged 2 commits into from
Nov 27, 2024

Conversation

estensen
Copy link
Contributor

To more easily run the same lint as in CI

justfile Outdated
Comment on lines 5 to 11
lint:
@just clippy bolt-cli
@just clippy bolt-boost
@just clippy bolt-sidecar

clippy package:
cd {{ package }} && cargo clippy --all-targets --all-features -- -D warnings
Copy link
Collaborator

@merklefruit merklefruit Nov 27, 2024

Choose a reason for hiding this comment

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

can you add short doc comments starting with # on the line above each command? it's useful when seeing the list of available commands with just

@merklefruit merklefruit merged commit 0d83489 into unstable Nov 27, 2024
2 checks passed
@merklefruit merklefruit deleted the just-lint branch November 27, 2024 11:38
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.

2 participants