mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Update Rubocop to RuboCop
This commit is contained in:
parent
4984738b62
commit
72c85a1514
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -7,10 +7,10 @@ task :test => :spec
|
|||
|
||||
begin
|
||||
require 'rubocop/rake_task'
|
||||
Rubocop::RakeTask.new
|
||||
RuboCop::RakeTask.new
|
||||
rescue LoadError
|
||||
task :rubocop do
|
||||
$stderr.puts 'Rubocop is disabled'
|
||||
$stderr.puts 'RuboCop is disabled'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue