mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #19793 from michaelnebel/ruby/qualitytags
Ruby: Update quality tags.
This commit is contained in:
5
ruby/ql/src/change-notes/2025-06-17-tagging.md
Normal file
5
ruby/ql/src/change-notes/2025-06-17-tagging.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: queryMetadata
|
||||
---
|
||||
* Update query metadata tags for `rb/database-query-in-loop` and `rb/useless-assignment-to-local` to align with the established
|
||||
[Query file metadata and alert message style guide](https://github.com/github/codeql/blob/main/docs/query-metadata-style-guide.md#quality-query-sub-category-tags).
|
||||
@@ -5,8 +5,9 @@
|
||||
* @problem.severity info
|
||||
* @precision high
|
||||
* @id rb/database-query-in-loop
|
||||
* @tags performance
|
||||
* quality
|
||||
* @tags quality
|
||||
* reliability
|
||||
* performance
|
||||
*/
|
||||
|
||||
import ruby
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user