Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek committed May 6, 2021
1 parent d203770 commit 1bbd691
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
@@ -0,0 +1,7 @@
.PHONY: test
test:
bundle install
bundle exec rubocop --version
bundle exec rubocop
bundle exec foodcritic --version
bundle exec foodcritic . --exclude spec

0 comments on commit 1bbd691

Please sign in to comment.