Skip to content

Commit ea17d5b

Browse files
committed
ci: adjust clippy settings to treat warnings as warnings instead of errors for 0.1.7 release
1 parent ecefb02 commit ea17d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enhanced-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
id: clippy-check
143143
run: |
144144
echo "🔧 Running clippy..."
145-
if ! cargo clippy --all-targets --all-features -- -D warnings; then
145+
if ! cargo clippy --all-targets --all-features -- -W warnings; then
146146
echo "Clippy issues found, attempting fixes..."
147147
cargo clippy --all-targets --all-features --fix --allow-dirty
148148
echo "clippy_fixed=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)