Tag 'linter-like' quality queries that use pointto

Excluded for now: unnecassary-delete; since the pattern is often intentional to break reference cycles, which the query doesn't account for; so uncertain about its claim of high precision
This commit is contained in:
Joe Farebrother
2025-06-18 10:04:47 +01:00
parent 5c4548df45
commit 869e33e38c
13 changed files with 30 additions and 17 deletions

View File

@@ -2,7 +2,8 @@
* @name Unreachable code
* @description Code is unreachable
* @kind problem
* @tags maintainability
* @tags quality
* maintainability
* useless-code
* external/cwe/cwe-561
* @problem.severity warning