updating pylint rules to match pylint 1.8.3#144
updating pylint rules to match pylint 1.8.3#144gcaill wants to merge 4 commits intoSonarSource:masterfrom
Conversation
|
This PR is a proactive effort to answer my own question https://groups.google.com/forum/#!topic/sonarqube/ezXW03MzzYU |
|
@pynicolas can you please review this PR? |
|
Thanks a lot for the PR! Indeed, updating the list of pylint rules should be done more often. I have 2 remarks about the content of the PR:
I'll try to handle those 2 points at the end of next week if nobody has done it before. Thanks again! |
|
Thanks @pynicolas, that will be much appreciated here. Let me know if you can't make it and I'll give it a try even though I'm no expert at all in merging XMLs. Thanks. |
|
@clarkgaybel I opened PR #149 based on what you did. Please have a look at it and test it. |
|
This PR was replaced by #149 which was heavily based on this one. Thanks! |
|
@tquenolle @AubryH This change should be released as part of SonarPython 1.10. Please see the request for feedback. Thanks! |
GitOrigin-RevId: 1f6b9e7e87a465803fd07cc0d54173a07419c427
sonar-python plugin is only aware of pylint rules up to 1.2.1 which is already 4 years old.
This Pull request intend to catch-up up to version 1.8.3, supporting ~100 more rules.
This PR is necessary to keep the pylint integration meaningful.