Skip to content

Commit b0917ae

Browse files
committed
Remove codeclimate ESLint plugin, fix badges
1 parent efaaf89 commit b0917ae

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

.codeclimate.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ checks:
66
config:
77
threshold: 8
88

9-
plugins:
10-
eslint:
11-
enabled: true
12-
channel: eslint-5
13-
config:
14-
extensions:
15-
- .ts
16-
179
exclude_patterns:
1810
- "config/"
1911
- "cov-int/"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22

33
node_js:
44
- "10"
5-
- "6.0.0"
5+
- "6.2.2"
66

77
branches:
88
only:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Send coverage report from node 6 builds of any branch
22

33
CURBUILD = "$(TRAVIS_NODE_VERSION)"
4-
REQBUILD = "6.0.0"
4+
REQBUILD = "6.2.2"
55

66
setup_cover:
77
ifeq ($(CURBUILD),$(REQBUILD))

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Travis Test][travis-image]][travis-url]
55
[![Codebeat][codebeat-image]][codebeat-url]
66
[![Code Climate][climate-image]][climate-url]
7-
[![Coverage][codecov-image]][codecov-url]
7+
[![Coverage][cccover-image]][cccover-url]
88

99
Public library of professional high quality functions for TypeScript and JavaScript.
1010

@@ -153,8 +153,8 @@ The [BSD 2-Clause](LICENSE) "Simplified" License.
153153
<!-- Badges at bottom -->
154154
[climate-image]: https://codeclimate.com/github/ProJSLib/jsbits/badges/gpa.svg
155155
[climate-url]: https://codeclimate.com/github/ProJSLib/jsbits
156-
[cccover-image]: https://api.codeclimate.com/v1/badges/50d60a10ec7c9156b429/test_coverage
157-
[cccover-url]: https://codeclimate.com/github/aMarCruz/jsbits/test_coverage
156+
[cccover-image]: https://api.codeclimate.com/v1/badges/e991c05e8a92448d30f0/test_coverage
157+
[cccover-url]: https://codeclimate.com/github/ProJSLib/jsbits/test_coverage
158158
[commits-image]: https://img.shields.io/github/commits-since/aMarCruz/jsbits/latest.svg
159159
[commits-url]: https://github.com/aMarCruz/jsbits/commits/dev
160160

0 commit comments

Comments
 (0)