Skip to content

Commit 5efdc52

Browse files
author
Michael Rodler
committed
switched to a more relaxed clippy policy
1 parent 4c5202a commit 5efdc52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ jobs:
162162
clippy_check:
163163
runs-on: ubuntu-latest
164164
# Make sure CI fails on all warnings, including Clippy lints
165-
env:
166-
RUSTFLAGS: "-Dwarnings"
167165
steps:
168166
- uses: actions/checkout@v3
169-
- name: Run Clippy
167+
- name: Find undocumented unsafe with clippy
168+
run: cargo clippy --all-targets --all-features -- -A clippy::all -D clippy::undocumented_unsafe_blocks -D clippy::missing_safety_doc
169+
- name: Run clippy
170170
run: cargo clippy --all-targets --all-features
171171

172172
miri:

0 commit comments

Comments
 (0)