We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ba0da commit a008654Copy full SHA for a008654
Makefile
@@ -29,8 +29,8 @@ lint: install
29
php $(PHPARGS) $(XPHPARGS) bin/php-openapi validate tests/spec/data/reference/playlist.json
30
php $(PHPARGS) $(XPHPARGS) bin/php-openapi validate tests/spec/data/recursion.json
31
php $(PHPARGS) $(XPHPARGS) bin/php-openapi validate tests/spec/data/recursion2.yaml
32
- node_modules/.bin/speccy lint tests/spec/data/reference/playlist.json
33
- node_modules/.bin/speccy lint tests/spec/data/recursion.json
+ yarn run speccy lint tests/spec/data/reference/playlist.json
+ yarn run speccy lint tests/spec/data/recursion.json
34
35
stan:
36
php $(PHPARGS) vendor/bin/phpstan analyse -l 5 src
0 commit comments