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
|
||||
|
||||
- stage: lint
|
||||
php: 7.1
|
||||
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
|
||||
|
||||
- stage lint
|
||||
php: 7.1
|
||||
script: temp/ecs/bin/ecs check src tests;
|
||||
before_script: composer create-project symplify/easy-coding-standard temp/ecs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user