pkgcheck icon indicating copy to clipboard operation
pkgcheck copied to clipboard

pkgcore-based QA utility for ebuild repos

Results 166 pkgcheck issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior At b1620a6c399a9950305159728dd9d7fc40e7dfe8 in gentoo.git: ``` $ pkgcheck scan -k EclassExportFuncsBeforeInherit eclass...

bug

I just wanted to post here that I got following error on running `pkgdev commit` ``` pkgcheck.base.PkgcheckUserException: failed running git log: fatal: Invalid revision range c323c6a12018d990111606e05ea732ca3d45a452..origin/HEAD ``` I am not...

`man pkgcheck` says: ``` -k KEYWORD, --keywords KEYWORD Comma-separated list of keywords to enable and disable for scanning. Any keywords specified in this fashion will be the only keywords that...

Detect the basic case of an ignored eclass phase where two eclasses are inherited, both defining the same phase, and the ebuild does not define a custom implementation of that...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Running `pkgcheck scan --commits` check all packages changed compared to `origin`....

Packages regularly get PYTHON_COMPAT updated with new impls,.and pkgcheck then complains that the ebuild has been modified and RDEPEND has changed without a revbump to force the RDEPEND to be...

### Is there an existing such new check request for this? - [x] I have searched the existing issues ### Explain UPDATED: Take a look at https://github.com/pkgcore/pkgcheck/issues/733#issuecomment-2753769112. The proposition is...

check

This relates to #762; in that, one must hardcode certain eclasses into pkgcheck. The source being examined, it already knows what it's doing and where it may cause QA issues....

Slotting is both faster in access (drastically), [faster in pickling](https://github.com/pkgcore/snakeoil/issues/117), and simplifies freezing which would prevent code mistakes [mutating the results](https://github.com/pkgcore/pkgcheck/commit/4589289e7689d2cd79c89df0e0da5d41e1b9a5d3) during consumption. The point of this is more to...

enhancement

### Is there an existing such new check request for this? - [x] I have searched the existing issues ### Explain `ebegin` and `eend` should be paired, and `eend` is...

enhancement
check