Skip to content

Commit 360bba6

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

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+
---
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)