Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 98111f9

Browse files
committed
Merge branch 'develop' of github.com:repejota/phpnats into develop
2 parents 47974cf + a75cdc0 commit 98111f9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
lint:
2+
find src -name *.php -exec php -l {} \;
3+
find tests -name *.php -exec php -l {} \;
4+
find examples -name *.php -exec php -l {} \;
5+
16
cs: lint
27
./vendor/bin/phpcbf --standard=PSR2 src tests examples
38
./vendor/bin/phpcs --standard=PSR2 --warning-severity=0 src tests examples
@@ -9,11 +14,6 @@ test:
914
cover:
1015
./vendor/bin/phpunit --coverage-html ./cover
1116

12-
lint:
13-
find src -name *.php -exec php -l {} \;
14-
find tests -name *.php -exec php -l {} \;
15-
find examples -name *.php -exec php -l {} \;
16-
1717
deps:
1818
wget -q https://getcomposer.org/composer.phar -O ./composer.phar
1919
chmod +x composer.phar

0 commit comments

Comments
 (0)