Tag remaining high precision quality queries

Excluded queries that are python 2 specific; as well as the cyclic import queries
This commit is contained in:
Joe Farebrother
2025-06-18 11:45:44 +01:00
parent 02f8ec33f2
commit fa5b2ef794
20 changed files with 46 additions and 27 deletions

View File

@@ -3,9 +3,9 @@
* @description Using a 'try-finally' block to ensure only that a resource is closed makes code more
* difficult to read.
* @kind problem
* @tags maintainability
* @tags quality
* maintainability
* readability
* convention
* @problem.severity recommendation
* @sub-severity high
* @precision very-high

View File

@@ -2,8 +2,9 @@
* @name Unused exception object
* @description An exception object is created, but is not used.
* @kind problem
* @tags reliability
* maintainability
* @tags quality
* reliability
* error-handling
* @problem.severity error
* @sub-severity low
* @precision very-high