dscanner.analysis.run

Members

Functions

analyze
bool analyze(string[] fileNames, const StaticAnalysisConfig config, string errorFormat, ref StringCache cache, ref ModuleCache moduleCache, bool staticAnalyze = true)

For multiple files

shouldRun
bool shouldRun(string moduleName, const ref StaticAnalysisConfig config)

Checks whether a module is part of a user-specified include/exclude list. The user can specify a comma-separated list of filters, everyone needs to start with either a '+' (inclusion) or '-' (exclusion). If no includes are specified, all modules are included.

Meta