pkgcore / pkgcheck

pkgcore-based QA utility for ebuild repos
https://pkgcore.github.io/pkgcheck
BSD 3-Clause "New" or "Revised" License
34 stars 29 forks source link

No place for 80-100 char descriptions #614

Closed mmatous closed 10 months ago

mmatous commented 10 months ago

Hi, there's a case of non-exhaustive matching. https://github.com/pkgcore/pkgcheck/blob/aa668df52b198d1e1baaa3ce9d3836052e50a85f/src/pkgcheck/checks/metadata_xml.py#L547 For <longdescription> pkgcheck admonishes packager on <100 char package descriptions, while for DESCRIPTION https://github.com/pkgcore/pkgcheck/blob/aa668df52b198d1e1baaa3ce9d3836052e50a85f/src/pkgcheck/checks/metadata.py#L1471 it isn't happy with anything >80. One of these should be changed.