Is there a PR policy for adding rules to the SonarPython plugin? Also, is there a style guide (I'm not a native Java dev)?
Some background: I'd really like to start leveraging SonarQube for some Python repositories, but I'm using
Flake8 for linting (instead of Pylint) currently and an assorted suite of plugin modules that perform various other checks, e.g.
flake8-mutable. Since going through and redefining these rules via XPath isn't super ideal I've gone ahead and forked the SonarPython plugin to add some support for Flake8.