question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Classify suggestions

See original GitHub issue

It would be great if the output for each suggestion had a classification, for example:

[{
  suggestion: "omit 'So' from the beginning of sentences",
  type: 'so',
  index: 0, offset: 2
}, {
  suggestion: "'was stolen' is passive voice",
  type: 'passive-voice',
  index: 11, offset: 10
}]

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.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:5
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
RichardLittcommented, Jun 25, 2020

Please make a PR, @AlexandreKilian, with whatever sorting you think is best.

0reactions
rdmuellercommented, Jun 23, 2020

any updated status on this? I also need the classification and don’t want to rebuild it if there is already some code

Read more comments on GitHub >

github_iconTop Results From Across the Web

Taking Action: 8 Ways to Classify Ideas - Idea Sandbox
1. Directly Usable · 2. Good Ideas, But Not For Us · 3. Good Ideas, But Not for Now (Backburner) · 4. Needs...
Read more >
30 Ideas to Practice Classification for Kids
There are lots of ways to practice classification and sorting skills with kids. Explore the links below and gather some new ideas.
Read more >
Classifying Ideas | English Reading | Teacher Beth Class TV
Classifying ideas or classification means putting or arranging ideas in the same group or category.In this video, you will be able to ...
Read more >
8 Classify and Categorize ideas - Pinterest
Nov 19, 2015 - Explore Roanoke City Public Schools - 's board "Classify and ... See more ideas about reading classroom, first grade...
Read more >
Classification rules and suggestions - SQL Data Catalog
SQL Data Catalog will suggest classifications you may wish to apply to columns in your estate. The easiest way to access your suggestions...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found