mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 22:56:12 +01:00
[TASK] Move pph sniff to build dir
This commit is contained in:
parent
ab23166274
commit
a8d956a109
2 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
|||
"ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff",
|
||||
"ci:php:lint": "parallel-lint .*.php *.php Classes Configuration Tests",
|
||||
"ci:php:mess": "phpmd Classes text Build/phpmd/phpmd.xml",
|
||||
"ci:php:sniff": "phpcs Classes Configuration Tests",
|
||||
"ci:php:sniff": "phpcs --standard=Build/php/phpcs.xml Classes Configuration Tests",
|
||||
"ci:php:stan": "phpstan --no-progress -v",
|
||||
"ci:static": [
|
||||
"@ci:composer:normalize",
|
||||
|
|
Loading…
Reference in a new issue