parent
e1c1b28a86
commit
fbd5d2a7bc
@ -0,0 +1,5 @@ |
|||||||
|
services: |
||||||
|
phpcsfixer: true |
||||||
|
yamllint: |
||||||
|
version: latest |
||||||
|
config_path: .yamllint_config |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
extends: default |
||||||
|
|
||||||
|
ignore: | |
||||||
|
app |
||||||
|
src |
||||||
|
.travis.yml |
||||||
|
.codeclimate.yml |
||||||
|
|
||||||
|
rules: |
||||||
|
line-length: |
||||||
|
max: 500 |
||||||
Loading…
Reference in new issue