Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit ad9dcf2

Browse files
author
tunnckoCore
committed
fix(codeclimate): add config file, to exclude benchmarks
TAG: latest
1 parent e5daa00 commit ad9dcf2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.codeclimate.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
engines:
2+
eslint:
3+
enabled: true
4+
duplication:
5+
enabled: true
6+
config:
7+
languages:
8+
- javascript
9+
ratings:
10+
paths:
11+
- "index.js"
12+
- "lib/utils.js"
13+
- "lib/plugins/**.js"
14+
exclude_paths:
15+
- "benchmark/"
16+
- "test.js"

0 commit comments

Comments
 (0)