Skip to content

Commit

Permalink
Remove short-flag from script/fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Dec 5, 2024
1 parent 878abc9 commit 9c7cd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/fmt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

echo "RuboCop $(bundle exec rubocop --version)"
bundle exec rubocop -E --disable-pending-cops $@
bundle exec rubocop --disable-pending-cops $@
success=$?
if ((success != 0)); then
echo -e "\nTry running \`script/fmt -a\` to automatically fix errors"
Expand Down

0 comments on commit 9c7cd22

Please sign in to comment.