mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
parent
ca0573d92a
commit
d1c71e473d
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -58,7 +58,7 @@ end
|
|||
|
||||
require 'rubocop/rake_task'
|
||||
desc 'Run RuboCop to check code consistency'
|
||||
Rubocop::RakeTask.new(:rubocop) do |task|
|
||||
RuboCop::RakeTask.new(:rubocop) do |task|
|
||||
task.fail_on_error = false
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue