RuboCop
This commit is contained in:
parent
b84f69f54a
commit
8a0bfaec2b
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -17,7 +17,7 @@ end
|
||||||
begin
|
begin
|
||||||
require 'rubocop/rake_task'
|
require 'rubocop/rake_task'
|
||||||
desc 'Run rubocop'
|
desc 'Run rubocop'
|
||||||
Rubocop::RakeTask.new(:rubocop)
|
RuboCop::RakeTask.new(:rubocop)
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue