Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 48b565f

Browse files
committedApr 4, 2025·
ruby: adjust precision of rb/useless-assignment-to-local to medium
1 parent 1479b24 commit 48b565f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎ruby/ql/src/queries/variables/DeadStoreOfLocal.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @id rb/useless-assignment-to-local
88
* @tags maintainability
99
* external/cwe/cwe-563
10-
* @precision low
10+
* @precision medium
1111
*/
1212

1313
import codeql.ruby.AST

0 commit comments

Comments
 (0)
Please sign in to comment.