mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python: Add many medium precision queries to the code-quality-extended suite.
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
* @name Non-portable comparison using is when operands support `__eq__`
|
||||
* @description Comparison using 'is' when equivalence is not the same as identity and may not be portable.
|
||||
* @kind problem
|
||||
* @tags portability
|
||||
* maintainability
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* @problem.severity recommendation
|
||||
* @sub-severity low
|
||||
* @precision medium
|
||||
|
||||
Reference in New Issue
Block a user