HTML Changes Report
-------------------

.. code-block:: console

    verissimo.sh <COMPILATION ARGS> <RULESET ARGS> [<RULESET FILTER ARGS>] [<LINT ARGS>] <BASELINE ARGS> [<EXIT CODE ARGS>] [<AUTOCORRECT ARGS>] <HTML REPORT ARGS> [<COMMON HTML REPORT ARGS>]

Arguments Description
~~~~~~~~~~~~~~~~~~~~~

.. include:: compilation-args.rst

.. include:: ruleset-args.rst

.. include:: ruleset-filter-args.rst

.. include:: lint-args.rst

.. include:: baseline-args.rst

.. include:: exit-code-args.rst

.. include:: autocorrect-args.rst

.. include:: html-report-args.rst

.. include:: html-common-report-args.rst

Examples
~~~~~~~~

-  Generate the HTML Changes Report:

.. code-block:: console 

    verissimo.sh -cmd my_compile.args -ruleset my_ruleset.xml -baseline_report /path/to/baseline_report/verissimo_html_report -gen_html_report -html_report_location /path/to/changes_report

.. note:: Using the same command, Verissimo can generate 3 reports at the same time: a Current Report, a Changes Report and a Compare Report.

          In this case, the exit code returned by the command is the one returned by the Compare Report.
          See :ref:`Exit Code` for more details on the exit code returned by the Compare Report.