Skip to content

Commit 9c7cd22

Browse files
authored
Remove short-flag from script/fmt
1 parent 878abc9 commit 9c7cd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/fmt

+1-1
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 -E --disable-pending-cops $@
5+
bundle exec rubocop --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)