Browse Source

新增codeclimate配置

newraina 9 years ago
parent
commit
18f06c15b7
1 changed files with 9 additions and 0 deletions
  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 ...