:orphan: .. title:: CODING_GUIDELINE_CHECK .. option:: 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 ================== .. highlight:: kconfig At ``Kconfig.zephyr:174`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Compiler Options .. parsed-literal:: 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.)*