You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fixing issue #1 (by removing the .pylintrc line from sonar-project.properties), the analysis runs to completion successfully. However, when looking at the analysis, no violations are reported. I observed the same with one of my own Python projects, even though running pylint manually on the source files reveals many violations. The default Python profile is selected for analysis.
Environment:
Win7, Python 2.7, Sonar 2.13.1 and the latest version of the Python plugin