-
Notifications
You must be signed in to change notification settings - Fork 116
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
DevSkim CLI is case-sensitive where the VSCode extension is not #283
Comments
Ah, the issue is suppressed on the CLI if the suppression comment reads It seems that the VSCode extension is more permissive? |
Thanks for identifying where the discrepancy was! I'll merge a fix for this today along with a dependency bump. |
The Devskim CLI reports an issue that has been explicitly excluded using a
Devskim: ignore
comment. The VSCode extension works as expected, that is, not reporting the suppressed issue.VSCode shows no squiggles. Removing the exclusion comment causes VSCode to show the expected squiggle.
Possibly related to #70 - I've tested the snippet there with the same results as detailed in that issue.
It's also possible I'm missing something obvious here, in which case my apologies in advance.
The text was updated successfully, but these errors were encountered: