jackc / surus

PostgreSQL extensions for ActiveRecord
MIT License
395 stars 35 forks source link

Enable the use of rubocop + todo config #22

Closed leaexplores closed 8 years ago

leaexplores commented 8 years ago

Hi JackC,

This PR covers the basic code styling checks using rubocop tool.

From there we'll be able to improve the code styling and tweak it with the config file in .rubocop.yml.

We could open various issues for code styling improvements from there.

If there's a regression or additional code styling issues, Rubocop will raise an error and the travis CI build will fail.

Thanks for looking into it!

Meta-Issue : https://github.com/jackc/surus/pull/20