Skip to content

Commit

Permalink
feat(rulesets): update description of new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Mar 22, 2022
1 parent c478800 commit e8f96e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rulesets/src/asyncapi/index.ts
Expand Up @@ -58,7 +58,7 @@ export default {
},
},
'asyncapi-channel-parameters-defined': {
description: 'Channel parameters must be defined.',
description: 'Channel parameters must be defined and there must be no redundant parameters.',
message: '{{error}}',
severity: 'error',
type: 'validation',
Expand Down Expand Up @@ -299,7 +299,7 @@ export default {
},
},
'asyncapi-server-variables-defined': {
description: 'Server variables must be defined.',
description: 'Server variables must be defined and there must be no redundant variables.',
message: '{{error}}',
severity: 'error',
type: 'validation',
Expand Down

0 comments on commit e8f96e4

Please sign in to comment.