RubyMine 4.0.0 Web Help

RubyMine static code analysis tool helps you maintain and clean up your code without actually executing it.

When you inspect your code, you have to tell RubyMine which types of problems you would like to search for and get reports about. Such configuration can be preserved as an inspection profile.

Inspection profile defines the types of problems to be sought for, severity of these problems, and color scheme of alerts. Profiles are configurable in the Inspections dialog box.

Numerous automated Code Inspections help you easily detect different inconsistencies. In RubyMine you will find that all inspections are grouped by their goals and sense. Every inspection has an appropriate description. The most common tasks that are covered by the static code analysis are:

Examples of code inspections

See Also

Concepts:

Reference:

External Links:

Getting Started:

Web Resources: