Skip to content

Commit 5eea217

Browse files
committed
update script/test to call rubocop through bundle exec
1 parent 293d4f7 commit 5eea217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060
# Run Rubocop
6161
if [[ -z $no_linter ]]; then
6262
echo -e "\n🤖 ${BLUE}Running Rubocop: $(date "+%H:%M:%S")${OFF}\n"
63-
bundle exec bin/rubocop
63+
bundle exec rubocop -c .rubocop.yml lib/ spec/
6464
else
6565
echo -e "\n⏩ ${BLUE}Skipping Rubocop${OFF}"
6666
fi

0 commit comments

Comments
 (0)