-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
feat: JavaScript namespaces, JSON-Schema Bundles, Bi-directional JSON-RPC changes #179
base: next
Are you sure you want to change the base?
Conversation
feature: CI/CD Merges (next->next-major and next->main)
Coverity detected 1 issue; a quality concern. |
}) | ||
|
||
return json | ||
const notifiers = json.methods.filter( m => m.tags && m.tags.find(t => t.name == 'notifier')) || [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Medium impact. Quality issue.
Control flow issues. Structurally dead code.
Code block is unreachable because of the syntactic structure of the code
Actions intended to be performed by the unreachable code will never occur.
WARNING: A Blackduck scan failure has been waivedA prior failure has been upvoted
|
also added support for `firebolt-openrpc.config.json` file to override language settings.
No description provided.