python - Pylint rule is unkown to sonar -


i trying use sonarqube eclipse , python. quality profile sonar way, , had 11 rules start with. added pylint rules , marked activated. when run analyze on project don't more issues compared before (when used 11 rules). console looks this:

16:38:49.091 info  - sensor org.sonar.plugins.python.pylint.pylintsensor@1603ae07... 16:38:50.079 warn  - pylint rule 'c' unknown in sonar 16:38:50.079 warn  - pylint rule 'c' unknown in sonar 16:38:50.079 warn  - pylint rule 'c' unknown in sonar 16:38:50.079 warn  - pylint rule 'c' unknown in sonar 16:38:50.079 warn  - pylint rule 'c' unknown in sonar 16:38:50.079 warn  - pylint rule 'c' unknown in sonar 16:38:50.079 warn  - pylint rule 'c' unknown in sonar 16:38:50.079 warn  - pylint rule 'c' unknown in sonar 

i have googled around problem without finding solution.

i'm getting kind of warnings every pylint rule disabled in current quality profile, seems feature, not bug (sonarqube 5.1.1 + python plugin 1.6-snapshot)


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -