Skip to content

Commit

Permalink
Merge pull request #238 from jeckersb/clippy-gating
Browse files Browse the repository at this point in the history
ci: gate clippy on `correctness` and `suspicious`
  • Loading branch information
cgwalters committed Dec 19, 2023
2 parents e1221d5 + b6ab090 commit 034ba9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: cargo test -- --nocapture --quiet
- name: Manpage generation
run: mkdir -p target/man && cargo run --features=docgen -- man --directory target/man
- name: Clippy (non-gating)
run: cargo clippy
- name: Clippy (gate on correctness and suspicous)
run: cargo clippy -- -D clippy::correctness -D clippy::suspicious
build-fedora:
runs-on: ubuntu-latest
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
Expand Down

0 comments on commit 034ba9d

Please sign in to comment.