Skip to content

Commit

Permalink
Merge pull request #135 from apiology/add_rubocop_and_test_targets
Browse files Browse the repository at this point in the history
Add RuboCop and test targets in Makefile
  • Loading branch information
apiology authored Oct 26, 2024
2 parents fa122ac + 56c8944 commit c1dd53b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ overcommit: ## run precommit quality checks

quality: overcommit ## run precommit quality checks

rubocop: ## Run rubocop
@bundle exec rubocop

test: spec ## run tests quickly

spec: ## Run lower-level tests
@bundle exec rake spec

Expand Down

0 comments on commit c1dd53b

Please sign in to comment.