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 <Zephyr>/Kconfig.zephyr:172

Included via <Zephyr>/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.)