You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Per-service rule exclusions in .compose-lint.yml. A rule's exclude_services key accepts either a mapping (service name →
reason) or a list of service names. Excluded services still produce
findings marked suppressed, with the per-service reason flowing to suppression_reason (JSON), SARIF justification, and the text
formatter's SUPPRESSED trailer. Global enabled: false takes
precedence over per-service exclusions. Unknown service names in exclude_services warn on stderr rather than erroring. Closes #5.
See ADR-010.
Changed
v0.4 roadmap repointed from Linux package distribution to
configuration depth and a Homebrew tap. ADR-008 deferred: no
demand signal, and GitHub-Releases-hosted .deb/.rpm have
strictly worse upgrade UX than pip/Docker without hosted-repo
infrastructure.