-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
configurationRelated to settings and configurationRelated to settings and configuration
Description
TL;DR: I couldn't find how to tell Ruff to write the report to file.
Examples:
bandit->--output=reports/report.txtflake8->--output-file=reports/report.txtpylint->--output-format=text:reports/report.txt
Motivation:
I'm using Ruff with Pants.
Pants parallelises Ruff's run for monorepos.
In general, it runs linters in a sandbox, collects their reports and puts them in dist/[linter]/... which can then be used by Jenkins to display the results to the user.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
configurationRelated to settings and configurationRelated to settings and configuration