Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
file-upload-bundle
Commits
1cefc937
Commit
1cefc937
authored
Oct 19, 2017
by
Guillaume Perréal
Browse files
CI: utilise php-cs-fixer en mode "CI".
parent
4e2a0488
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1cefc937
...
...
@@ -27,6 +27,10 @@ phpcs:
script
:
phpcs --colors --parallel=$(nproc) .
allow_failure
:
true
php-cs-fixer
:
<<
:
*defaults
script
:
php-cs-fixer fix --dry-run --config=/rules/php-cs-fixer.php
phpcpd
:
<<
:
*defaults
script
:
phpcpd --exclude=vendor --fuzzy .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment