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:
parent
597fcb4751
commit
8dbb29da3f
|
@ -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]",
|
||||||
|
|
Loading…
Reference in New Issue