From 5ea39e68d1a94dfe61f4147482a0fe06c7d1bef9 Mon Sep 17 00:00:00 2001 From: Tom McLean Date: Wed, 10 Jan 2024 13:50:41 +0800 Subject: [PATCH] feat: Fix features + lint --- makefile | 2 +- protocol/0028-GOVE-governance.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index ae9bcacd0..f2bc609ae 100644 --- a/makefile +++ b/makefile @@ -64,7 +64,7 @@ spellcheck: # Checks for duplicated ACs in the features.json file .PHONY: check-features check-features: - npx github:vegaprotocol/approbation check-features --specs="{./non-protocol-specs/**/*.md,./protocol/**/*.md,./protocol/**/*.ipynb}" --features="./protocol/features.json" + npx github:vegaprotocol/approbation check-features --specs="{./non-protocol-specs/**/*.md,./protocol/**/*.md,./protocol/**/*.ipynb}" --features="./protocol/nebula-features.json" clean: rm -rf $(TEMP) diff --git a/protocol/0028-GOVE-governance.md b/protocol/0028-GOVE-governance.md index 69a9f967c..c4aba128b 100644 --- a/protocol/0028-GOVE-governance.md +++ b/protocol/0028-GOVE-governance.md @@ -767,4 +767,3 @@ The voting to approve the batch happens, the batch passes, the value of the prop - A proposal to add community tags with any community tags longer than `governance.proposal.market.maxCommunityTagLength` is rejected as invalid (0028-GOVE-175) - A proposal to remove community tags with any community tags longer than `governance.proposal.market.maxCommunityTagLength` is rejected as invalid (0028-GOVE-176) -