<#21782 Add support to generate Ruff output file> ...
# github-notifications
c
#21782 Add support to generate Ruff output file Issue created by erjac77 Is your feature request related to a problem? Please describe. Although Ruff offers the ability to write its output into a file, this functionality is currently not available in Pants. This can be useful for organizations using static analysis tools (like SonarQube) to analyse Ruff's output. Describe the solution you'd like Ruff has an option to specified an output file, using the
--output-file
flag (and the optional
--output-format
flag). Describe alternatives you've considered N/A Additional context N/A pantsbuild/pants