Skip to content

Commit c0253ec

Browse files
committed
[Makefile] Ratchet up linting and formatting for Rust.
1 parent dc91ae2 commit c0253ec

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ build:
44

55
.PHONY: lint
66
lint:
7-
cargo clippy
7+
cargo clippy -- --deny warnings
88
cargo fmt --check
99

1010
.PHONY: format
1111
format:
12-
cargo fmt
12+
cargo clippy
13+
cargo fmt --check
1314

1415
.PHONY: test
1516
test: test-behaviour lint check-readme-cli-help

0 commit comments

Comments
 (0)