Skip to content

Commit 0c6e875

Browse files
committed
remove codeclimate
1 parent 80a7c3b commit 0c6e875

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.mergify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pull_request_rules:
44
- author~=^dependabot(|-preview)\[bot\]$
55
- check-success~=build
66
- check-success=UI Tests
7-
- check-success=codeclimate
7+
- check-success=codecov/project
88
- check-success-or-neutral~=LGTM
99
actions:
1010
merge:

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ WAI-ARIA compliant React command palette like the one in Atom and Sublime
44

55
![CI](https://github.com/asabaylus/react-command-palette/workflows/CI/badge.svg)
66
[![codecov](https://codecov.io/gh/asabaylus/react-command-palette/branch/master/graph/badge.svg)](https://codecov.io/gh/asabaylus/react-command-palette)
7-
[![Maintainability](https://api.codeclimate.com/v1/badges/761754992fe0cd293c40/maintainability)](https://codeclimate.com/github/asabaylus/react-command-palette/maintainability)
8-
[![Test Coverage](https://api.codeclimate.com/v1/badges/761754992fe0cd293c40/test_coverage)](https://codeclimate.com/github/asabaylus/react-command-palette/test_coverage)
97
![npm](https://img.shields.io/npm/v/react-command-palette.svg)
108
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/asabaylus/react-command-palette.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/asabaylus/react-command-palette/context:javascript)
119

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"storybook": "start-storybook -p 6006 -s public",
1515
"build-storybook": "build-storybook -s public",
1616
"build-storybook-docs": "build-storybook -s public --docs",
17-
"release": "auto shipit --base-branch=main",
17+
"release": "auto shipit --base-branch=main --ignore-commit-pattern=",
1818
"chromatic": "chromatic --project-token 5981upe4q43 --exit-zero-on-changes"
1919
},
2020
"resolutions": {

0 commit comments

Comments
 (0)