Lint all yaml files.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
analyze: analyze-yaml analyze-phpmd analyze-phpstan analyze-psalm analyze-phpcs
|
analyze: analyze-yaml analyze-phpmd analyze-phpstan analyze-psalm analyze-phpcs
|
||||||
|
|
||||||
analyze-yaml:
|
analyze-yaml:
|
||||||
vendor/bin/yaml-lint config.yml
|
vendor/bin/yaml-lint *.yml
|
||||||
analyze-phpmd:
|
analyze-phpmd:
|
||||||
vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
|
vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
|
||||||
analyze-phpstan:
|
analyze-phpstan:
|
||||||
|
Reference in New Issue
Block a user