mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Add Azure Devops as a -format
option. (#3335)
This commit is contained in:
parent
5d8591fec4
commit
30c71dc59a
5 changed files with 35 additions and 6 deletions
|
@ -209,7 +209,7 @@ Options:
|
|||
--ignore-noqa
|
||||
Ignore any `# noqa` comments
|
||||
--format <FORMAT>
|
||||
Output serialization format for violations [env: RUFF_FORMAT=] [possible values: text, json, junit, grouped, github, gitlab, pylint]
|
||||
Output serialization format for violations [env: RUFF_FORMAT=] [possible values: text, json, junit, grouped, github, gitlab, pylint, azure]
|
||||
--target-version <TARGET_VERSION>
|
||||
The minimum Python version that should be supported
|
||||
--config <CONFIG>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue