From aa3d1a0536e051c93b9afe746edece34f26f1028 Mon Sep 17 00:00:00 2001 From: Eike Starkmann Date: Tue, 30 Jul 2024 20:12:52 +0200 Subject: [PATCH] Update composer.json Co-authored-by: Oliver Klee --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 453bb64..ed4cb69 100644 --- a/composer.json +++ b/composer.json @@ -143,7 +143,7 @@ "@ci:php:stan" ], "ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff", - "ci:php:lint": "parallel-lint --exclude .git --exclude .cache --exclude .Build --exclude typo3temp --exclude Documentation --exclude Resources --exclude .gitlab --exclude .github .", + "ci:php:lint": "parallel-lint .*.php *.php Classes Configuration Tests", "ci:php:sniff": "phpcs Classes Configuration Tests", "ci:php:stan": "phpstan --no-progress", "ci:static": [