File tree Expand file tree Collapse file tree 2 files changed +16
-18
lines changed
Expand file tree Collapse file tree 2 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 1- ---
2- engines :
3- duplication :
4- enabled : true
5- config :
6- languages :
7- - javascript
1+ version : " 2"
2+ plugins :
83 eslint :
94 enabled : true
105 fixme :
116 enabled : true
12- ratings :
13- paths :
14- - " **.inc"
15- - " **.js"
16- - " **.jsx"
17- - " **.module"
18- - " **.php"
19- - " **.py"
20- - " **.rb"
21- exclude_paths :
22- - test
7+ exclude_patterns :
8+ - " config/"
9+ - " db/"
10+ - " dist/"
11+ - " features/"
12+ - " **/node_modules/"
13+ - " script/"
14+ - " **/spec/"
15+ - " **/test/"
16+ - " **/tests/"
17+ - " **/vendor/"
18+ - " **/*.d.ts"
Original file line number Diff line number Diff line change 2020
2121### v0.1.1
2222
23+ - Update codeclimate config to version 2 (see #49 ).
24+
2325- Update dev dependencies to latest version (see #48 ).
2426
2527### [ v0.1.0] ( https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.1.0 ) - 2018-01-22
You can’t perform that action at this time.
0 commit comments