Fix `respect_gitignore` reference (#2196)

This commit is contained in:
Charlie Marsh 2023-01-26 09:53:17 -05:00 committed by GitHub
parent b69b6a7ec8
commit adb5c5b150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2377,7 +2377,7 @@ Enabled by default.
```toml ```toml
[tool.ruff] [tool.ruff]
respect_gitignore = false respect-gitignore = false
``` ```
--- ---

View File

@ -285,7 +285,7 @@ pub struct Options {
default = "true", default = "true",
value_type = "bool", value_type = "bool",
example = r#" example = r#"
respect_gitignore = false respect-gitignore = false
"# "#
)] )]
/// Whether to automatically exclude files that are ignored by `.ignore`, /// Whether to automatically exclude files that are ignored by `.ignore`,