0

In the RubyMine editor, it flags things like ruby style issues, possible spelling errors, etc. I am looking for a way in RubyMine to get a whole project wide report of these coding issues. Does such a thing exist within RubyMine (or something added to RubyMine)? If so, where can I find it?

Makoto
  • 104,088
  • 27
  • 192
  • 230
Vince
  • 1,441
  • 1
  • 14
  • 19

1 Answers1

2

You can find it in the main menu: Code | Inspect Code...

yole
  • 92,896
  • 20
  • 260
  • 197