zephyr/cmake/sca/eclair/ECL/analysis_first_analysis.ecl
Anas Nashif 67caf3bb09 sca: eclair: use MISRA C:2012 Amendment 2
Use MISRA C:2012 Amendment 2 instead of 'MISRA C:2012 Amendment 2' in
all configuration files consistently.

Also fix a typo in one of the deviations.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-06-30 15:20:13 -05:00

22 lines
611 B
Prolog

# This file must be named analyze_<RULESET>.ecl, where <RULESET> is the first
# argument of analyze.sh.
#
# The aim of this file is to define the analysis configuration for <RULESET>.
#
# The essential portions of this file are marked with "# NEEDED":
# they may be adapted of course.
-eval_file=zephyr_common_config.ecl
-doc_begin="Selection of guidelines from
https://docs.zephyrproject.org/latest/contribute/coding_guidelines/index.html"
-enable=MC3A2.R8.2
-enable=MC3A2.R10.2
-enable=MC3A2.R10.5
-enable=MC3A2.R10.6
-enable=MC3A2.R11.2
-enable=MC3A2.R12.4
-enable=MC3A2.R13.4
-enable=MC3A2.R16.1
-doc_end