Home
Softono
githint-bot

githint-bot

Open source JavaScript
24
Stars
9
Forks
15
Issues
4
Watchers
3 years
Last Commit

About githint-bot

This checks the properties of a Github PR to ensure they meet team conventions

Platforms

Web Self-hosted

Languages

JavaScript

Links

GitHint ensures that your pull requests follow specified conventions.

Made in Nigeria

There are conventions that may not be easily checked with tools like ESLint or Hound CI. These could range from arbitrary checks like A pull request must be raised by a user whose first name is not more than 6 characters long to more practical checks like A pull request must have at least 2 review comments. GitHint thrives on checking these kinds of conventions.

GitHint fetches metadata about pull requests, commits, branches, trees, and passes the metadata to user-defined scripts for evaluation. Such scripts are expected to return true or false to determine if a pull request is ready to be merged.

To start using GitHint, first install the GitHint GitHub app on your repository and add a .githint.json file to the root directory of the repository. That's it!

For more info visit the documentation.