scannedFolders function
Implementation
Iterable<String> scannedFolders(Iterable<LintFileReport> records) =>
records.map((record) => p.split(record.relativePath).first).toSet().toList()
..sort();
Iterable<String> scannedFolders(Iterable<LintFileReport> records) =>
records.map((record) => p.split(record.relativePath).first).toSet().toList()
..sort();