Tag 'type-checking'-like quality queries

This commit is contained in:
Joe Farebrother
2025-06-18 10:36:06 +01:00
parent 4b1d31c976
commit 02f8ec33f2
15 changed files with 32 additions and 22 deletions

View File

@@ -4,7 +4,8 @@
* parameter of the __init__ method of the class being
* instantiated, will result in a TypeError at runtime.
* @kind problem
* @tags reliability
* @tags quality
* reliability
* correctness
* external/cwe/cwe-628
* @problem.severity error

View File

@@ -3,7 +3,8 @@
* @description Using too many or too few arguments in a call to the `__init__`
* method of a class will result in a TypeError at runtime.
* @kind problem
* @tags reliability
* @tags quality
* reliability
* correctness
* external/cwe/cwe-685
* @problem.severity error