GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/pkgcore/pkgcheck.git
master
pkgcore-based QA utility for ebuild repos
PkgCore Project (pkgcore@gentoo.org)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testdata
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: Support dev-lang/pypy package
HEAD
master
Michał Górny
2024-10-21
5
-4
/
+10
*
testdata: Add pypy3 to PYTHON_COMPAT in test ebuilds
Michał Górny
2024-10-21
18
-23
/
+50
*
testdata: Use a more realistic python-any-r1 implementation
Michał Górny
2024-10-21
1
-6
/
+4
*
EmptyGlobalAssignment: ignore empty KEYWORDS
Arthur Zamarin
2024-08-01
1
-1
/
+0
*
OldPackageNameDep: check for dependency using pkgmoved name
Arthur Zamarin
2024-07-19
2
-0
/
+12
*
VariableOrderWrong: Enforce skel.ebuild variable order
Anthony Ryan
2024-01-28
351
-407
/
+441
*
compatibilty: remove reliance on repo.category_dirs
Brian Harring
2024-01-23
9
-0
/
+85
*
feat: add check for a category is a file
Brian Harring
2024-01-23
4
-0
/
+4
*
OldPackageName: new check for package named after old package name
Arthur Zamarin
2024-01-17
3
-0
/
+8
*
DependencyMoved: show better error for dependency on pkgmove
Arthur Zamarin
2024-01-14
3
-0
/
+12
*
SandboxCallCheck: new check for invalid sandbox calls
Arthur Zamarin
2024-01-14
3
-0
/
+31
*
UnstatedIuse: check for unstated IUSE in "?" dependencies
Arthur Zamarin
2024-01-13
6
-2
/
+15
*
DeprecatedDep: fix mishandling of slotted deprecates
Arthur Zamarin
2023-12-10
6
-9
/
+10
*
UnusedInherits: add whitelist for weak usage by another eclass
Arthur Zamarin
2023-11-16
3
-0
/
+32
*
BannedEapiCommand: add some extra user/group commands
Arthur Zamarin
2023-10-05
3
-0
/
+31
*
SelfAssignment: fix with new tree-sitter-bash
Arthur Zamarin
2023-10-02
1
-0
/
+2
*
BannedEapiCommand: check for has_version --host-root
Arthur Zamarin
2023-10-01
3
-2
/
+32
*
DuplicateFunctionDefinition: new check for duplicate global functions
Arthur Zamarin
2023-09-23
2
-0
/
+23
*
VariableShadowed: new check to detect shadowed variables
Arthur Zamarin
2023-09-23
3
-0
/
+40
*
BannedPhaseCall: detect calls of phase functions directly
Arthur Zamarin
2023-09-23
2
-0
/
+15
*
SelfAssignment: check for global scope self assignments
Arthur Zamarin
2023-09-23
2
-0
/
+26
*
EmptyGlobalAssignment: check for empty global assignments
Arthur Zamarin
2023-09-23
1
-0
/
+3
*
UnstableSrcUri: check for unstable SRC_URI
Arthur Zamarin
2023-09-01
3
-0
/
+11
*
EclassManualDepsCheck: add check for missing manual deps
Arthur Zamarin
2023-09-01
15
-0
/
+84
*
GlobDistdir: check for glob usage with DISTDIR
Arthur Zamarin
2023-08-30
2
-0
/
+18
*
VariableScopeCheck: also check for wrong usage on global scope
Arthur Zamarin
2023-08-01
3
-2
/
+9
*
DeprecatedManifestHash: check for deprecated checksums in Manifest files
Arthur Zamarin
2023-07-14
1
-0
/
+1
*
RepoManifestHashCheck: check for deprecated repo manifest-hashes
Arthur Zamarin
2023-07-14
2
-0
/
+2
*
RubyCompatCheck: new check for new USE_RUBY compatible values
Arthur Zamarin
2023-06-30
12
-0
/
+193
*
SrcUriFilenameDotPrefix: new check for SRC_URI filenames with dot prefix
Arthur Zamarin
2023-06-24
4
-0
/
+28
*
MissingInherits: exclude @USER_VARIABLEs
Arthur Zamarin
2023-06-22
2
-1
/
+7
*
RustCheck: check for suboptimal cargo_crate_uris call
Arthur Zamarin
2023-06-21
6
-0
/
+63
*
RustCheck: check for suboptimal - CRATES separator
Arthur Zamarin
2023-06-21
4
-0
/
+28
*
StaleLiveCheck: new check for stale live eapi
Arthur Zamarin
2023-05-14
11
-0
/
+67
*
MissingEAPIBlankLine: make it optional
Arthur Zamarin
2023-04-24
3
-15
/
+0
*
MissingEAPIBlankLine: new check for missing blank after EAPI
Arthur Zamarin
2023-04-21
52
-49
/
+93
*
python: Restore filename check in pypi.eclass default case
Michał Górny
2023-04-03
4
-0
/
+38
*
python: Include PYPI_PN opportunities in PythonInlinePyPIURI
Michał Górny
2023-03-24
5
-81
/
+144
*
EbuildReservedCheck: check for semi-reserved names
Arthur Zamarin
2023-03-03
2
-0
/
+18
*
network: add kde-invent remote-id
Sam James
2023-03-02
4
-0
/
+22
*
checks: Add a check for PyPI URL replacement with pypi.eclass
Michał Górny
2023-02-15
27
-0
/
+700
*
python: Generalize Python{GHDistfileSuffix → Fetchable}Check
Michał Górny
2023-02-15
12
-7
/
+7
*
python: Fix project normalization regex to replace runs of [._-]
Michał Górny
2023-02-15
1
-1
/
+1
*
PythonCheck: check for missing scm dep when needed
Arthur Zamarin
2023-02-03
4
-0
/
+26
*
PythonPackageNameCheck: update docs & add tests
Arthur Zamarin
2023-01-31
9
-0
/
+66
*
InvalidMetadataRestrict: check for invalid restricts in metadata.xml
Arthur Zamarin
2023-01-26
3
-0
/
+19
*
ArchesMisSync: check for arch.list <-> arches.desc missync
Arthur Zamarin
2023-01-20
3
-0
/
+5
*
UnusedInherits: fix false positives with indirect usage
Arthur Zamarin
2023-01-19
1
-0
/
+16
*
ProfilesCheck: check missing values for implicit in make.defaults
Arthur Zamarin
2023-01-16
2
-0
/
+13
*
ProfilesCheck: check USE_EXPAND_VALUES_* in make.defaults
Arthur Zamarin
2023-01-16
3
-0
/
+16
[next]