cmd-call-graph icon indicating copy to clipboard operation
cmd-call-graph copied to clipboard

Add a lint mode

Open lupino3 opened this issue 7 years ago • 1 comments

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 avatar Dec 14 '18 14:12 lupino3

Example checks:

  • dead code
  • misspelled labels for goto/calls

lupino3 avatar Nov 06 '19 14:11 lupino3