Skip to content

Commit 0056791

Browse files
authored
Debug running script/fmt
1 parent b726fee commit 0056791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/fmt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
echo "RuboCop $(bundle exec rubocop --version)"
5-
bundle exec rubocop --disable-pending-cops $@
5+
bundle exec rubocop -d --disable-pending-cops $@
66
success=$?
77
if ((success != 0)); then
88
echo -e "\nTry running \`script/fmt -a\` to automatically fix errors"

0 commit comments

Comments
 (0)