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

Move CLI output summary to the bottom of the output #3222

Closed
tsmithv11 opened this issue Jul 14, 2022 · 2 comments · Fixed by #3497
Closed

Move CLI output summary to the bottom of the output #3222

tsmithv11 opened this issue Jul 14, 2022 · 2 comments · Fixed by #3497
Labels
good first issue Good for newcomers outputs

Comments

@tsmithv11
Copy link
Collaborator

Describe the issue
If you have more than a few failed checks, it can be difficult to scroll to the top to see the summary or in a terminal, it may even be cut off. Can we move the summary to the bottom after the policy violations?

@nimrodkor
Copy link
Contributor

Sensational! I love this.
The relevant part of our code that needs to be refactored:

output_data += colored(message, "cyan")

Would appreciate a contribution here!

@nimrodkor nimrodkor added the good first issue Good for newcomers label Jul 14, 2022
@JamesWoolfenden
Copy link
Contributor

Needs to be a flag, default for bottom, as if you run it in ci you dont want to be scrolling!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers outputs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants