Skip to content
Snippets Groups Projects
Commit 68228c73 authored by Helmut Hummel's avatar Helmut Hummel Committed by Christian Kuhn
Browse files

[BUGFIX] Fix nightly CGL check

Since we introduce auto-generation of entry
scripts, we must exclude them from the check.

To do so, we must instruct php-cs-fixer to respect
the configuration for files in the config file when calling it.

Releases: master
Change-Id: If1ae846f0b0a6539d2b5cc50a7c6d39043695849
Reviewed-on: https://review.typo3.org/53638


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 2651bedc
Branches
Tags
No related merge requests found
......@@ -155,7 +155,7 @@ public class NightlySpec extends AbstractCoreSpec {
.inlineBody(
this.getScriptTaskBashInlineBody() +
this.getScriptTaskBashPhpNoXdebug() +
"php_no_xdebug ./bin/php-cs-fixer fix -v --dry-run --config=Build/.php_cs typo3/\n" +
"php_no_xdebug ./bin/php-cs-fixer fix -v --dry-run --path-mode intersection --config=Build/.php_cs typo3/\n" +
"exit $?\n"
)
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment