pylint-dev / pylint

It's not just a linter that annoys you!
https://pylint.readthedocs.io/en/latest/
GNU General Public License v2.0
5.2k stars 1.1k forks source link

SARIF output format for pylint ? #5493

Open nvuillam opened 2 years ago

nvuillam commented 2 years ago

Current problem

Hi, is it in the roadmap to make pylint provide SARIF output ? (SARIF is the OASIS common format for all analysis tools )

It would help improve its integration within MegaLinter :)

Best regards

Desired solution

Sarif output result :)

Additional context

No response

Pierre-Sassoulas commented 2 years ago

Thank you for opening the issue. This sounds like something that could be interesting and also well defined as it's a new Reporter to implement and a value to add in the possible output format.