mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
doc: fix a small typo for check_kconfigs.py
The script was moved in bcc8f2628c
,
update the doc reference to match.
This commit is contained in:
committed by
Djordje Nedic
parent
e9b2f6ddce
commit
561e7357ac
@@ -41,7 +41,7 @@ The following attributes of ``Kconfig`` files are standardized:
|
||||
Format checker
|
||||
--------------
|
||||
|
||||
``tools/check_kconfigs.py`` is provided for checking the ``Kconfig`` formatting rules. The checker checks all ``Kconfig`` and ``Kconfig.projbuild`` files in the ESP-IDF directory and generates a new file with suffix ``.new`` with some recommendations how to fix issues (if there are any). Please note that the checker cannot correct all rules and the responsibility of the developer is to check and make final corrections in order to pass the tests. For example, indentations will be corrected if there isn't some misleading previous formatting but it cannot come up with a common prefix for options inside a menu.
|
||||
``tools/ci/check_kconfigs.py`` is provided for checking the ``Kconfig`` formatting rules. The checker checks all ``Kconfig`` and ``Kconfig.projbuild`` files in the ESP-IDF directory and generates a new file with suffix ``.new`` with some recommendations how to fix issues (if there are any). Please note that the checker cannot correct all rules and the responsibility of the developer is to check and make final corrections in order to pass the tests. For example, indentations will be corrected if there isn't some misleading previous formatting but it cannot come up with a common prefix for options inside a menu.
|
||||
|
||||
.. _configuration-options-compatibility:
|
||||
|
||||
|
Reference in New Issue
Block a user