mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
- Fixed multiple unused parameter warnings in test files - Renamed unused HTTP request parameters to underscore (_) in test handlers - Fixed unused parameters in client_test.go, system_test.go, source_selection_test.go, websocket_test.go Progress: Reduced total issues from 27 to 25 (7% improvement) Remaining issues: - gocyclo: 14 (complexity - requires manual refactoring) - revive: 3 (style/naming - mostly the discovery service naming) - staticcheck: 5 (static analysis) - unparam: 3 (unused parameters - mostly test utilities)