Skip to content

Commit

Permalink
Merge #64
Browse files Browse the repository at this point in the history
64: Rename everything to marker r=xFrednet a=xFrednet

I've also made a logo, but that'll have to wait until I update the documentation

Closes #63

Co-authored-by: xFrednet <[email protected]>
  • Loading branch information
bors[bot] and xFrednet authored Nov 26, 2022
2 parents c0572aa + 379a0e4 commit 8d6c683
Show file tree
Hide file tree
Showing 99 changed files with 362 additions and 238 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]
linter = "run --features dev-build --bin cargo-linter -- linter -l ./linter_lints"
dogfood = "run --features dev-build --bin cargo-marker -- -l ./marker_lints"
uitest = "test --test compile_test"
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- run: cargo doc

# This task ensures, required packages can be build with a stable toolchain
# the only package requiring nightly should be `linter_driver_rustc` and
# optionally `linter_adapter`
# the only package requiring nightly should be `marker_driver_rustc` and
# optionally `marker_adapter`
rust-crates-build-stable:
runs-on: ubuntu-latest

Expand All @@ -66,6 +66,6 @@ jobs:
- run: rustc -vV

# Test
- run: cargo build --package cargo-linter
- run: cargo build --package linter_api
- run: cargo build --package linter_lints
- run: cargo build --package cargo-marker
- run: cargo build --package marker_api
- run: cargo build --package marker_lints
10 changes: 5 additions & 5 deletions .github/workflows/rust_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- run: cargo doc

# This task ensures, required packages can be build with a stable toolchain
# the only package requiring nightly should be `linter_driver_rustc` and
# optionally `linter_adapter`
# the only package requiring nightly should be `marker_driver_rustc` and
# optionally `marker_adapter`
rust-crates-build-stable:
runs-on: ubuntu-latest

Expand All @@ -61,6 +61,6 @@ jobs:
- run: rustc -vV

# Test
- run: cargo build --package cargo-linter
- run: cargo build --package linter_api
- run: cargo build --package linter_lints
- run: cargo build --package cargo-marker
- run: cargo build --package marker_api
- run: cargo build --package marker_lints
Loading

0 comments on commit 8d6c683

Please sign in to comment.