:orphan: .. title:: CONFIG_CODING_GUIDELINE_CHECK .. kconfig:: CONFIG_CODING_GUIDELINE_CHECK CONFIG_CODING_GUIDELINE_CHECK ############################# *Enforce coding guideline rules* Type: ``bool`` Help ==== .. code-block:: none 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 .. code-block:: kconfig 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.)*