We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
script/fmt
1 parent 878abc9 commit 9c7cd22Copy full SHA for 9c7cd22
script/fmt
@@ -2,7 +2,7 @@
2
set -e
3
4
echo "RuboCop $(bundle exec rubocop --version)"
5
-bundle exec rubocop -E --disable-pending-cops $@
+bundle exec rubocop --disable-pending-cops $@
6
success=$?
7
if ((success != 0)); then
8
echo -e "\nTry running \`script/fmt -a\` to automatically fix errors"
0 commit comments