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

Fix The Justfile Lints #3536

Merged
merged 3 commits into from
Aug 6, 2024
Merged

Fix The Justfile Lints #3536

merged 3 commits into from
Aug 6, 2024

Conversation

jparr721
Copy link
Contributor

@jparr721 jparr721 commented Aug 5, 2024

Closes #<ISSUE_NUMBER>

This PR:

Makes linting more consistent and applies it to all files. Removes some of the redundancy and inconsistent naming in the justfile. Specifically pertaining the the delineation of linting and clippy commands. Right now if you ran fmt_lint it ran fmt then clippy, but the individual lint command has distinct behavior, so the disambiguation that this PR adds makes it slightly more clear.

Also, the CI for lint.yml was not using the just command and instead was running a raw cargo command, so any changes to the justfile, and subsequent lints, would not be captured.

This PR does not:

Key places to review:

@jparr721 jparr721 requested a review from bfish713 as a code owner August 5, 2024 16:01
@jparr721 jparr721 merged commit d4daf28 into main Aug 6, 2024
36 checks passed
@jparr721 jparr721 deleted the jp/lints branch August 6, 2024 13:41
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.

3 participants