-
Notifications
You must be signed in to change notification settings - Fork 202
Create diagnostics messages using sarif. #184
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
Conversation
This pull request introduces 2 alerts when merging 50fee61 into 0d7eb93 - view on LGTM.com new alerts:
|
50fee61
to
4d1e167
Compare
This pull request introduces 1 alert when merging 4d1e167 into e056c61 - view on LGTM.com new alerts:
|
4d1e167
to
4ebad72
Compare
This pull request introduces 2 alerts when merging 4ebad72 into e056c61 - view on LGTM.com new alerts:
|
4ebad72
to
6331092
Compare
This pull request introduces 1 alert when merging 6331092 into e056c61 - view on LGTM.com new alerts:
|
@@ -262,10 +263,31 @@ export class InterfaceManager extends DisposableObject { | |||
sortedResultsMap, | |||
database: info.database, | |||
shouldKeepOldResultsWhileRendering, | |||
kind: info.query.metadata ? info.query.metadata.kind : undefined | |||
metadata: info.query.metadata |
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.
Passing along all of the metadata here instead of just kind
seems like a good idea, though.
6331092
to
78e3612
Compare
This pull request introduces 1 alert when merging 78e3612 into 513d763 - view on LGTM.com new alerts:
|
09af48a
to
cc9849e
Compare
cc9849e
to
b1d6511
Compare
This code effectively landed in #222. |
This covers a few edge cases not handled in the current support and removes a dependency from the typescript parsing code.