Skip to content

Commit b9e5421

Browse files
committed
Add .codeclimate.yml to limit the audit to the library sources
1 parent 7d6139f commit b9e5421

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.codeclimate.yml

Lines changed: 14 additions & 0 deletions
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)