Lines Matching +full:code +full:- +full:format
9 particular emphasis on the MISRA and BARR-C coding standards, to the
22 To run ECLAIR, :ref:`west build <west-building>` should be
23 called with a ``-DZEPHYR_SCA_VARIANT=eclair`` parameter.
25 .. code-block:: shell
27 west build -b mimxrt1064_evk samples/basic/blinky -- -DZEPHYR_SCA_VARIANT=eclair
43 .. code-block:: shell
45 …west build -b mimxrt1064_evk samples/basic/blinky -- -DZEPHYR_SCA_VARIANT=eclair -DECLAIR_OPTIONS_…
51 file, that can be achived by giving the argument ``-DOption=ON|OFF``.
55 .. code-block:: shell
57 …west build -b mimxrt1064_evk samples/basic/blinky -- -DZEPHYR_SCA_VARIANT=eclair -DECLAIR_REPORTS_…
89 rulesets. You can do so by setting :code:`ECLAIR_RULESET_USER=ON`.
90 Created your own rulset file for ECLAIR with the following naming format:
92 with the cmake variable :code:`ECLAIR_USER_RULESET_NAME`.
94 ruleset file with the cmake variable :code:`ECLAIR_USER_RULESET_PATH`. This configuration takes
110 * Metrics in spreadsheet format.
112 * Findings in spreadsheet format.
114 * Findings in SARIF format.
116 * Summary report in plain textual format.
118 * Summary report in DOC format.
120 * Summary report in ODT format.
122 * Detailed reports in txt format.
124 * Detailed report in DOC format.
126 * Detailed report in ODT format.