Commit 3f3384cd authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: ajout de PHPStan et de git pour php-cs-fixer.

Showing with 6 additions and 0 deletions
+6 -0
...@@ -39,12 +39,18 @@ phploc: ...@@ -39,12 +39,18 @@ phploc:
<<: *test <<: *test
script: vendor/bin/composer test:phploc script: vendor/bin/composer test:phploc
phpstan:
<<: *test
script: vendor/bin/composer test:phpstan
lint: lint:
<<: *test <<: *test
script: vendor/bin/composer test:lint script: vendor/bin/composer test:lint
php-cs-fixer: php-cs-fixer:
<<: *test <<: *test
before_script:
- apt-get update -yqq && apt-get install -yqq git
script: vendor/bin/composer test:php-cs-fixer script: vendor/bin/composer test:php-cs-fixer
phpcpd: phpcpd:
......
Supports Markdown
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