From fbcce2dfa43fff0de820a2bf49effe5da29d27e9 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 18 Apr 2018 08:59:56 -0500 Subject: [PATCH] Delete commitlint.md --- _apps/commitlint.md | 70 --------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 _apps/commitlint.md diff --git a/_apps/commitlint.md b/_apps/commitlint.md deleted file mode 100644 index 7b211a3..0000000 --- a/_apps/commitlint.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -title: commitlint -description: Lints all commits of new or edited pull requests and sets an appropriate - status check. -slug: commitlint -screenshots: -- https://github.com/ahmed-taj/commitlint-bot/raw/master/docs/status.png -authors: -- ahmed-taj -repository: ahmed-taj/commitlint-bot -host: https://commitlint.herokuapp.com -stars: 58 -updated: 2018-04-14 21:48:51 UTC -installations: 37 -organizations: -- caarlos0 -- TECLIB -- ajsb85 -- algolia -- flyve-mdm -- ahmed-taj -- upfrontIO -- CharlyJazz -- glpi-project -- theo4u ---- - -

- commitlint logo -

- -A GitHub App that runs [commitlint](https://github.com/marionebl/commitlint) over all commits of new or edited pull requests -and sets an appropriate status check. - -## Usage - -1. Browse to [GitHub Apps - commitlint][apps] -2. Accept the permissions -3. Allow access to repositories - -On the next pull request, a status check from `commitlint` will appear: - -![status-check-screenshot][] - -Problem details will be reported as a comment like this: - -![status-comment-screenshot][] - -For best results, enable branch protection (in the repository's settings) and require the `commitlint` status check to pass before merging: - -![branch-protection-screenshot][] - -[apps]: https://github.com/apps/commitlint -[status-check-screenshot]: https://github.com/ahmed-taj/commitlint-bot/raw/master/docs/status.png -[status-comment-screenshot]: https://github.com/ahmed-taj/commitlint-bot/raw/master/docs/comment.png -[branch-protection-screenshot]: https://github.com/ahmed-taj/commitlint-bot/raw/master/docs/setting.png - -## Credits - -Robot designed by [Freepik](https://www.freepik.com/free-vector/fun-pack-of-robots-avatars_1258314.htm). - -Inspired by the awesome work of Tom Vincent in their [validate-commit-msg-bot](https://github.com/tlvince/validate-commit-msg-bot) package. - -## Like it? - -Give it a star(:star:) :point_up_2: - -## License - -MIT © [Ahmed T. Ali](https://github.com/ahmed-taj)