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

Think of a way to summarise the results better #277

Open
paulo-ferraz-oliveira opened this issue Feb 28, 2023 · 1 comment
Open

Think of a way to summarise the results better #277

paulo-ferraz-oliveira opened this issue Feb 28, 2023 · 1 comment
Milestone

Comments

@paulo-ferraz-oliveira
Copy link
Collaborator

Is your feature request related to a problem? Please describe

At the moment we get the results like a list of files with the failed rules. We could, for example, prefer to have a list of failed rules with the associated files. Or something else (?)

Describe the solution you'd like

Have no clear solution for this yet, but hopefully this issue will spark some discussion on how to achieve better results.

@paulo-ferraz-oliveira
Copy link
Collaborator Author

paulo-ferraz-oliveira commented Sep 15, 2024

I can think of, at least:

  1. by_ruleset: by ruleset, then rule, then file
  2. by_rule: by rule, then file
  3. by_file: by file
  4. (eventually summarise by_category) we're thinking about making rulesets the categories
  5. plain, which would make it easy to open an editor on the obtained results (?)
    5.1. results can/should be something like {file}:{line}:{column} - <rule_name> (<rule_md>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants