Skip to content

Commit

Permalink
tools/codeformat.py: Skip formatting ESP-IDF managed components.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
  • Loading branch information
DvdGiessen authored and dpgeorge committed Aug 10, 2023
1 parent 597fcb4 commit 8dbb29d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/codeformat.py
Expand Up @@ -60,6 +60,8 @@
EXCLUSIONS = [
# The cc3200 port is not fully formatted yet.
"ports/cc3200/*/*.[ch]",
# ESP-IDF downloads 3rd party code.
"ports/esp32/managed_components/*",
# The nrf port is not fully formatted yet.
"ports/nrf/boards/*.[ch]",
"ports/nrf/device/*.[ch]",
Expand Down

0 comments on commit 8dbb29d

Please sign in to comment.