tools/codeformat.py: Skip formatting ESP-IDF managed components.

Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
This commit is contained in:
Daniël van de Giessen 2023-08-09 12:50:24 +02:00 committed by Damien George
parent 597fcb4751
commit 8dbb29da3f
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ PATHS = [
EXCLUSIONS = [ EXCLUSIONS = [
# The cc3200 port is not fully formatted yet. # The cc3200 port is not fully formatted yet.
"ports/cc3200/*/*.[ch]", "ports/cc3200/*/*.[ch]",
# ESP-IDF downloads 3rd party code.
"ports/esp32/managed_components/*",
# The nrf port is not fully formatted yet. # The nrf port is not fully formatted yet.
"ports/nrf/boards/*.[ch]", "ports/nrf/boards/*.[ch]",
"ports/nrf/device/*.[ch]", "ports/nrf/device/*.[ch]",