yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Allow specifying a config file for Rubocop #126

Closed oura closed 9 years ago

oura commented 9 years ago

This change is almost like #96. Thanks!

https://github.com/bbatsov/rubocop

richrace commented 9 years ago

See https://github.com/yujinakayama/atom-lint/pull/78 and this comment: https://github.com/yujinakayama/atom-lint/pull/78#discussion_r15385916

Does putting the .rubocop.yml in the project directory not work; or using your (~/.rubocop.yml)?

oura commented 9 years ago

I would like to use my config(~/.rubocop.yml), and ignore the project's config.

Thanks!