소스 검색

trying out bithound

Evan You 10 년 전
부모
커밋
213b5394dc
3개의 변경된 파일14개의 추가작업 그리고 15개의 파일을 삭제
  1. 13 0
      .bithoundrc
  2. 0 15
      .codeclimate.yml
  3. 1 0
      package.json

+ 13 - 0
.bithoundrc

@@ -0,0 +1,13 @@
+{
+  "ignore": [
+    "**/node_modules/**",
+    "**/build/**",
+    "**/dist/**",
+    "**/examples/**",
+    "**/perf/**",
+    "gruntfile.js"
+  ],
+  "test": [
+    "**/test/**"
+  ]
+}

+ 0 - 15
.codeclimate.yml

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

+ 1 - 0
package.json

@@ -31,6 +31,7 @@
   "devDependencies": {
     "casperjs": "^1.1.0-beta3",
     "codecov.io": "^0.1.2",
+    "eslint": "^1.1.0",
     "grunt": "^0.4.5",
     "grunt-eslint": "^17.1.0",
     "grunt-karma": "^0.12.0",