microsoft / sarif-js-sdk

JavaScript code and supporting files for working with the 'Static Analysis Results Interchange Format' (SARIF, see https://github.com/oasis-tcs/sarif-spec)
MIT License
26 stars 13 forks source link

eslint-formatter-sarif does not observe eslint-disable #76

Closed ryanccn closed 1 year ago

ryanccn commented 1 year ago

When using @microsoft/eslint-formatter-sarif, rules disabled by eslint-disable-next-line or eslint-disable still show up in the final output and the code scanning result.

ryanccn commented 1 year ago

Never mind, it seems to be an issue with GitHub code scanning itself not observing suppressions