Skip to content

Commit 280438d

Browse files
committed
[FEATURE] Add composer script for running typoscript linter
Related #717 Signed-off-by: Marcus Schwemer <marcus.schwemer@in2code.de>
1 parent 831db0c commit 280438d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
"test:behaviour:docker": "behat --config Tests/Behavior/behat.docker.yml",
105105
"test:behaviour:ddev": "behat --config Tests/Behavior/behat.ddev.yml",
106106
"test:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
107-
"test:php:cs": "php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff"
107+
"test:php:cs": "php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
108+
"test:typoscript:lint": "typoscript-lint --config=.project/tests/typoscript-lint.yml"
108109
},
109110
"extra": {
110111
"typo3/cms": {

0 commit comments

Comments
 (0)