-
Notifications
You must be signed in to change notification settings - Fork 27
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
Allow Skunk to HTML output the results it generates #50
Labels
Comments
Considering that Skunk is an extension of RubyCritic, this could be added following the same pattern that RubyCritic (RC) implements. I don't think this would require any changes in RubyCritic. It could be generated as an additional section in the RC HTML report: https://github.com/whitesmith/rubycritic#overview |
JuanVqz
added a commit
that referenced
this issue
Feb 7, 2023
As first step we need to move the console report away of the status reporter class. Related #50
JuanVqz
added a commit
that referenced
this issue
Feb 10, 2023
As first step we need to move the console report away of the status reporter class. Related #50
JuanVqz
added a commit
that referenced
this issue
Feb 11, 2023
As first step we need to move the console report away of the status reporter class. Related #50
etagwerker
pushed a commit
that referenced
this issue
Jul 20, 2023
As first step we need to move the console report away of the status reporter class. Related #50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now skunk will display the output it generates as simple text.
We would like that skunk could take a
--format
flag where you can specify an html formatWe probaby want to abstract this code into its own class so we are able to switch formatters at runtime
skunk/lib/skunk/cli/commands/status_reporter.rb
Line 18 in 7f8a482
The text was updated successfully, but these errors were encountered: