.. _From the DVT IDE for Eclipse:

From the DVT IDE for Eclipse
----------------------------



To launch a linting session for your project, select a project in the Navigator View then click the :guilabel:`SV Lint` button in the toolbar of the DVT Perspective, and choose :menuselection:`Lint With --> Custom Ruleset`

.. figure:: ../../images/verissimo-sv-custom-lint-launch.png




The Edit Lint Configuration dialog will pop-up. You can define as many lint configurations as you need. Chose :menuselection:`Lint With --> Lint Configurations...` to see all the available lint configurations.

.. figure:: ../../images/verissimo-sv-custom-lint-edit-configuration.png




A lint configuration is defined by:

#.  **The Linting Mode.** Whether you would like to run Verissimo on a project level or just for a file. You also have the ability to select to be asked each time what Verissimo should lint or for it to detect automatically from the current selection.
#.  **The Project.** It is filled in automatically with the selected project in the Navigator View.
#.  **The Ruleset XML.** Mandatory for a Custom lint session. Note: The same UI works for defining XVM Compliance or All Rules/Verissimo lint configurations.
#.  **The Waivers XML.** Optional, by default waivers are serialized in the project's .dvt folder.
#.  **The Manual Checks Status XML.** Optional, by default notes are serialized in the project's .dvt folder.

Lint configurations can be serialized on the disk and shared with the team. In the snapshot below a MyGuidelines.launch XML file is created in project's .dvt folder.

.. figure:: ../../images/verissimo-sv-custom-lint-edit-configuration-common-tab.png




To generate a HTML Ruleset Doc or a XML Ruleset, go to the :guilabel:`Verissimo` menu and choose one of the sets of rules for which the document is generated.

.. figure:: ../../images/verissimo-menu-generate.png


