Pythonistas, thanks for your feedback. Along with some new rules, this is now the reality for SonarCloud and will be in SonarQube 10.2. You can generate a Ruff report into JSON format with a command like
ruff -o my_report.json --format json <path/to/files/to/analyze>
.
2 Likes