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.
2 parents e1221d5 + b6ab090 commit 034ba9dCopy full SHA for 034ba9d
.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