2024-01-19 09:17:12 +01:00
|
|
|
# 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
|
2025-05-02 10:19:57 +02:00
|
|
|
https://docs.zephyrproject.org/latest/contribute/coding_guidelines/index.html"
|
2024-01-19 09:17:12 +01:00
|
|
|
-enable=MC3R1.R2.3
|
|
|
|
-enable=MC3R1.R2.1
|
|
|
|
-enable=MC3R1.R5.9
|
|
|
|
-enable=MC3R1.R5.1
|
|
|
|
-enable=MC3R1.R5.6
|
|
|
|
-enable=MC3R1.R5.7
|
|
|
|
-enable=MC3R1.R5.8
|
|
|
|
-enable=MC3R1.R8.9
|
|
|
|
-enable=MC3R1.R8.3
|
|
|
|
-enable=MC3R1.R8.5
|
|
|
|
-enable=MC3R1.R8.6
|
|
|
|
-enable=MC3R1.R22.4
|
|
|
|
-enable=MC3R1.R22.3
|
|
|
|
-enable=MC3R1.D1.1
|
|
|
|
-enable=MC3R1.D3.1
|
|
|
|
-enable=MC3R1.D4.1
|
|
|
|
-enable=MC3R1.D4.10
|
|
|
|
-enable=MC3R1.R17.2
|
|
|
|
-enable=MC3R1.R17.7
|
|
|
|
-doc_end
|