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.D4.6 14-enable=MC3R1.D4.9 15-enable=MC3R1.R12.1 16-enable=MC3R1.R13.3 17-enable=MC3R1.R2.6 18-enable=MC3R1.R10.1 19-enable=MC3R1.R10.3 20-enable=MC3R1.R10.4 21-enable=MC3R1.R14.4 22-enable=MC3R1.R20.7 23-doc_end 24