mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
target php not allowed in lint stage?
This commit is contained in:
@@ -16,11 +16,9 @@ jobs:
|
|||||||
- vendor/bin/phpunit
|
- vendor/bin/phpunit
|
||||||
|
|
||||||
- stage: lint
|
- stage: lint
|
||||||
php: 7.1
|
|
||||||
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
|
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
|
||||||
|
|
||||||
- stage lint
|
- stage lint
|
||||||
php: 7.1
|
|
||||||
script: temp/ecs/bin/ecs check src tests;
|
script: temp/ecs/bin/ecs check src tests;
|
||||||
before_script: composer create-project symplify/easy-coding-standard temp/ecs;
|
before_script: composer create-project symplify/easy-coding-standard temp/ecs;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user