From b4663dddffa474187ece120aa92ededc1e40559f Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 27 Oct 2021 12:35:58 +0200 Subject: [PATCH] ci(common): don't ignore tokens with missing support status --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76128cf93b..45cfe26e30 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ cstyle: ## apply code style on low-level C code defs_check: ## check validity of coin definitions and protobuf files jsonlint common/defs/*.json common/defs/*/*.json 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/graph.py common/protob/*.proto