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
|
||||
require 'rubocop/rake_task'
|
||||
desc 'Run rubocop'
|
||||
Rubocop::RakeTask.new(:rubocop)
|
||||
RuboCop::RakeTask.new(:rubocop)
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue