Skip to content

Commit ea8c37b

Browse files
committed
Do some codeclimate setup
1 parent c2f082b commit ea8c37b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .codeclimate.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ratings:
2+
paths:
3+
- src/**
4+
- test/**
5+
exclude_paths:
6+
- dist/**/*
7+
- docs/**/*
8+
- examples/**/*
9+
- lib/**/*
10+
- node_modules/**/*
11+
- testem.js

0 commit comments

Comments
 (0)