Skip to content

Commit b6ab090

Browse files
committed
ci: gate clippy on correctness and suspicious
Per discussion on #236 Signed-off-by: John Eckersberg <[email protected]>
1 parent f194c46 commit b6ab090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
run: cargo test -- --nocapture --quiet
4141
- name: Manpage generation
4242
run: mkdir -p target/man && cargo run --features=docgen -- man --directory target/man
43-
- name: Clippy (non-gating)
44-
run: cargo clippy
43+
- name: Clippy (gate on correctness and suspicous)
44+
run: cargo clippy -- -D clippy::correctness -D clippy::suspicious
4545
build-fedora:
4646
runs-on: ubuntu-latest
4747
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel

0 commit comments

Comments
 (0)