Namespace: analyse

analyse

A namespace containing analyser functions.
Source:

Methods

(static) generic(paths) → {GenericAnalysisReport}

Analyses a generic text files.
Parameters:
Name Type Description
paths Array.<string> An array of absolute file paths
Source:
Returns:
A report of all analyses performed on the given extension
Type
GenericAnalysisReport

(static) javascript(paths) → {JsAnalysisReport}

Performs static code analysis on a set of javascript files
Parameters:
Name Type Description
paths Array.<string> An array of absolute file paths
Source:
Returns:
A report of static analysis performed on javascript code
Type
JsAnalysisReport

(static) python(paths) → {PyAnalysisReport}

Performs static code analysis on a set of javascript files
Parameters:
Name Type Description
paths Array.<string> An array of absolute file paths
Source:
Returns:
A report of static analysis performed on javascript code
Type
PyAnalysisReport