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 48140ba commit c4c8ea7Copy full SHA for c4c8ea7
Rakefile
@@ -23,4 +23,7 @@ end
23
24
RSpec::Core::RakeTask.new
25
26
-RuboCop::RakeTask.new
+RuboCop::RakeTask.new do |task|
27
+ task.formatters = ['progress']
28
+ task.formatters << 'github' if ENV.key?('GITHUB_ACTIONS')
29
+end
0 commit comments