mirror of https://github.com/astral-sh/ruff
Fix `respect_gitignore` reference (#2196)
This commit is contained in:
parent
b69b6a7ec8
commit
adb5c5b150
|
|
@ -2377,7 +2377,7 @@ Enabled by default.
|
|||
|
||||
```toml
|
||||
[tool.ruff]
|
||||
respect_gitignore = false
|
||||
respect-gitignore = false
|
||||
```
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -285,7 +285,7 @@ pub struct Options {
|
|||
default = "true",
|
||||
value_type = "bool",
|
||||
example = r#"
|
||||
respect_gitignore = false
|
||||
respect-gitignore = false
|
||||
"#
|
||||
)]
|
||||
/// Whether to automatically exclude files that are ignored by `.ignore`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue