We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a702f7a commit ddc429cCopy full SHA for ddc429c
ruby/ql/src/queries/performance/DatabaseQueryInLoop.ql
@@ -5,8 +5,9 @@
5
* @problem.severity info
6
* @precision high
7
* @id rb/database-query-in-loop
8
- * @tags performance
9
- * quality
+ * @tags quality
+ * reliability
10
+ * performance
11
*/
12
13
import ruby
ruby/ql/src/queries/variables/DeadStoreOfLocal.ql
* @kind problem
* @problem.severity warning
* @id rb/useless-assignment-to-local
- * @tags maintainability
+ * maintainability
+ * useless-code
* external/cwe/cwe-563
0 commit comments