[ANN] rails_best_practices 1.10.0 released
I just released rails_best_practices 1.10.0, thank TBAA for contributing 3 new checkers
1. hash syntax check, ask you to change hash syntax to ruby 1.9
2. use parenthesis in method def, promise method definition has parentheses around parameters
3. long line check, keep lines fewer than 80 characters.
You can find these 3 checkers in github ruby styleguide, https://github.com/styleguide/ruby
Check it here https://github.com/railsbp/rails_best_practices
