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
*
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
*
ProfilesCheck: check for unknown USE_EXPAND_* in make.defaults
Arthur Zamarin
2023-01-16
4
-0
/
+37
*
ProfilesCheck: check for unknown USE & IUSE_IMPLICIT in make.defaults
Arthur Zamarin
2023-01-15
3
-1
/
+6
*
ProfilesCheck: check for unknown ARCH in make.defaults
Arthur Zamarin
2023-01-15
5
-0
/
+10
*
EclassUsageCheck: check for setting user variables in ebuilds
Arthur Zamarin
2023-01-12
2
-0
/
+13
*
MissingInherits: don't show for functions defined in ebuild
Arthur Zamarin
2023-01-09
1
-0
/
+15
*
ProvidedEclassInherit: new check for inheriting provided eclases
Arthur Zamarin
2023-01-02
3
-0
/
+22
*
format using black
Arthur Zamarin
2022-12-29
31
-73
/
+74
*
sync with pkgcore's error message format
Arthur Zamarin
2022-12-27
1
-1
/
+1
*
PythonCheck: stop warning about eclass use on python:2.7 deps
Michał Górny
2022-11-26
5
-40
/
+2
*
UnquotedVariable: fix false positives with unset_command
Arthur Zamarin
2022-11-09
1
-0
/
+2
*
NonPosixHeadTailUsage: new check
Arthur Zamarin
2022-11-08
4
-0
/
+52
*
VirtualProvidersCheck: new check for providers issues
Arthur Zamarin
2022-11-04
17
-0
/
+110
*
UnquotedVariable: fix false positives with declaration_command
Arthur Zamarin
2022-11-02
2
-9
/
+14
*
DoCompressedFilesCheck: new check for compressed do calls
Arthur Zamarin
2022-10-31
4
-0
/
+29
*
MissingRemoteIdCheck: fix bad suggestion for downloads.sourceforge.net
Arthur Zamarin
2022-10-30
2
-3
/
+3
*
MissingRemoteIdCheck: check for missing remote-id
Arthur Zamarin
2022-10-29
12
-2
/
+92
*
tests: fix flaky network scan MetadataUrlCheck/RedirectedUrl
Arthur Zamarin
2022-10-22
3
-24
/
+7
[next]