Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Enhancement: Introduce target that depends on sniff and make
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 24, 2019
1 parent 0408a65 commit d9a624e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.PHONY: sniff test
.PHONY: it sniff test

it: sniff test

sniff: vendor/autoload.php
vendor/bin/phpcs --standard=PSR2 src -n
Expand Down

0 comments on commit d9a624e

Please sign in to comment.