Package org.sonar.plugins.python.flake8
Class Flake8ReportReader
- java.lang.Object
-
- org.sonar.plugins.python.flake8.Flake8ReportReader
-
public class Flake8ReportReader extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlake8ReportReader.Issue
-
Constructor Summary
Constructors Constructor Description Flake8ReportReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Flake8ReportReader.Issue>parse(File report, org.sonar.api.batch.fs.FileSystem fileSystem)
-
-
-
Method Detail
-
parse
public List<Flake8ReportReader.Issue> parse(File report, org.sonar.api.batch.fs.FileSystem fileSystem) throws IOException
- Throws:
IOException
-
-