Skip to content

Commit badbdcd

Browse files
committed
cargo-marker: add initial configuration support
1 parent 6449917 commit badbdcd

File tree

7 files changed

+340
-89
lines changed

7 files changed

+340
-89
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[alias]
2-
dogfood = "run --features dev-build --bin cargo-marker -- -l ./marker_lints"
2+
dogfood = "run --features dev-build --bin cargo-marker"
33
uitest = "test --test compile_test"

Cargo.lock

Lines changed: 117 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ members = [
44
"marker_adapter",
55
"marker_api",
66
"marker_driver_rustc",
7-
# This is temporary, lint crates like this one will be managed with `cargo-liner`
7+
# This is needed for rust-analyzer, uitests and other tools
88
"marker_lints",
99
]
10+
11+
[workspace.metadata.marker.lints]
12+
dogfood = { path = "marker_lints" }

0 commit comments

Comments
 (0)