Skip to content

Commit

Permalink
fix: make lint -> standardrb
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 23, 2023
1 parent 11bb497 commit 1427df8
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 @@ -8,7 +8,7 @@ test: nextify
CI=true bundle exec rake

lint:
bundle exec rubocop
bundle exec standardrb

release: test lint
git status
Expand Down

0 comments on commit 1427df8

Please sign in to comment.