/robocop

Robocop is a code review tool

Primary LanguageJavaScript

robocop

robo-cop

Robocop is a code review tool.

How to setup

  1. Clone this repo
  2. npm install
  3. cp config.json.format config.json
  4. Add a personal access token to config.json
  5. node index.js or pm2 start index.js --name robocop (recommeneded)
  6. Create a webhook and point it to (server-where-robocop-is-running)/hook. You can host it on the cloud or use ngrock
  7. Add a directory in your repo and add the path to config.json. Check out sample_tasks for inspiration.

Shout out to shreyans264!