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

Commit a9f8b20

Browse files
committed
add spec lint
1 parent 7015c75 commit a9f8b20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
lint:
22
find src -name *.php -exec php -l {} \;
3-
find tests -name *.php -exec php -l {} \;
3+
find test -name *.php -exec php -l {} \;
4+
find spec -name *.php -exec php -l {} \;
45
find examples -name *.php -exec php -l {} \;
56

67
cs: lint

0 commit comments

Comments
 (0)