File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ lint: install
5959 $(DOCKER_PHP ) php $(PHPARGS ) $(XPHPARGS ) bin/php-openapi validate tests/spec/data/recursion.json
6060 $(DOCKER_PHP ) php $(PHPARGS ) $(XPHPARGS ) bin/php-openapi validate tests/spec/data/recursion2.yaml
6161 $(DOCKER_PHP ) php $(PHPARGS ) $(XPHPARGS ) bin/php-openapi validate tests/spec/data/empty-maps.json
62- $(DOCKER_NODE ) yarn run speccy lint tests/spec/data/reference/playlist.json
63- $(DOCKER_NODE ) yarn run speccy lint tests/spec/data/recursion.json
62+ $(DOCKER_NODE ) ./node_modules/.bin/spectral lint tests/spec/data/reference/playlist.json
63+ $(DOCKER_NODE ) ./node_modules/.bin/spectral lint tests/spec/data/recursion.json
6464
6565stan :
6666 $(DOCKER_PHP ) php $(PHPARGS ) vendor/bin/phpstan analyse -l 5 src
You can’t perform that action at this time.
0 commit comments