mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Update docs with --format flag (#205)
This commit is contained in:
parent
71520213c1
commit
17b3109a8b
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ OPTIONS:
|
|||
-e, --exit-zero Exit with status code "0", even upon detecting errors
|
||||
--exclude <EXCLUDE>... List of file and/or directory patterns to exclude from checks
|
||||
-f, --fix Attempt to automatically fix lint errors
|
||||
--format <FORMAT> Output serialization format for error messages [default: text] [possible values: text, json]
|
||||
-h, --help Print help information
|
||||
--ignore <IGNORE>... List of error codes to ignore
|
||||
-n, --no-cache Disable cache reads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue