.. _Available Rules:

Available Rules
===============


A list of available rules can be obtained by running Verissimo in batch mode with the following command:

.. code-block:: 

    $DVT_HOME/bin/verissimo.sh -gen_rulepool_doc

This will dump an HTML file with all available rules:

.. figure:: ../../images/vlogdt-linter-rulepool-html.png
	:align: center




To see the new rules added to Verissimo starting with a specific date you can run the following command:

.. code-block:: 

    $DVT_HOME/bin/verissimo.sh -gen_rulepool_doc -since <yyyy-MM-dd>
 
The date format must have the format yyyy-MM-dd, for example for 20th of January, 2019 use 2019-01-20

