run method

Future<void> run()

Perform analysis of file paths passed in constructor

Implementation

Future<void> run() => _analyzer.runAnalysis(_folders, _rootFolder);