mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
Add help text for the fix
command
This commit is contained in:
parent
1541f4f8ec
commit
5fc8cf25a0
2 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,7 @@ Options:
|
||||||
- composerUpdateMax: "composer update", with no platform.php config.
|
- composerUpdateMax: "composer update", with no platform.php config.
|
||||||
- composerUpdateMin: "composer update --prefer-lowest", with platform.php set to PHP version x.x.0.
|
- composerUpdateMin: "composer update --prefer-lowest", with platform.php set to PHP version x.x.0.
|
||||||
- docsGenerate: Renders the extension ReST documentation.
|
- docsGenerate: Renders the extension ReST documentation.
|
||||||
|
- fix: Runs all automatic code style fixes.
|
||||||
- functional: PHP functional tests
|
- functional: PHP functional tests
|
||||||
- lintCss: CSS file linting. Set -n for dry-run.
|
- lintCss: CSS file linting. Set -n for dry-run.
|
||||||
- lintJs: JavaScript file linting. Set -n for dry-run.
|
- lintJs: JavaScript file linting. Set -n for dry-run.
|
||||||
|
|
|
@ -230,6 +230,7 @@
|
||||||
"ci:yaml:lint": "Lints the YAML files.",
|
"ci:yaml:lint": "Lints the YAML files.",
|
||||||
"coverage:create-directories": "Creates the directories needed for recording and merging the code coverage reports.",
|
"coverage:create-directories": "Creates the directories needed for recording and merging the code coverage reports.",
|
||||||
"docs:generate": "Renders the extension ReST documentation.",
|
"docs:generate": "Renders the extension ReST documentation.",
|
||||||
|
"fix": "Runs all automatic code style fixes.",
|
||||||
"fix:composer:normalize": "Normalizes composer.json file content.",
|
"fix:composer:normalize": "Normalizes composer.json file content.",
|
||||||
"fix:php": "Runs all fixers for the PHP code.",
|
"fix:php": "Runs all fixers for the PHP code.",
|
||||||
"fix:php:cs": "Fixes the code style with PHP-CS-Fixer.",
|
"fix:php:cs": "Fixes the code style with PHP-CS-Fixer.",
|
||||||
|
|
Loading…
Reference in a new issue