From 52a20f09707b0262b31632c27c059a7f302418e1 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 30 Jan 2024 23:13:25 -0500 Subject: [PATCH] Use rubocop from bundler for now --- .builds/debian-stable.yml | 2 +- .builds/ubuntu-lts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml index b452930b14391ae276ae61ef0e2be961515b2c65..7d76139819f1e2d8e03a34f50dace87b71dc4ed1 100644 --- a/.builds/debian-stable.yml +++ b/.builds/debian-stable.yml @@ -16,7 +16,7 @@ tasks: bundle install --without=development --path=.gems - lint: | cd sgx-jmp - rubocop + bundle exec rake lint - test: | cd sgx-jmp RANTLY_COUNT=100 bundle exec rake test diff --git a/.builds/ubuntu-lts.yml b/.builds/ubuntu-lts.yml index 33f5163e496f724d6e2adf531174edb356d0382c..9142cc132fe737db9b37bdeb20d8f71d74db0caa 100644 --- a/.builds/ubuntu-lts.yml +++ b/.builds/ubuntu-lts.yml @@ -16,7 +16,7 @@ tasks: bundle install --without=development --path=.gems - lint: | cd sgx-jmp - rubocop + bundle exec rake lint - test: | cd sgx-jmp RANTLY_COUNT=100 bundle exec rake test