public class PylintIssuesAnalyzer extends Object
| Modifier and Type | Method and Description |
|---|---|
List<org.sonar.plugins.python.pylint.Issue> |
analyze(String path,
Charset charset,
File out) |
protected List<org.sonar.plugins.python.pylint.Issue> |
parseOutput(List<String> lines) |
public List<org.sonar.plugins.python.pylint.Issue> analyze(String path, Charset charset, File out) throws IOException
IOExceptionCopyright © 2011–2017 SonarSource and Waleri Enns. All rights reserved.