kwerle/ide-ruby

Custom Rubocop Linting Rules

buithehoa opened this issue · 2 comments

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.

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

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

@kwerle Thank you