Robocop is a code review tool.
How to setup
- Clone this repo
npm install
cp config.json.format config.json
- Add a personal access token to
config.json
node index.js
orpm2 start index.js --name robocop
(recommeneded)- Create a webhook and point it to (server-where-robocop-is-running)/hook. You can host it on the cloud or use ngrock
- Add a directory in your repo and add the path to
config.json
. Check out sample_tasks for inspiration.
Shout out to shreyans264!