Skip to content

Var used false positives#78

Merged
Kakadu merged 3 commits intomasterfrom
var-used-false-positives
Oct 28, 2025
Merged

Var used false positives#78
Kakadu merged 3 commits intomasterfrom
var-used-false-positives

Conversation

@Kakadu
Copy link
Owner

@Kakadu Kakadu commented Oct 28, 2025

No description provided.

We ere returning false positives when the code expanded by deriving
uses identifiers like `__0`. This patch checks location of this
identifier and compares location length with identifier length.
If they differ, then it's likely that this identifier was automatically
generated.

Signed-off-by: Kakadu <Kakadu@pm.me>
Signed-off-by: Kakadu <Kakadu@pm.me>
Signed-off-by: Kakadu <Kakadu@pm.me>
@Kakadu Kakadu merged commit 4752dce into master Oct 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant