mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Python: Add many medium precision queries to the code-quality-extended suite.
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
* @name Useless class
|
||||
* @description Class only defines one public method (apart from `__init__` or `__new__`) and should be replaced by a function
|
||||
* @kind problem
|
||||
* @tags maintainability
|
||||
* @tags quality
|
||||
* maintainability
|
||||
* useless-code
|
||||
* complexity
|
||||
* @problem.severity recommendation
|
||||
* @sub-severity low
|
||||
* @precision medium
|
||||
|
||||
Reference in New Issue
Block a user