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

Always run messages that have fixes #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mattlewis92
Copy link

Hi there,

Firstly, thanks for this great plugin, it's a huge help to incrementally enabling new lint rules on our code base 🥳

There's one issue we ran into where on our pre commit hook we use this plugin to auto sort imports, however because the fixer affects lines of code that weren't actually changed the fixer never runs and our imports are no longer auto sorted.

The easiest way I could see to fix this is to always run rules that have auto fixes. I think it makes sense to always do this but maybe it should be an option or something? Happy to discuss this more!

@mattlewis92 mattlewis92 reopened this Aug 18, 2022
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.

1 participant