mirror of
https://github.com/github/codeql.git
synced 2026-02-10 04:01:11 +01:00
375 B
375 B
0.5.0
Minor Analysis Improvements
- The
AlertSuppression.qlquery has been updated to support the new// codeql[query-id]supression comments. These comments can be used to suppress an alert and must be placed on a blank line before the alert. In addition the legacy// lgtmand// lgtm[query-id]comments can now also be placed on the line before an alert.