Skip to content

Commit

Permalink
build: bacon is better than cargo-watch
Browse files Browse the repository at this point in the history
- Shows errors before warnings
- Keep the list updated without flickering when the code changes. I don't need
`spacer` anymore
- Has scroll indicator
- Doesn't have issue with `Permission denied (os error 13)`
  • Loading branch information
azzamsa committed Dec 8, 2023
1 parent fdd7812 commit bdfc298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _default:

# Setup the repository.
setup: _areyousure
just _cargo-install 'cargo-edit cargo-nextest cargo-outdated cargo-watch dprint git-cliff spacer typos-cli'
just _cargo-install 'cargo-edit cargo-nextest cargo-outdated dprint git-cliff bacon typos-cli '

# Tasks to make the code-base comply with the rules. Mostly used in git hooks.
comply: _doc-check fmt lint test
Expand All @@ -21,7 +21,7 @@ check: fmt-check lint test

# Develop the app.
dev:
cargo watch -x 'clippy --all-targets --all-features' | spacer
bacon

# Format the codebase.
fmt:
Expand Down

0 comments on commit bdfc298

Please sign in to comment.