Skip to content

Commit

Permalink
Disable rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis committed Aug 26, 2015
1 parent 9436c6c commit 7d31d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end
begin
require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop)
task :default => [:rubocop, :spec]
task :default => [:spec]
rescue LoadError
task :default => [:spec]
end

0 comments on commit 7d31d54

Please sign in to comment.