Skip to content

Commit a09c87d

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

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.codeclimate.yml

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

0 commit comments

Comments
 (0)