lint

Asynchronously lints the file passed. If you provide code and DScanner supports reading from stdin (stable 0.4.0 and above) then code will be used.

@component("dscanner")
@arguments("subcmd", "lint")
void
lint
(,
string file = ""
,
string ini = "dscanner.ini"
,
string code = ""
)

Return Value

Type: void

[{file: string, line: int, column: int, type: string, description: string}]

Call With

{"subcmd": "lint"}

Meta