We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc1665 commit 82c0e47Copy full SHA for 82c0e47
lib/skunk/cli/commands/status_reporter.rb
@@ -20,6 +20,8 @@ class StatusReporter < RubyCritic::Command::StatusReporter
20
Modules Analysed: <%= analysed_modules_count %>
21
StinkScore Average: <%= stink_score_average %>
22
<% if worst %>Worst StinkScore: <%= worst.stink_score %> (<%= worst.pathname %>)<% end %>
23
+
24
+Generated with Skunk v<%= Skunk::VERSION %>
25
TEMPL
26
)
27
0 commit comments