rubytaiwan / rubytw-reboot

:battery: Reboot of Ruby Taiwan
http://ruby.tw
The Unlicense
24 stars 2 forks source link

Feature/rubocop and hound #24

Closed JuanitoFatas closed 9 years ago

JuanitoFatas commented 9 years ago

This pull request adds

How to run rubocop:

bundle exec rubocop -DR

Most important thing you need to know are probably use double quotes for String. And take a look at this opinioned ruby style guide.

Learn more about rubocop at here.

Fixes #8.

JuanitoFatas commented 9 years ago

@rubytaiwan/rubyists Please take a look :eyes:

bugtender commented 9 years ago

I am a little confused. Why we need rubocop ? I thought Hound CI will check the style for you so that we don't need to bundle it.

AnNOtis commented 9 years ago

I am a little confused. Why we need rubocop ? I thought Hound CI will check the style for you so that we don't need to bundle it.

Rubocop can be used in local environment, so that we can self-checked before pushing.

JuanitoFatas commented 9 years ago

Rubocop can be used in local environment, so that we can self-checked before pushing.

Exactly. :blush: