diff --git a/.dprint.json b/.dprint.json deleted file mode 100644 index b3553db..0000000 --- a/.dprint.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "indentWidth": 2, - "lineWidth": 160, - "includes": ["**/*.{md,toml,yaml,json}"], - "excludes": [".bin/**", ".git/**", "target/**"], - "plugins": [ - "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.14.0/plugin.wasm", - "https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm", - "https://plugins.dprint.dev/prettier-0.27.0.json@3557a62b4507c55a47d8cde0683195b14d13c41dda66d0f0b0e111aed107e2fe" - ] -} diff --git a/Cargo.toml b/Cargo.toml index d99c99a..f387785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } @@ -85,7 +84,6 @@ 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 @@ -93,7 +91,6 @@ 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' @@ -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" @@ -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