Skip to content

Commit

Permalink
Revert Makefile change to allow autoformatting in codegen (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Apr 11, 2024
1 parent 5eccf34 commit ca318ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ update-version:

codegen-format:
bundle install --quiet
bundle exec rubocop --autocorrect
bundle exec rubocop -o /dev/null --autocorrect

ci-test:
bundle install && bundle exec rake test
Expand Down

0 comments on commit ca318ab

Please sign in to comment.