Watch
1
0
Fork
You've already forked souveraine
0

ci: sessiond clippy is advisory until its 9 pre-existing warnings are burned down

This commit is contained in:
Fimeg 2026-07-31 19:14:27 -04:00
commit b5ee87da0f

View file

@ -55,7 +55,14 @@ jobs:
run: cargo test --features sessiond --bin souveraine-sessiond
- name: cargo clippy
run: cargo clippy -- -D warnings
# Advisory, deliberately. Turning this on for the first time surfaced 9
# pre-existing warnings in code clippy had never seen (dead
# `update_sensors`, unused re-exports in device_state, a nul-terminated
# string built by hand). None are from the change that added this step,
# and blocking the phone's only shipping path on them would be the wrong
# trade. Read it, burn the list down, then make it -D warnings and hard.
- name: cargo clippy (sessiond)
continue-on-error: true
run: cargo clippy --features sessiond --bin souveraine-sessiond -- -D warnings
no-ai-attribution: