mirror of
https://github.com/github/codeql.git
synced 2026-02-26 20:03:51 +01:00
649 B
649 B
1.6.0
Query Metadata Changes
- The tag
qualityhas been added to multiple Python quality queries for consistency. They have all been given a tag for one of the two top-level categoriesreliabilityormaintainability, and a tag for a sub-category. See Query file metadata and alert message style guide for more information about these categories.
Minor Analysis Improvements
- The
py/iter-returns-non-selfquery has been modernized, and no longer alerts for certain cases where an equivalent iterator is returned.