Skip to content

Commit

Permalink
Add internal hidden rules for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 31, 2024
1 parent 7992583 commit 142f261
Show file tree
Hide file tree
Showing 12 changed files with 459 additions and 193 deletions.
2 changes: 2 additions & 0 deletions crates/ruff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ walkdir = { workspace = true }
wild = { workspace = true }

[dev-dependencies]
# Enable test rules during development
ruff_linter = { path = "../ruff_linter", features = ["clap", "test-rules"] }
assert_cmd = { workspace = true }
# Avoid writing colored snapshots when running tests from the terminal
colored = { workspace = true, features = ["no-color"]}
Expand Down
Loading

0 comments on commit 142f261

Please sign in to comment.