ruby: adjust change notes

This commit is contained in:
yoff
2025-04-11 16:18:03 +02:00
parent 2477233508
commit 6a76a40cf4
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
category: majorAnalysis
---
* The query `rb/uninitialized-local-variable` now take various guards into account and should produce fewer false positives. It also now comes with a help file.
* The query `rb/uninitialized-local-variable` now only produces alerts when the variable is the receiver of a method call and should produce very few false positives. It also now comes with a help file.

View File

@@ -1,4 +1,4 @@
---
category: queryMetadata
---
* The query `rb/uninitialized-local-variable` now only produces alerts when it can find local flow; we have adjusted the precision to 'medium'.
* The query `rb/uninitialized-local-variable` now only produces alerts when the variable is the receiver of a method call; we have adjusted the precision to 'high'.

View File

@@ -8,7 +8,7 @@
* @tags quality
* reliability
* correctness
* @precision medium
* @precision high
*/
import codeql.ruby.AST