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 web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
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)