Skip to content

Commit

Permalink
Fix respect_gitignore reference (astral-sh#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jan 26, 2023
1 parent b69b6a7 commit adb5c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2377,7 +2377,7 @@ Enabled by default.

```toml
[tool.ruff]
respect_gitignore = false
respect-gitignore = false
```

---
Expand Down
2 changes: 1 addition & 1 deletion src/settings/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit adb5c5b

Please sign in to comment.