kwerle / ide-ruby

Atom package used to integrate https://github.com/kwerle/ruby_language_server with Atom. Development happens on the develop branch. Production is master.
23 stars 6 forks source link

Custom Rubocop Linting Rules #32

Closed buithehoa closed 3 years ago

buithehoa commented 3 years ago

I'd like to use my own set of Rubocop linting rules. Could you please describe the steps that need to be done? Thank you.

kwerle commented 3 years ago

Configure your .rubocop.yml file in your project root directory as usual.

https://docs.rubocop.org/rubocop/configuration.html

buithehoa commented 3 years ago

@kwerle Thank you