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

Add a lint mode #16

Open
lupino3 opened this issue Dec 14, 2018 · 1 comment
Open

Add a lint mode #16

lupino3 opened this issue Dec 14, 2018 · 1 comment

Comments

@lupino3
Copy link
Member

lupino3 commented Dec 14, 2018

The tool can identify some flaws in batch files, for example goto / call to non-existing labels.

Implement a --lint option that only outputs potential problems with a given script.

@lupino3
Copy link
Member Author

lupino3 commented Nov 6, 2019

Example checks:

  • dead code
  • misspelled labels for goto/calls

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

No branches or pull requests

1 participant