Skip to content

Commit

Permalink
Add RuboCop and test targets in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
apiology committed Oct 26, 2024
1 parent 0a4da3d commit 56c8944
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 56c8944

Please sign in to comment.