@@ -1,3 +1,5 @@
services:
phpcsfixer: true
- yamllint: true
+ yamllint:
+ version: latest
+ config_path: .yamllint_config
@@ -0,0 +1,10 @@
+
+ignore: |
+ app/*
+ .travis.yml
+ .codeclimate.yml
+extends: default
+rules:
+ line-length:
+ max: 200