Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Github Hound

When you found hound on your Pull Request like this:

Hound is a hosted service that reviews GitHub pull requests for style guide violations. On our Github the hound based on RuboCop. You can read the rubocop documentation here Rails Style Guide What you have to do is:

  • Install rubocop on local https://github.com/rubocop/rubocop-rails
  • Run rubocop -a file_name on terminal
  • Fix your code based on hound and RuboCop, If you can’t fix it yourself you can search on google by copying the hound eror like : Lint/UselessAssignment: Useless assignment to variable - today.
💡 Do not resolve your hound manually by clicking resolve conversation on Github