Skip to content

Commit 82c0e47

Browse files
committed
Add a footer note to display Skunk's version
This will help in debugging any failures in real world usage
1 parent afc1665 commit 82c0e47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/skunk/cli/commands/status_reporter.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class StatusReporter < RubyCritic::Command::StatusReporter
2020
Modules Analysed: <%= analysed_modules_count %>
2121
StinkScore Average: <%= stink_score_average %>
2222
<% if worst %>Worst StinkScore: <%= worst.stink_score %> (<%= worst.pathname %>)<% end %>
23+
24+
Generated with Skunk v<%= Skunk::VERSION %>
2325
TEMPL
2426
)
2527

0 commit comments

Comments
 (0)