We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This basically means we have to change all AsyncAPI 2.x related linting rules that looks like this:
linterFunction: 'apilintElementOrClass', linterParams: [['schema']],
to linterFunction: 'apilintElementOrClass', linterParams: [['schema', 'boolean']],
The text was updated successfully, but these errors were encountered:
fix(ls): allow AsyncAPI 2.0 Schema Object to be Boolean JSON Schema
f468602
Refs #3765
Addressed by #3766
Sorry, something went wrong.
fix(ls): allow AsyncAPI 2.0 Schema Object to be Boolean JSON Schema (#…
e3cbbe9
…3766) Refs #3765
char0n
No branches or pull requests
This basically means we have to change all AsyncAPI 2.x related linting rules that looks like this:
to
linterFunction: 'apilintElementOrClass',
linterParams: [['schema', 'boolean']],
The text was updated successfully, but these errors were encountered: