robocop
robocop copied to clipboard
Robocop is a code review tool
robocop
Robocop is a code review tool.
How to setup
- Clone this repo
npm installcp config.json.format config.json- Add a personal access token to
config.json node index.jsorpm2 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!