Skip to content

Commit

Permalink
Merge #84
Browse files Browse the repository at this point in the history
84: cargo-marker: add initial configuration support r=xFrednet a=Niki4tap

Tracked in #81

Adds initial configuration implementation, checking out one task :)

`@xFrednet`

Co-authored-by: Niki4tap <rombiklol2@gmail.com>
  • Loading branch information
bors[bot] and Niki4tap authored Jan 10, 2023
2 parents 6449917 + d5f5ae5 commit 2c1582d
Show file tree
Hide file tree
Showing 8 changed files with 418 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[alias]
dogfood = "run --features dev-build --bin cargo-marker -- -l ./marker_lints"
dogfood = "run --features dev-build --bin cargo-marker"
uitest = "test --test compile_test"
173 changes: 117 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ members = [
"marker_adapter",
"marker_api",
"marker_driver_rustc",
# This is temporary, lint crates like this one will be managed with `cargo-liner`
# This is needed for rust-analyzer, uitests and other tools
"marker_lints",
]

[workspace.metadata.marker.lints]
marker_lints = { path = "marker_lints" }
Loading

0 comments on commit 2c1582d

Please sign in to comment.