mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-24 08:16:13 +01:00

[TASK] Add description for shellcheck command

Fixes: #1398
This commit is contained in:
Felix Althaus 2024-07-31 14:34:31 +02:00
parent ecc0eabbe3
commit 76c5e9b7cd
No known key found for this signature in database
GPG key ID: 3A671D812769C5B2

View file

@ -162,6 +162,7 @@ Options:
- lintYaml: YAML linting - lintYaml: YAML linting
- phpstan: phpstan tests - phpstan: phpstan tests
- phpstanGenerateBaseline: regenerate phpstan baseline, handy after phpstan updates - phpstanGenerateBaseline: regenerate phpstan baseline, handy after phpstan updates
- shellcheck: check runTests.sh for shell issues
- unit (default): PHP unit tests - unit (default): PHP unit tests
- unitRandom: PHP unit tests in random order, add -o <number> to use specific seed - unitRandom: PHP unit tests in random order, add -o <number> to use specific seed