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
fix(swift-doc-coverage): gracefully skip when swift-docc-plugin is missing
SwiftPM returns exit 64 with stderr `Unknown subcommand or plugin name
'generate-documentation'` when the package plugin that provides the
subcommand isn't on the consumer Package.swift's dependency list. The
hook now detects that exact error and emits a one-line skip notice
pointing at the missing dependency, matching the existing 'swift not on
PATH' skip path. Without this, every consumer repo whose Package.swift
does not declare swift-docc-plugin fails CI Lint on every commit.
Also adds .typos.toml with BRE/ERE POSIX acronyms allow-listed so a
pre-existing CHANGELOG entry stops tripping the typos hook on touch.
0 commit comments