diff --git a/.delivery/build-cookbook/recipes/lint.rb b/.delivery/build-cookbook/recipes/lint.rb index 485417b52..248c10574 100644 --- a/.delivery/build-cookbook/recipes/lint.rb +++ b/.delivery/build-cookbook/recipes/lint.rb @@ -8,7 +8,7 @@ include_recipe 'build-cookbook::prepare' execute 'rubocop' do - command 'bundle exec rubocop -D' + command 'bundle exec rake lint' cwd node['delivery_builder']['repo'] user node['delivery_builder']['build_user'] end