We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
correctness
suspicious
1 parent f194c46 commit b6ab090Copy full SHA for b6ab090
.github/workflows/ci.yml
@@ -40,8 +40,8 @@ jobs:
40
run: cargo test -- --nocapture --quiet
41
- name: Manpage generation
42
run: mkdir -p target/man && cargo run --features=docgen -- man --directory target/man
43
- - name: Clippy (non-gating)
44
- run: cargo clippy
+ - name: Clippy (gate on correctness and suspicous)
+ run: cargo clippy -- -D clippy::correctness -D clippy::suspicious
45
build-fedora:
46
runs-on: ubuntu-latest
47
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
0 commit comments