Skip to content

Commit

Permalink
switched to a more relaxed clippy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rodler committed Jun 12, 2023
1 parent 4c5202a commit 5efdc52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ jobs:
clippy_check:
runs-on: ubuntu-latest
# Make sure CI fails on all warnings, including Clippy lints
env:
RUSTFLAGS: "-Dwarnings"
steps:
- uses: actions/checkout@v3
- name: Run Clippy
- name: Find undocumented unsafe with clippy
run: cargo clippy --all-targets --all-features -- -A clippy::all -D clippy::undocumented_unsafe_blocks -D clippy::missing_safety_doc
- name: Run clippy
run: cargo clippy --all-targets --all-features

miri:
Expand Down

0 comments on commit 5efdc52

Please sign in to comment.