Skip to content

Commit f12658c

Browse files
committed
Fix Code Climate builds
Currently, Code Climate builds are failing: https://codeclimate.com/github/remotestorage/remotestorage.js/builds/430 This change addresses the following: * Fix all errors/warnings when running the CodeClimate CLI `codeclimate validate-config` * Update `eslint` plugin to match `package.json` This change was validated by running `codeclimate analyze` without errors. CodeClimate CLI for reference: https://github.com/codeclimate/codeclimate
1 parent 4ae32d9 commit f12658c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.codeclimate.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
version: "2"
3-
engines:
3+
plugins:
44
eslint:
55
enabled: true
6-
channel: "eslint-4"
6+
channel: "eslint-7"
77
duplication:
88
enabled: true
99
config:
@@ -12,10 +12,7 @@ engines:
1212
checks:
1313
file-lines:
1414
enabled: false
15-
ratings:
16-
paths:
17-
- src/**
18-
exclude_paths:
15+
exclude_patterns:
1916
- doc/
2017
- node_modules/
2118
- release/

0 commit comments

Comments
 (0)