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

More refined syntax check #215

Closed
wants to merge 2 commits into from
Closed

Conversation

vanowm
Copy link

@vanowm vanowm commented Mar 30, 2024

Show warnings for:

  • already declared var
  • local var used in global scope
  • local var declared but not used
  • warn when using Dim

@vanowm vanowm reopened this Mar 30, 2024
@vanowm
Copy link
Author

vanowm commented Mar 31, 2024

Should we add options for all this?

@vanowm
Copy link
Author

vanowm commented Mar 31, 2024

Or maybe use #AutoIt3Wrapper_AU3Check_Parameters values, this way user can control it per-file

@loganch
Copy link
Owner

loganch commented Jul 2, 2024

I'll close this one and merge #216

@loganch loganch closed this Jul 2, 2024
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.

None yet

2 participants