From fb2f37a189dccf8d1ba1902b4d6c3b7796d3ea1f Mon Sep 17 00:00:00 2001 From: Jens True Date: Thu, 15 Jun 2023 14:13:04 +0000 Subject: [PATCH] Lint all yaml files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: