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 9436c6c commit 7d31d54Copy full SHA for 7d31d54
Rakefile
@@ -54,7 +54,7 @@ end
54
begin
55
require 'rubocop/rake_task'
56
RuboCop::RakeTask.new(:rubocop)
57
- task :default => [:rubocop, :spec]
+ task :default => [:spec]
58
rescue LoadError
59
task :default => [:spec]
60
end
0 commit comments