1# This file must be named analyze_<RULESET>.ecl, where <RULESET> is the first
2# argument of analyze.sh.
3#
4# The aim of this file is to define the analysis configuration for <RULESET>.
5#
6# The essential portions of this file are marked with "# NEEDED":
7# they may be adapted of course.
8
9-eval_file=zephyr_common_config.ecl
10
11-doc_begin="Selection of guidelines from
12https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html"
13-enable=MC3R1.R8.2
14-enable=MC3R1.R10.2
15-enable=MC3R1.R10.5
16-enable=MC3R1.R10.6
17-enable=MC3R1.R11.2
18-enable=MC3R1.R12.4
19-enable=MC3R1.R13.4
20-enable=MC3R1.R16.1
21-doc_end
22