ソースを参照

add code climate config

Evan You 11 年 前
コミット
783ecc9bdf
1 ファイル変更15 行追加0 行削除
  1. 15 0
      .codeclimate.yml

+ 15 - 0
.codeclimate.yml

@@ -0,0 +1,15 @@
+engines:
+  eslint:
+    enabled: true
+
+ratings:
+  paths:
+  - src/**
+
+exclude_paths:
+  - build/**/*
+  - perf/**/*
+  - test/**/*
+  - examples/**/*
+  - dist/**/*
+  - gruntfile.js