Skip to content

Commit

Permalink
better quality-related Makefile tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanguilloux committed Dec 27, 2015
1 parent 61b5cf7 commit ea871fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ unit: vendor/autoload.php

continuous: vendor/autoload.php
@echo "Starting continuous tests..."
@while true; do bin/phpunit -c build/phpunit.xml -v; done
@while true; do bin/phpunit -v; done

sniff: vendor/autoload.php
@bin/phpcs --standard=PSR2 src -n
Expand All @@ -94,7 +94,7 @@ cs-fix:
quality: sniff dry-fix

# packagist-based dev tools to add to your composer.json. See http://phpqatools.org
stats: quality done
stats: build quality done
@echo "Some stats about code quality"
@bin/phploc src
@bin/phploc tests
Expand Down

0 comments on commit ea871fc

Please sign in to comment.