mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
init coding style check
This commit is contained in:
committed by
Jaap van Otterdijk
parent
e223aa704a
commit
87c6ecc5f4
@@ -11,9 +11,13 @@ cache:
|
||||
|
||||
install:
|
||||
- composer install --no-interaction
|
||||
# coding style
|
||||
- composer create-project symplify/easy-coding-standard temp/ecs
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
|
||||
# coding style
|
||||
- temp/ecs/bin/ecs check src
|
||||
|
||||
after_script:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
includes:
|
||||
- temp/ecs/config/clean-code.neon
|
||||
Reference in New Issue
Block a user