chore: Styling changes to align with Vite+.#192
Merged
branchseer merged 2 commits intomainfrom Mar 4, 2026
Merged
Conversation
cpojer
commented
Mar 4, 2026
Comment on lines
+114
to
+115
| # cargo-shear currently misflags the `fspy_test_bin` artifact bindep in crates/fspy. | ||
| - run: cargo shear --exclude fspy |
Member
Author
There was a problem hiding this comment.
I made this change here and down in justfile. Somehow cargo shear reports the fspy test lib as unused, then removes it, and it breaks the build. Somehow adding it to the ignores is not working, but this solution works. I'm not an expert, might be wrong, just trying to get CI to green 🙇♂️
Member
There was a problem hiding this comment.
--exclude fspy somehow triggers an error in CI. I've reverted it.
cargo shear's report on fspy is a false positive warning. I think it's a bug of cargo-shear and will try to fix it on its side.
branchseer
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR aligns the styling in Vite Task with Vite+. See https://discord.com/channels/1138376133969203262/1333702467485175870/1478694628461908069 for an upcoming Vite+ PR that adds this style for top-level commands.
Screenshot:
