Skip to content

Commit 2f303e7

Browse files
committed
build: lint everything
1 parent 901674f commit 2f303e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fmt-check:
3737

3838
# Lint the codebase.
3939
lint:
40-
cargo clippy
40+
cargo clippy --all-targets --all-features
4141
typos --config configs/typos.toml
4242

4343
# Test the codebase.

0 commit comments

Comments
 (0)