8000 ruby: adjust precision of `rb/useless-assignment-to-local` to medium · github/codeql@3701ee0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3701ee0

Browse files
committed
ruby: adjust precision of rb/useless-assignment-to-local to medium
1 parent 161dd7b commit 3701ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/queries/variables/DeadStoreOfLocal.ql

Lines changed: 1 addition & 1 deletion
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)
0