zephyr/cmake/sca/eclair/ECL/analysis_HIS.ecl
Simon Hein 4c7d86a8b5 sca: Add ECLAIR SCA configuration files.
Add the Eclair configuration files, which are needed to
configure the static code analysis tool for the zephyr
coding guidelines.

Signed-off-by: Simon Hein <Shein@baumer.com>
2024-11-16 15:18:57 -05:00

22 lines
582 B
Prolog

# 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.
# Enable the desired metrics.
-enable=MET.HIS.COMF
-enable=MET.HIS.PATH
-enable=MET.HIS.GOTO
-enable=MET.HIS.v_G
-enable=MET.HIS.CALLING
-enable=MET.HIS.CALLS
-enable=MET.HIS.PARAM
-enable=MET.HIS.STMT
-enable=MET.HIS.LEVEL
-enable=MET.HIS.RETURN
-enable=MET.HIS.VOCF
-enable=MET.HIS.ap_cg_cycle