You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- hook id: rust-linting
- exit code: 1
Error writing files: failed to resolve mod `cli`: /home/user/projects/coreutils/src/uu/printf/src/cli.rs does not exist
Editing .pre-commit-config.yaml to set pass_filenames to false for rust-linting makes everything work, but I have no idea if we should do that.
The text was updated successfully, but these errors were encountered:
BenWiederhake
added a commit
to BenWiederhake/coreutils-rs
that referenced
this issue
Oct 1, 2024
pre-commit run --all-files
fails withEditing
.pre-commit-config.yaml
to setpass_filenames
tofalse
forrust-linting
makes everything work, but I have no idea if we should do that.The text was updated successfully, but these errors were encountered: