mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
tools/flake8: exclude suit_manifest_encoder_04 script
This script is copied as is from an external repository: https://github.com/ARMmbed/suit-manifest-generator/blob/ex-gen-moran-suit-manifest-04/example-generator-moran-suit-manifest-04/make-examples.py
This commit is contained in:
parent
7f6862c2d3
commit
db96f31a54
7
dist/tools/flake8/check.sh
vendored
7
dist/tools/flake8/check.sh
vendored
@ -23,7 +23,12 @@ cd $RIOTBASE
|
||||
: "${RIOTTOOLS:=${RIOTBASE}/dist/tools}"
|
||||
. "${RIOTTOOLS}"/ci/changed_files.sh
|
||||
|
||||
EXCLUDE='^(.+/vendor/|dist/tools/cc2538-bsl|dist/tools/mcuboot|dist/tools/uhcpd|dist/tools/stm32loader)'
|
||||
EXCLUDE="^(.+/vendor/\
|
||||
|dist/tools/cc2538-bsl\
|
||||
|dist/tools/mcuboot\
|
||||
|dist/tools/uhcpd\
|
||||
|dist/tools/stm32loader\
|
||||
|dist/tools/suit_v4/suit_manifest_encoder_04)"
|
||||
FILEREGEX='(\.py$|pyterm$)'
|
||||
FILES=$(FILEREGEX=${FILEREGEX} EXCLUDE=${EXCLUDE} changed_files)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user