Read more

Show/Hide Rubocop marking in RubyMine

Bruno Sedler
November 10, 2020Software engineer at makandra GmbH

If you have installed Rubocop Show archive.org snapshot in your project, RubyMine can show you Rubocop violations immediately in your editor. You probably already know this feature.

Example

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Image

Enable/Disable marking

If your RubyMine does not show you any violations, although there are some, you may have to enable the setting first.

To do so, open Navigate -> Search Everywhere -> Actions (Or use the shortcut CTRL + SHIFT + A) and type in "rubocop", then you should see something like this:

Image

Set Gems and Gem management:Rubocop to ON if you want to see Rubocop marking in your Editor or switch it to OFF if you want to hide it.

Posted by Bruno Sedler to makandra dev (2020-11-10 13:56)