1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-21 04:41:18 +00:00

refactor(nordic): rename west to nordic

[no changelog]
This commit is contained in:
tychovrahe 2025-01-20 17:03:09 +01:00
parent f747f5964c
commit a260f74e2c
66 changed files with 13 additions and 13 deletions

20
.gitignore vendored
View File

@ -11,13 +11,13 @@ __pycache__/
proto.gv*
.DS_Store
crypto/tests/libtrezor-crypto.so.dSYM/
/west/.west/
/west/bootloader/
/west/modules/
/west/nrf/
/west/nrfxlib/
/west/test/
/west/tools/
/west/zephyr/
/west/trezor/build/
/west/trezor/trezor-ble/build/
/nordic/.west/
/nordic/bootloader/
/nordic/modules/
/nordic/nrf/
/nordic/nrfxlib/
/nordic/test/
/nordic/tools/
/nordic/zephyr/
/nordic/trezor/build/
/nordic/trezor/trezor-ble/build/

View File

@ -8,7 +8,7 @@ ignore-paths=
crypto,
legacy,
storage,
west,
nordic,
fail-under=10.0
jobs=0
load-plugins=trezor_pylint_plugin

View File

@ -5,7 +5,7 @@ ignore: |
vendor/
/common/defs/ethereum/chains/
/common/defs/ethereum/tokens/
/west/
/nordic/
rules:
# fix for truthy warning on github action files

View File

@ -3,4 +3,4 @@
^\./crypto/
^\./legacy/
^\./storage/
^\./west/trezor
^\./nordic/trezor