1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

ci(common): don't ignore tokens with missing support status

This commit is contained in:
Martin Milata 2021-10-27 12:35:58 +02:00
parent ea1b7fbd54
commit b4663dddff

View File

@ -72,7 +72,7 @@ cstyle: ## apply code style on low-level C code
defs_check: ## check validity of coin definitions and protobuf files defs_check: ## check validity of coin definitions and protobuf files
jsonlint common/defs/*.json common/defs/*/*.json jsonlint common/defs/*.json common/defs/*/*.json
python3 common/tools/cointool.py check python3 common/tools/cointool.py check
python3 common/tools/support.py check --ignore-missing python3 common/tools/support.py check
python3 common/protob/check.py python3 common/protob/check.py
python3 common/protob/graph.py common/protob/*.proto python3 common/protob/graph.py common/protob/*.proto