mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-14 22:56:14 +00:00
Two lint fixes on the DLNA test server, no behaviour change: - nilerr: the "skip unreadable file, keep walking" branch in the --media-dir WalkDir callback returns nil after a non-nil read error by design; annotate it with //nolint:nilerr, matching the existing skip-entry branch above it. - revive (redefines-builtin-id): rename between()'s `close` parameter (and `open` for symmetry) to closeTag/openTag so it no longer shadows the builtin `close`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>