Skip to content

Commit 2149a0d

Browse files
committed
Add .codeclimate.yml to limit the audit to the library sources
1 parent 38d4532 commit 2149a0d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.codeclimate.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
engines:
3+
duplication:
4+
enabled: true
5+
config:
6+
languages:
7+
- javascript
8+
eslint:
9+
enabled: true
10+
fixme:
11+
enabled: true
12+
ratings:
13+
paths:
14+
- "src/**/*"

0 commit comments

Comments
 (0)