pderichs / sublime_rubocop

A Sublime Text RuboCop plugin.
238 stars 41 forks source link

doesn't honor .rubocop.yml? #15

Closed askreet closed 10 years ago

askreet commented 10 years ago

I may be doing it wrong, but I have a .rubocop.yml file locally that configures my project. Specifically it defines that Ruby 1.8 style hashes should be enforced. However, when I run the auto correct from within Sublime, they're converted to Ruby 1.9 style hashes.

pderichs commented 10 years ago

Should be fixed now - thanks for reporting!