commit
a35a38dd5f
2
Rakefile
2
Rakefile
|
@ -58,7 +58,7 @@ end
|
||||||
|
|
||||||
require 'rubocop/rake_task'
|
require 'rubocop/rake_task'
|
||||||
desc 'Run RuboCop to check code consistency'
|
desc 'Run RuboCop to check code consistency'
|
||||||
Rubocop::RakeTask.new(:rubocop) do |task|
|
RuboCop::RakeTask.new(:rubocop) do |task|
|
||||||
task.fail_on_error = false
|
task.fail_on_error = false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue