DscannerComponent.lint

Asynchronously lints the file passed. If you provide code then the code will be used and file will be ignored.

class DscannerComponent
Future!(DScannerIssue[])
lint
(
string file = ""
,
string ini = "dscanner.ini"
,
scope const(char)[] code = ""
,
bool skipWorkspacedPaths = false
,
const StaticAnalysisConfig defaultConfig = StaticAnalysisConfig.init
,
bool resolveRanges = false
)

See Also

Meta