Update help and documentation for --output-format to reflect "full" default (#12248)

fix #12247 

changed help to list "full" as the default for --output-format and
removed "text" as an option (as this is no longer supported).
This commit is contained in:
Dani Bodor 2024-07-09 04:45:24 +02:00 committed by GitHub
parent 1e04bd0b73
commit 10f07d88a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -594,7 +594,6 @@ Options:
Ignore any `# noqa` comments
--output-format <OUTPUT_FORMAT>
Output serialization format for violations. The default serialization
format is "concise". In preview mode, the default serialization
format is "full" [env: RUFF_OUTPUT_FORMAT=] [possible values: text,
concise, full, json, json-lines, junit, grouped, github, gitlab,
pylint, rdjson, azure, sarif]