HTML Compare Report
-------------------

.. code-block:: console
    :caption: Compare Project with Baseline Report

    verissimo.sh <COMPILATION ARGS> <RULESET ARGS> [<RULESET FILTER ARGS>] [<LINT ARGS>] <BASELINE ARGS> [<EXIT CODE ARGS>] [<AUTOCORRECT ARGS>] <COMPARE 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-compare-report-args.rst

Examples
~~~~~~~~

-  Generate the HTML Compare Report:

.. code-block:: console 

    verissimo.sh -cmd my_compile.args -ruleset my_ruleset.xml -baseline_report /path/to/baseline_report/verissimo_html_report -gen_compare_html_report -compare_html_report_location /path/to/compare_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.