Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit 077ec26

Browse files
author
tunnckoCore
committed
fix(pkg): fix codeclimate and npm script for release
TAG: latest
1 parent ad9dcf2 commit 077ec26

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.codeclimate.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ engines:
66
config:
77
languages:
88
- javascript
9+
checks:
10+
Similar code:
11+
enabled: false
912
ratings:
1013
paths:
11-
- "index.js"
12-
- "lib/utils.js"
13-
- "lib/plugins/**.js"
14+
- index.js
15+
- lib/utils.js
16+
- lib/plugins/**
1417
exclude_paths:
15-
- "benchmark/"
16-
- "test.js"
18+
- benchmark/**
19+
- test.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"precommit": "hela precommit",
1616
"commit": "hela commit",
1717
"postcommit": "git push",
18-
"semantic-release": "hela renovate"
18+
"semantic-release": "hela release"
1919
},
2020
"engines": {
2121
"node": ">=6",

0 commit comments

Comments
 (0)