diff --git a/Makefile b/Makefile index d20337f..e9cc1e4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ analyze: analyze-yaml analyze-phpmd analyze-phpstan analyze-psalm analyze-phpcs analyze-yaml: - vendor/bin/yaml-lint config.yml + vendor/bin/yaml-lint *.yml analyze-phpmd: vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode analyze-phpstan: