Skip to content

Commit 8d6c683

Browse files
bors[bot]xFrednet
andauthored
Merge #64
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]>
2 parents c0572aa + 379a0e4 commit 8d6c683

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+362
-238
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-
linter = "run --features dev-build --bin cargo-linter -- linter -l ./linter_lints"
2+
dogfood = "run --features dev-build --bin cargo-marker -- -l ./marker_lints"
33
uitest = "test --test compile_test"

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- run: cargo doc
5151

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

@@ -66,6 +66,6 @@ jobs:
6666
- run: rustc -vV
6767

6868
# Test
69-
- run: cargo build --package cargo-linter
70-
- run: cargo build --package linter_api
71-
- run: cargo build --package linter_lints
69+
- run: cargo build --package cargo-marker
70+
- run: cargo build --package marker_api
71+
- run: cargo build --package marker_lints

.github/workflows/rust_bors.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- run: cargo doc
4646

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

@@ -61,6 +61,6 @@ jobs:
6161
- run: rustc -vV
6262

6363
# Test
64-
- run: cargo build --package cargo-linter
65-
- run: cargo build --package linter_api
66-
- run: cargo build --package linter_lints
64+
- run: cargo build --package cargo-marker
65+
- run: cargo build --package marker_api
66+
- run: cargo build --package marker_lints

0 commit comments

Comments
 (0)