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-eval_file=zephyr_common_config.ecl 9 10-doc_begin="Selection of guidelines from 11https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html" 12-enable=MC3R1.R21.1 13-enable=MC3R1.R21.12 14-enable=MC3R1.R21.14 15-enable=MC3R1.R21.15 16-enable=MC3R1.R21.16 17-enable=MC3R1.R21.2 18-enable=MC3R1.R21.3 19-enable=MC3R1.R21.4 20-enable=MC3R1.R21.6 21-enable=MC3R1.R21.7 22-enable=MC3R1.R21.9 23-enable=MC3R1.R22.1 24-enable=MC3R1.R22.10 25-enable=MC3R1.R22.7 26-enable=MC3R1.R22.8 27-enable=MC3R1.R22.9 28-doc_end 29