-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dart fix --linter specific_linter_here
#49809
Comments
dart fix --linter _specific_linter_here_
dart fix --linter specific_linter_here
Closed it by accident. |
We're actually working on something that should do just this trick. With the upcoming |
If there's anything in that feature request that doesn't cover your use case, please chime in there. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a really big project that I and my team are returning to work on. Since we left it we started actually using the
analysis_options.yaml
with our own configurations and not only the defaults.When we run the
dart fix --dry-run
command, we receive a lot of information at once since there are a lot of linters active now. We wondered if thedart fix --dry-run
could have a property likelinter
followed by a linter name where it would show all the solves just for that specific linter.Maybe even have a
count
parameter where it would just name the linters and show how many warnings (not ignored cases) there are in the project. This would help us a lot to fix our project and keep it with the same standards our other projects have.The text was updated successfully, but these errors were encountered: