aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NewerEAPIAvailable: committing new ebuilds with old EAPIArthur Zamarin2024-03-021-1/+1
* UnstatedIuse: check for unstated IUSE in "?" dependenciesArthur Zamarin2024-01-131-1/+1
* PerlCheck: check versioned virtual perl dependenciesArthur Zamarin2023-07-151-0/+36
* OldPythonCompat: check for old PYTHON_COMPAT in modified ebuildsArthur Zamarin2023-07-011-0/+27
* MissingEAPIBlankLine: make it optionalArthur Zamarin2023-04-241-0/+18
* GitPkgCommitsCheck: fix modification check for added ebuild in pkgsetArthur Zamarin2023-03-111-0/+15
* GitPkgCommitsCheck: add check for EAPI change without revbumpArthur Zamarin2023-03-051-3/+13
* checks: git: add PythonPEP517WithoutRevbumpSam James2023-03-051-0/+19
* StableRequestCheck: ignore version not keyworded for archesArthur Zamarin2023-03-041-0/+9
* reblackify the codeArthur Zamarin2023-02-0316-41/+0
* SuspiciousSrcUriChange: fix false positive with mirrorsArthur Zamarin2023-01-211-0/+6
* GitPkgCommitsCheck: catch SRC_URI mistakesArthur Zamarin2023-01-201-1/+54
* git checks: include revision for old name during rename opArthur Zamarin2023-01-091-0/+29
* format using blackArthur Zamarin2022-12-2918-1742/+1929
* sync with pkgcore's error message formatArthur Zamarin2022-12-271-1/+1
* PythonCheck: stop warning about eclass use on python:2.7 depsMichał Górny2022-11-261-16/+8
* PythonCheck: replace obsolete 2_7 target with 3_5 in testsMichał Górny2022-11-241-91/+91
* PythonCheck: stop testing for pypy(2.7)Michał Górny2022-11-241-12/+0
* PythonCheck: remove obsolete pypy packagesMichał Górny2022-11-241-6/+0
* AcctCheck: use metadata/qa-policy.conf for dynamic id rangeArthur Zamarin2022-10-311-7/+62
* ExcessiveLineCheck: check for too long linesArthur Zamarin2022-10-281-0/+59
* BetterCompressionCheck: detect better compression urisArthur Zamarin2022-10-261-0/+42
* RedundantVersionCheck: consider profile masks during checkArthur Zamarin2022-10-121-2/+2
* checks/test_metadata.py: fix stable tests orderArthur Zamarin2022-10-011-1/+1
* tests: refactor test_pkgcheck_scan & REPO_ROOTArthur Zamarin2022-10-011-19/+19
* StaticSrcUri: handle more casesArthur Zamarin2022-09-301-0/+80
* remove usage of deprecated fileutils.write_fileArthur Zamarin2022-09-242-11/+8
* RedundantVersionCheck: add `--stable-only` optionArthur Zamarin2022-09-101-18/+55
* BadCommitSummary: version check should be ignored for acct-* packagesArthur Zamarin2022-08-191-0/+12
* DescriptionCheck: change long length threshold to 80Arthur Zamarin2022-08-191-3/+3
* new check: MisplacedWeakBlockerArthur Zamarin2022-08-151-3/+17
* StableRequestCheck: Add tests for --stabletimeEmily Rowlands2022-08-141-13/+23
* pkgdir: add a check for total files/ sizeMichał Górny2022-06-151-2/+4
* GitPkgCommitsCheck: fix the eclass copying for RemovalRepoArthur Zamarin2022-05-271-0/+16
* AcctCheck: extend allowed UID/GID range to <750, per CouncilMichał Górny2021-11-151-3/+3
* GitCommitMessageCheck: Allow version to be prefixed with "v"Michał Górny2021-08-141-0/+4
* BadCommitSummary: don't flag revision bumps missing pkg versionsTim Harder2021-06-291-0/+3
* GitCommitMessageCheck: flag pkg additions missing versions in the summaryTim Harder2021-06-051-6/+21
* AcctCheck: restrict to the gentoo repoTim Harder2021-06-011-1/+1
* LicenseCheck: rename MissingLicenseFile result to UnknownLicenseTim Harder2021-05-241-4/+2
* tests: use EAPI=1 for IuseCheck tests and simplify invalid IUSE testTim Harder2021-05-241-3/+3
* IuseCheck: flag bad IUSE defaults starting with '-'Tim Harder2021-05-241-2/+1
* DependencyCheck: add InvalidIdepend resultTim Harder2021-05-221-2/+2
* tests: update argparse namespace config variable nameTim Harder2021-04-011-2/+2
* tests: update pkgcore pytest plugin git repo default branchTim Harder2021-04-015-31/+31
* GitAddon: store commit timestamp instead of date stringTim Harder2021-03-181-1/+1
* codingstyle: rewrite metadata variable check to use bash parsingTim Harder2021-03-171-78/+0
* move test data to a separate repo root dirTim Harder2021-03-0419-0/+4780
* tests: move module unit tests into their own directoryTim Harder2019-07-2911-2172/+0
* checks.codingstyle: add a check for combining two paths with embedded EPREFIXMichał Górny2019-07-291-0/+43