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

[docs] example reports #523

Open
gabrielcsapo opened this issue Jun 29, 2020 · 1 comment
Open

[docs] example reports #523

gabrielcsapo opened this issue Jun 29, 2020 · 1 comment
Labels
question Further information is requested

Comments

@gabrielcsapo
Copy link
Contributor

Motivation

I am working on a couple of tasks and wondering what the best way to represent data in the CLI would be. For example if I am tracking a few particular lint rules what would be the best way to show current progress? A few examples of the variations that checkup would be best used to track would be a great addition to the docs.

@scalvert
Copy link
Contributor

Thanks for the question, @gabrielcsapo. I assume when you're referring to lint rules you mean 'see how many current violations of a particular rule there are'.

To do this, I'd display in a table using the ui.table utility, where you can output the rule name and the violation count. You can then add 1..n rules you're tracking.

Hope this helps.

@scalvert scalvert added the question Further information is requested label Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants