Sfoglia il codice sorgente

新增codeclimate配置

newraina 9 anni fa
parent
commit
18f06c15b7
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      .codeclimate.yml

+ 9 - 0
.codeclimate.yml

@@ -0,0 +1,9 @@
+engines:
+  # ... CONFIG CONTENT ...
+  csslint:
+    enabled: true
+    # ... CONFIG CONTENT ...
+    checks:
+      compatible-vendor-prefixes:
+        enabled: false
+# ... CONFIG CONTENT ...