Skip to content

Commit 48b565f

Browse files
committed
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

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)