Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruby: refine rb/uninitialized-local-variable #19205

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yoff
Copy link
Contributor

@yoff yoff commented Apr 2, 2025

In preparation for shipping as a quality query, this PR removes some false positives for rb/uninitialized-local-variable:

  • there are places where uninitialised reads are intentional
  • there are also some places where they are impossible
  • require local data flow to further filter impossible reads of uninitialized values
    (this might make the previous filtering of impossible reads redundant)

Additionally, we provide some context about the uninitialized value for autofix.
We also adjust the query meta data, to add the quality tag and increase the precision.

- there are places where uninitialised reads are intentional
- there are also some places where they are impossible
- require local data flow to further filter impossible reads of uninitialised values
- provide context about uninitialised value for autofix
@yoff yoff added the Awaiting evaluation Do not merge yet, this PR is waiting for an evaluation to finish label Apr 2, 2025
@Copilot Copilot bot review requested due to automatic review settings April 2, 2025 15:10
@yoff yoff requested a review from a team as a code owner April 2, 2025 15:10
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • ruby/ql/src/queries/variables/UninitializedLocal.ql: Language not supported

Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more

@github-actions github-actions bot added the Ruby label Apr 2, 2025
@yoff yoff marked this pull request as draft April 3, 2025 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting evaluation Do not merge yet, this PR is waiting for an evaluation to finish documentation Ruby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant