Validate .gitattributes with lean-package-validator
From the repository root:
- •Run
./vendor/bin/lean-package-validator validateto check the current .gitattributes file. - •Add
--diffto see the expected content when validation fails. - •Add
--enforce-strict-orderor--enforce-alignmentonly if strict comparison is required. - •Add
--report-stale-export-ignores(with--diff) to surface export-ignores that no longer exist.
If validation fails, use the updating skill to bring .gitattributes in sync.