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