Hello fellows,
I recent install a new instance of the sonarqube 6.7 and add the sonar-python plugin version 1.10.
"4.(Optional) Install Pylint if you want to activate Pylint rules"
currently I have installed pylint in the project that I am trying to analize, but Sonarqube keep telling me that it will not run pylint because there is no pyulint rule activated.
I try to search for rules tagged as pylint but they do not appear.
so my questions are:
Where should I install the Pylint in order to see the rules in Sonarqube and then activate them? In the server?
should I import the rules of pylint in the sonarqube?
thnaks for you guidance
Cristian