diff --git a/script/fmt b/script/fmt index b7514213..9a6cd088 100755 --- a/script/fmt +++ b/script/fmt @@ -1,6 +1,6 @@ #!/bin/bash echo "RuboCop $(bundle exec rubocop --version)" -bundle exec rubocop -D $@ +bundle exec rubocop -D --disable-pending-cops $@ success=$? if ((success != 0)); then echo -e "\nTry running \`script/fmt -a\` to automatically fix errors"