I need to check for errors in my python files before building the project. Is this possible using SonarQube? If Yes, what checks are performed for Python(syntax, indentation, import errors, etc)?
Asked
Active
Viewed 1,133 times
1 Answers
0
SonarQube Analyzers assume they're scanning compilable code. Pylint checks are available but off by default. For a full list of built-in rules, see the SonarAnalyzer for Python rule report.

G. Ann - SonarSource Team
- 22,346
- 4
- 40
- 76