Add .yamlconfig

pull/2487/head
jmontoyaa 8 years ago
parent 1e4e917945
commit 66aa422ce4
  1. 4
      .flintci.yml
  2. 10
      .yamllint_config

@ -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
Loading…
Cancel
Save