/hound

Take care of pesky code reviews with a trusty Hound.

Primary LanguageRubyMIT LicenseMIT

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 foreman start