-
Notifications
You must be signed in to change notification settings - Fork 190
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
Classify suggestions #46
Comments
I think this is a reasonable request. PR welcome. |
@rowanoulton @btford Is this still something on the radar? |
since nothing has happened in the past 2,5 years, I assume nobody came up with a PR so far? |
I implemented it in a fork (https://github.com/qwill-app/write-good)… I'd also love to add a configuration option to enable/disable sorting suggestions by index (I need the checks in the order I configured them with, not ordered by index)… @btford should I do a PR with either sorting reenabled or configurable? |
any updated status on this? I also need the classification and don't want to rebuild it if there is already some code |
Please make a PR, @AlexandreKilian, with whatever sorting you think is best. |
It would be great if the output for each suggestion had a classification, for example:
At the moment, this can only be achieved by disabling all but a single check and running each individually. I'd love to use this linter to aggregate the various issues it checks for rather than implementing each linter individually. I think classifications would be helpful for such a use case.
The text was updated successfully, but these errors were encountered: