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

@@ -2,9 +2,9 @@
* @name Non-callable called
* @description A call to an object which is not a callable will raise a TypeError at runtime.
* @kind problem
* @tags reliability
* @tags quality
* reliability
* correctness
* types
* @problem.severity error
* @sub-severity high
* @precision high