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

Change the git pre-commit actions to work on stable. #6715

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

dcampbell24
Copy link
Contributor

These are not being fixed, so it does not make sense to constantly take on new lints. The fmts may never be stabilized. Currently, you can not even commit, because it errors out. At least switch to lints that make it to stable when they are released.

These are not being fixed, so it does not make sense to constantly
take on new lints. The fmts may never be stabilized. Currently,
you can not even commit, because it errors out. At least switch to
lints that make it to stable when they are released.
@dcampbell24
Copy link
Contributor Author

For some reason it runs on all files not just the ones in the commit.

@sylvestre
Copy link
Contributor

Makes sense

@sylvestre sylvestre merged commit f75d688 into uutils:main Sep 19, 2024
25 checks passed
BenWiederhake added a commit to BenWiederhake/coreutils-rs that referenced this pull request Sep 30, 2024
This is in response to uutils#6715: e8bb8df
The pre-commit actions have a higher MSRV than the overall project (1.70.0),
so if 1.70.0 is the configured default, this lead to problems (uutils#6730).
This commit fixes the situation by specifying 'stable', whatever that means on the user's system.
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