.. _Run in Batch HTML Report:

HTML Report
===========

Generate HTML Report
--------------------

.. code-block:: console

    verissimo.sh <COMPILATION ARGS> <RULESET ARGS> [<RULESET FILTER ARGS>] [<LINT 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:: exit-code-args.rst

.. include:: autocorrect-args.rst

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

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

Examples
~~~~~~~~

-  Run the predefined Basic Rules ruleset and generate HTML lint report:

.. code-block:: 

    verissimo.sh -cmd my_compile.args -gen_html_report

-  Generate a HTML report that can be used as a baseline report:

.. code-block:: 

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

Open HTML Report in DVT IDE
---------------------------

.. code-block:: console

    verissimo.sh [<DVT IDE ARGS>] <OPEN HTML REPORT ARGS>

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

.. include:: dvt-ide-args.rst

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

Examples
~~~~~~~~

-  Open HTML lint report in DVT Eclipse as Verissimo GUI report:

.. code-block:: 

    verissimo.sh -open_report /path/to/verissimo_html_report

-  Open HTML lint report in DVT IDE for VS Code:

.. code-block:: 

    verissimo.sh -open_report /path/to/verissimo_html_report -vscode