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.
2 parents 079993f + 577c952 commit b8cf779Copy full SHA for b8cf779
Rakefile
@@ -19,4 +19,4 @@ require 'rainbow/ext/string' unless String.respond_to?(:color)
19
require 'rubocop/rake_task'
20
RuboCop::RakeTask.new(:rubocop)
21
22
-task default: [:rubocop, :spec]
+task default: [:spec, :rubocop]
0 commit comments