From ddc429cfebac22b2bbe3d2532b027a0af2ea01bf Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Tue, 17 Jun 2025 13:16:20 +0200 Subject: [PATCH] Ruby: Update quality related tags. --- ruby/ql/src/queries/performance/DatabaseQueryInLoop.ql | 5 +++-- ruby/ql/src/queries/variables/DeadStoreOfLocal.ql | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ruby/ql/src/queries/performance/DatabaseQueryInLoop.ql b/ruby/ql/src/queries/performance/DatabaseQueryInLoop.ql index 835fe620984..b34ee080fcd 100644 --- a/ruby/ql/src/queries/performance/DatabaseQueryInLoop.ql +++ b/ruby/ql/src/queries/performance/DatabaseQueryInLoop.ql @@ -5,8 +5,9 @@ * @problem.severity info * @precision high * @id rb/database-query-in-loop - * @tags performance - * quality + * @tags quality + * reliability + * performance */ import ruby diff --git a/ruby/ql/src/queries/variables/DeadStoreOfLocal.ql b/ruby/ql/src/queries/variables/DeadStoreOfLocal.ql index 808ce42dd85..849fb8ecd5a 100644 --- a/ruby/ql/src/queries/variables/DeadStoreOfLocal.ql +++ b/ruby/ql/src/queries/variables/DeadStoreOfLocal.ql @@ -5,8 +5,9 @@ * @kind problem * @problem.severity warning * @id rb/useless-assignment-to-local - * @tags maintainability - * quality + * @tags quality + * maintainability + * useless-code * external/cwe/cwe-563 * @precision high */