Skip to content

Commit 8d69f15

Browse files
feat(justfile): add clippy linting
1 parent 00a7174 commit 8d69f15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ alias ar := auto-reload
1212
auto-reload:
1313
fd -t f -e rs -e html | entr -r cargo run
1414

15+
lint:
16+
cargo clippy --fix --bin "jonathansm" --allow-dirty -- -D clippy::correctness -W clippy::suspicious -W clippy::complexity -D clippy::perf -W clippy::style -W clippy::pedantic
17+
1518
test:
1619
cargo test
1720

0 commit comments

Comments
 (0)