v0.10.11
·
517 commits
to master
since this release
- EclassReservedName and EbuildReservedName: new check for usage of function or variable names which are reserved for the package manager by PMS (@arthurzam , #378)
- UrlCheck: skip verification of URLs with an unknown protocol. Such issues are already detected by DeadUrl (@mgorny, #384)
- PythonGHDistfileSuffix: new check for python packages which contain pypi remote-id and fetch from GitHub should use
.ghsuffix for tarballs (@mgorny, #383) - MetadataUrlCheck: perform the check for the newest version instead of the oldest (@mgorny, #390)
- InvalidRemoteID: new check for validity of remote-id in
metadata.xml(@mgorny, #387, #386) - Network checks: fixed filtering for latest versions (@mgorny, #392)
- Scan commits: fix ebuild parsing in old repo, fixing most of the checks done by
--commitsmode (@arthurzam , #393)