mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-23 00:36:12 +01:00
[TASK] Add one command to do sniffers and fixers (#147)
Resolves: #116 Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
d4ec80de29
commit
4dc98a081a
1 changed files with 8 additions and 0 deletions
|
@ -81,6 +81,10 @@
|
||||||
"ci:dynamic": [
|
"ci:dynamic": [
|
||||||
"@ci:tests"
|
"@ci:tests"
|
||||||
],
|
],
|
||||||
|
"ci:php": [
|
||||||
|
"@ci:php:codestyle",
|
||||||
|
"@ci:php:sniff"
|
||||||
|
],
|
||||||
"ci:static": [
|
"ci:static": [
|
||||||
"@ci:php:lint",
|
"@ci:php:lint",
|
||||||
"@ci:php:sniff",
|
"@ci:php:sniff",
|
||||||
|
@ -95,6 +99,10 @@
|
||||||
],
|
],
|
||||||
"fix:php:cs": "php-cs-fixer fix --config .php_cs.php",
|
"fix:php:cs": "php-cs-fixer fix --config .php_cs.php",
|
||||||
"fix:php:sniff": ".Build/vendor/bin/phpcs Classes Configuration Tests",
|
"fix:php:sniff": ".Build/vendor/bin/phpcs Classes Configuration Tests",
|
||||||
|
"fix:php": [
|
||||||
|
"@fix:php:cs",
|
||||||
|
"@fix:php:sniff"
|
||||||
|
],
|
||||||
"post-autoload-dump": [
|
"post-autoload-dump": [
|
||||||
"@link-extension"
|
"@link-extension"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue