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

fix: False-positive global findings in controllers #427

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

matz3
Copy link
Member

@matz3 matz3 commented Nov 27, 2024

This solves an issue where the linter would falsely report access to
global variables in controller code when accessing the controller class
(e.g. by adding methods to the prototype).

The issue was caused by the introduction of type support for "byId" in
controllers and only appears when there is a view that references the
controller.

Caused by: #423

This solves an issue where the linter would falsely report access to
global variables in controller code when accessing the controller class
(e.g. by adding methods to the prototype).

The issue was caused by the introduction of type support for "byId" in
controllers and only appears when there is a view that references the
controller.

Caused by: #423
@matz3 matz3 requested a review from a team November 27, 2024 14:16
@matz3 matz3 merged commit b48a2dc into main Nov 28, 2024
13 checks passed
@matz3 matz3 deleted the fix-global-false-positive-controller branch November 28, 2024 09:27
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.

2 participants