Skip to content
/ hound Public
forked from houndci/hound

Take care of pesky code reviews with a trusty Hound.

License

Notifications You must be signed in to change notification settings

zeke/hound

 
 

Repository files navigation

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

About

Take care of pesky code reviews with a trusty Hound.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.8%
  • CSS 8.8%
  • Other 0.4%