hookercookerman / hound

Take care of pesky code reviews with a trusty Hound.

Home Page:https://houndci.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hound

Build Status Code Climate

Take care of pesky code reviews with a trusty Hound.

Hound reviews GitHub pull requests for style guide violations. View the style guide →

Development

  1. Rename .sample.env to .env
  2. Log into GitHub and go to the Application Settings under Account settings: https://github.com/settings/applications
  3. Under the Developer Applications panel - Click on "Register new application"
  4. Fill in the application details:
  1. After the Hound Dev app, a screen with a Client ID and Client Secret token should appear.
  2. Add the Client ID and Client Secret to .env
 GITHUB_CLIENT_ID=#client_id_token_here
 GITHUB_CLIENT_SECRET=#client_secret_token_here
  1. Run the setup script ./bin/setup
  2. Run foreman start
  3. Run redis-server

Testing

  1. Set up your development environment as per above.
  2. Run rake db:test:prepare.
  3. Run rake to execute the full test suite.

Contributing

First, thank you for contributing!

Here a few guidelines to follow:

  1. Write tests
  2. Make sure the entire test suite passes locally and on Travis CI
  3. Open a pull request on GitHub
  4. Squash your commits after receiving feedback

There a couple areas we would like to concentrate on.

  1. Add support for JavaScript and CoffeeScript
  2. Add support for CSS and SCSS
  3. Write RuboCop cops that don't currently exist and would enforce the thoughtbot style guide

About

Take care of pesky code reviews with a trusty Hound.

https://houndci.com

License:MIT License