Skip to content

Commit

Permalink
feat: Fix features + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL committed Jan 10, 2024
1 parent 808a999 commit 5ea39e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 0 additions & 1 deletion protocol/0028-GOVE-governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<a name="0028-GOVE-175" href="#0028-GOVE-175">0028-GOVE-175</a>)
- A proposal to remove community tags with any community tags longer than `governance.proposal.market.maxCommunityTagLength` is rejected as invalid (<a name="0028-GOVE-176" href="#0028-GOVE-176">0028-GOVE-176</a>)


0 comments on commit 5ea39e6

Please sign in to comment.