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/contribute/coding_guidelines/index.html" 13-enable=MC3A2.R2.3 14-enable=MC3A2.R2.1 15-enable=MC3A2.R5.9 16-enable=MC3A2.R5.1 17-enable=MC3A2.R5.6 18-enable=MC3A2.R5.7 19-enable=MC3A2.R5.8 20-enable=MC3A2.R8.9 21-enable=MC3A2.R8.3 22-enable=MC3A2.R8.5 23-enable=MC3A2.R8.6 24-enable=MC3A2.R22.4 25-enable=MC3A2.R22.3 26-enable=MC3A2.D1.1 27-enable=MC3A2.D3.1 28-enable=MC3A2.D4.1 29-enable=MC3A2.D4.10 30-enable=MC3A2.R17.2 31-enable=MC3A2.R17.7 32-doc_end 33