Skip to content

Commit

Permalink
chore: Drop dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Feb 12, 2024
1 parent 50d4453 commit 02a968f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
11 changes: 0 additions & 11 deletions .dprint.json

This file was deleted.

6 changes: 1 addition & 5 deletions Cargo.toml
Expand Up @@ -48,7 +48,6 @@ cargo-llvm-cov = { version = "0.5.25" }
cargo-nextest = { version = "0.9.57", locked = true }
cargo-watch = { version = "8.4.0" }
committed = { version = "1.0.20" }
dprint = { version = "0.40.2" }
git-cliff = { version = "1.3.1" }
# Just added for testing
dustinblackman-hello-world = { version = "0.2.1", git = "https://github.com/dustinblackman/rust-hello-world", bins = ["hello-world-first", "hello-world-second"] }
Expand Down Expand Up @@ -85,15 +84,13 @@ lint = '''set -e
cargo cmd setup-nightly
cargo +runbin-nightly fmt -- --check
cargo clippy
cargo bin dprint check
cargo deny check licenses -s
'''
lint-fix = '''set -e
cargo cmd setup-nightly
cargo clippy --fix --allow-dirty
cargo fix --allow-dirty
cargo +runbin-nightly fmt
cargo bin dprint fmt
'''

get-nightly-name = 'echo runbin-nightly'
Expand All @@ -108,7 +105,6 @@ release = '''set -e
cargo check
cargo bin git-cliff -o CHANGELOG.md --tag "v$RB_VERSION"
cargo bin dprint fmt
git add .
git commit -m "feat: Release v$RB_VERSION"
Expand All @@ -119,7 +115,7 @@ release = '''set -e
cargo publish
cargo gha gh release create "v$RB_VERSION" --generate-notes
cargo bin git-cliff --latest --strip header | cargo bin dprint fmt --stdin md | cargo gha gh release edit "v$RB_VERSION" --notes-file -
cargo bin git-cliff --latest --strip header | cargo gha gh release edit "v$RB_VERSION" --notes-file -
'''

test-coverage = '''set -e
Expand Down

0 comments on commit 02a968f

Please sign in to comment.