RubyMine 2018.1 Help

Viewing Offline Inspections Results

Introduction

If you have exported inspection results to a directory in XML format, or performed offline inspection outside RubyMine, as a part of the automated build process, you can always download and view the results.

Prerequisite

The relevant project should be opened in the IDE, and should contain the classes that have been inspected. Otherwise, you have to review inspection results, opening the reports as XML files in the editor.

Viewing offline inspection results

To view inspection results offline

  1. On the main menu, choose Code | View Offline Inspection Results.
  2. In the Select Path dialog, navigate to the directory that contains inspection results in XML format.
  3. Click OK. Inspection results display in the Offline View tab in the Inspection Results Tool Window.
Last modified: 1 August 2018

See Also