Bläddra i källkod

Add .yamlconfig

jmontoyaa 7 år sedan
förälder
incheckning
66aa422ce4
2 ändrade filer med 13 tillägg och 1 borttagningar
  1. 3 1
      .flintci.yml
  2. 10 0
      .yamllint_config

+ 3 - 1
.flintci.yml

@@ -1,3 +1,5 @@
 services:
   phpcsfixer: true
-  yamllint: true
+  yamllint:
+    version: latest
+    config_path: .yamllint_config

+ 10 - 0
.yamllint_config

@@ -0,0 +1,10 @@
+
+ignore: |
+    app/*
+    .travis.yml
+    .codeclimate.yml
+
+extends: default
+rules:
+  line-length:
+    max: 200