Skip to content

Commit 7fd9e5f

Browse files
committed
lint issue
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
1 parent f1897de commit 7fd9e5f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
install-jq: true
1313
install-protobuf: true
1414
clippy-command: "make clippy"
15+
clippy-args: ""
1516
fmt-command: "make fmt-check"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ build-cross-release:
178178
CROSS_CONTAINER_OPTS="$(CROSS_PATCH_VOLUMES)" cross build --target-dir target/cross --release --target $(TARGET)
179179

180180
clippy:
181-
cargo clippy --all-targets
181+
cargo clippy --all-targets -- -D warnings
182182

183183
fmt:
184184
cargo fmt

0 commit comments

Comments
 (0)