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 lint issues #85

Merged

Conversation

Fixes error: The assigned value doesn't have a set type; the variable type can't be inferred
Fixes 2 `SHADOWED_VARIABLE` errors:
- The local variable 'name' is shadowing an already-defined variable at line 9.
- The local variable 'version_number' is shadowing an already-defined variable at line 15/
Copy link
Collaborator

@Qubus0 Qubus0 left a comment

Choose a reason for hiding this comment

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

Good. We probably should check those errors and log them if they come up, but that's not a top priority

@ithinkandicode ithinkandicode merged commit e28c73f into GodotModding:develop Jan 28, 2023
@ithinkandicode ithinkandicode deleted the fix-modloaderutils-typo branch February 3, 2023 23:26
@ithinkandicode ithinkandicode mentioned this pull request Feb 22, 2023
@KANAjetzt KANAjetzt mentioned this pull request Feb 23, 2023
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