Skip to content
Snippets Groups Projects
Commit 87df44ef authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

[TASK] Moved php_cs config

parent f24ee5fa
No related merge requests found
......@@ -30,7 +30,7 @@ lint:
lint:cgl:
<<: *lint
script:
- .Build/bin/php-cs-fixer fix --config=Build/.php_cs -v --dry-run --using-cache=no --path-mode=intersection `git diff --name-only --diff-filter=ACMRTUXB $COMMIT_RANGE`
- .Build/bin/php-cs-fixer fix --config=.php_cs -v --dry-run --using-cache=no --path-mode=intersection `git diff --name-only --diff-filter=ACMRTUXB $COMMIT_RANGE`
.test: &test
stage: test
......
File moved
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