Skip to content

Commit 142f261

Browse files
committed
Add internal hidden rules for testing
1 parent 7992583 commit 142f261

File tree

12 files changed

+459
-193
lines changed

12 files changed

+459
-193
lines changed

crates/ruff/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ walkdir = { workspace = true }
5454
wild = { workspace = true }
5555

5656
[dev-dependencies]
57+
# Enable test rules during development
58+
ruff_linter = { path = "../ruff_linter", features = ["clap", "test-rules"] }
5759
assert_cmd = { workspace = true }
5860
# Avoid writing colored snapshots when running tests from the terminal
5961
colored = { workspace = true, features = ["no-color"]}

0 commit comments

Comments
 (0)