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

Commit 42f9562

Browse files
committed
chore: remove codesponser badge
1 parent b0ff83d commit 42f9562

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/yF8xMRYKxBs3t9VeMWabeRrx/ahmed-taj/commitlint-bot'>
2-
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/yF8xMRYKxBs3t9VeMWabeRrx/ahmed-taj/commitlint-bot.svg' />
3-
</a>
4-
5-
# commitlint-bot
1+
# commitlint [bot]
62

73
[![Travis](https://img.shields.io/travis/ahmed-taj/commitlint-bot.svg)](https://travis-ci.org/ahmed-taj/commitlint-bot)
84
[![npm](https://img.shields.io/npm/v/commitlint-bot.svg)](https://www.npmjs.com/package/commitlint-bot)
95

10-
116
<p align="center">
127
<img src="docs/robot.svg" width="256" alt="commitlint logo" />
138
</p>
149

1510
> Built with [probot](https://github.com/probot/probot) framework
1611
17-
A GitHub App that runs [commitlint](https://github.com/marionebl/commitlint) over all commits of new or edited pull requests
12+
A GitHub App that runs [commitlint](https://github.com/marionebl/commitlint) against all commits of new or edited pull requests
1813
and sets an appropriate status check.
1914

2015
## Usage
@@ -31,7 +26,6 @@ Problem details will be reported as a comment like this:
3126

3227
![status-comment-screenshot][]
3328

34-
3529
For best results, enable branch protection (in the repository's settings) and require the `commitlint` status check to pass before merging:
3630

3731
![branch-protection-screenshot][]
@@ -60,8 +54,7 @@ npm install
6054
4. Start the app with `APP_ID=1234 npm start` where `1234` is your GitHub app's ID
6155
5. Update your GitHub app's Webhook URL to your localtunnel.me URL
6256

63-
[GitHub app]: https://probot.github.io/docs/development/#configure-a-github-app
64-
57+
[github app]: https://probot.github.io/docs/development/#configure-a-github-app
6558

6659
## Credits
6760

lib/lint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = require('./config')
66
const format = require('./format')
77

88
/**
9-
* Runs commitlint over all commits of the pull request and sets an appropriate
9+
* Runs commitlint against all commits of the pull request and sets an appropriate
1010
* status check
1111
*/
1212
const commitlint = async ({ github, payload }) => {

0 commit comments

Comments
 (0)