From 3496732bd86fbadbadf087d3a0ffec39eb053e89 Mon Sep 17 00:00:00 2001 From: Tobias Gaertner Date: Tue, 29 Mar 2022 12:21:24 +0200 Subject: [PATCH] [BUGFIX] Remove folders `Config` and `Tests` from phpcpd call (#411) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 08c07cb..5dbc408 100644 --- a/composer.json +++ b/composer.json @@ -118,7 +118,7 @@ "@ci:php:sniff", "@ci:php:stan" ], - "ci:php:copypaste": "@php ./tools/phpcpd Classes Configuration Tests", + "ci:php:copypaste": "@php ./tools/phpcpd Classes", "ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --using-cache no --diff", "ci:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -r -0 -n 1 -P 4 php -l", "ci:php:sniff": "phpcs Classes Configuration Tests",