The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CODING_GUIDELINE_CHECK

Enforce coding guideline rules

Type: bool

Help

Use available compiler flags to check coding guideline rules during
the build.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At Kconfig.zephyr:263

Included via Kconfig:8

Menu path: (Top) → Build and Link Features → Compiler Options

config CODING_GUIDELINE_CHECK
    bool "Enforce coding guideline rules"
    help
      Use available compiler flags to check coding guideline rules during
      the build.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)