Skip to content

Commit 7d31d54

Browse files
committed
Disable rubocop
1 parent 9436c6c commit 7d31d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ end
5454
begin
5555
require 'rubocop/rake_task'
5656
RuboCop::RakeTask.new(:rubocop)
57-
task :default => [:rubocop, :spec]
57+
task :default => [:spec]
5858
rescue LoadError
5959
task :default => [:spec]
6060
end

0 commit comments

Comments
 (0)