asyncapi / parser-js

AsyncAPI parser for Javascript (browser-compatible too).
115 stars 91 forks source link

Create the rule `asyncapi3-channel-parameters` for the v3 core ruleset #1019

Open smoya opened 1 month ago

smoya commented 1 month ago

Part of https://github.com/asyncapi/parser-js/issues/1016 (included in Bounty).

Add the following rule for the v3 core ruleset:

Based on asyncapi2-channel-parameters: Channel parameters must be defined and there must be no redundant parameters. Additionally, should fix https://github.com/asyncapi/parser-js/issues/875

Fixes https://github.com/asyncapi/parser-js/issues/875