summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new release 0.10.23v0.10.23Arthur Zamarin2023-03-061-0/+28
* GitPkgCommitsCheck: add check for EAPI change without revbumpArthur Zamarin2023-03-052-3/+29
* tox: add {posargs} to pytest invocationSam James2023-03-051-1/+1
* checks: git: add PythonPEP517WithoutRevbumpSam James2023-03-052-0/+47
* PythonMissingSCMDependency: update to new pkg namesArthur Zamarin2023-03-041-5/+7
* StableRequestCheck: ignore version not keyworded for archesArthur Zamarin2023-03-042-0/+14
* EbuildReservedCheck: check for semi-reserved namesArthur Zamarin2023-03-034-8/+63
* network: add kde-invent remote-idSam James2023-03-027-1/+25
* start work on 0.10.23Arthur Zamarin2023-03-011-1/+1
* scan: Replace NOCOLOR by NO_COLORUlrich Müller2023-03-012-5/+5
* new release 0.10.22v0.10.22Arthur Zamarin2023-02-201-0/+23
* SuspiciousSrcUriChange: fix mirrors in fetchablesArthur Zamarin2023-02-171-2/+16
* InvalidCommitTag: fix false positive for advanced fixes formatArthur Zamarin2023-02-171-6/+15
* checks: Add a check for PyPI URL replacement with pypi.eclassMichał Górny2023-02-1528-2/+851
* python: Generalize Python{GHDistfileSuffix → Fetchable}CheckMichał Górny2023-02-1513-18/+22
* python: Use a more generic name for the project normalization regexMichał Górny2023-02-151-2/+2
* python: Fix project normalization regex to replace runs of [._-]Michał Górny2023-02-152-2/+2
* UnusedInherits: fix false positives for eclasses defining special varsArthur Zamarin2023-02-051-7/+8
* SuspiciousSrcUriChange: compare with expanded mirrorArthur Zamarin2023-02-051-7/+9
* start work on 0.10.22Arthur Zamarin2023-02-041-1/+1
* new release 0.10.21v0.10.21Arthur Zamarin2023-02-041-0/+71
* PythonCheck: check for missing scm dep when neededArthur Zamarin2023-02-035-2/+61
* Suppress the black reformat commit from git blameArthur Zamarin2023-02-031-0/+4
* reblackify the codeArthur Zamarin2023-02-0325-59/+1
* setup.py: fix usage of absolute pathArthur Zamarin2023-02-031-5/+5
* checks.python: small modernizationArthur Zamarin2023-01-311-16/+11
* PythonPackageNameCheck: update docs & add testsArthur Zamarin2023-01-3110-5/+75
* checks: Add a check for Python pkgnames matching PyPIMichał Górny2023-01-311-0/+47
* InvalidMetadataRestrict: check for invalid restricts in metadata.xmlArthur Zamarin2023-01-264-0/+53
* _GitCommitPkg: fix no attribute live or slotArthur Zamarin2023-01-241-0/+6
* RdependChange: skip when revbumped in same batchArthur Zamarin2023-01-241-3/+3
* SuspiciousSrcUriChange: fix false positive with mirrorsArthur Zamarin2023-01-212-12/+20
* scan: fix quiet mode with keywordsArthur Zamarin2023-01-202-0/+9
* GitPkgCommitsCheck: catch SRC_URI mistakesArthur Zamarin2023-01-202-2/+120
* scan: suppress non-error results in quiet modeArthur Zamarin2023-01-202-1/+17
* checks.git: add type annotationsArthur Zamarin2023-01-201-16/+13
* EmptyDirsCheck: mark results' level as errorArthur Zamarin2023-01-201-3/+3
* FormatReporter: mention `--format` in helpArthur Zamarin2023-01-201-2/+5
* MissingManifest: fix behavior under thick reposArthur Zamarin2023-01-201-17/+17
* ArchesMisSync: check for arch.list <-> arches.desc missyncArthur Zamarin2023-01-204-0/+24
* UnusedInherits: fix false positives with indirect usageArthur Zamarin2023-01-192-1/+25
* Use REPO profile base for profile cachingDaniel M. Weeks2023-01-191-3/+5
* ProfilesCheck: check missing values for implicit in make.defaultsArthur Zamarin2023-01-163-0/+37
* ProfilesCheck: check USE_EXPAND_VALUES_* in make.defaultsArthur Zamarin2023-01-164-0/+48
* ProfilesCheck: check for unknown USE_EXPAND_* in make.defaultsArthur Zamarin2023-01-165-8/+58
* ProfilesCheck: check for unknown USE & IUSE_IMPLICIT in make.defaultsArthur Zamarin2023-01-154-1/+13
* ProfilesCheck: check for unknown ARCH in make.defaultsArthur Zamarin2023-01-158-6/+33
* VariableScopeCheck: Disallow D and ED in pkg_postinstUlrich Müller2023-01-141-2/+2
* EclassUsageCheck: check for setting user variables in ebuildsArthur Zamarin2023-01-123-1/+49
* MissingInherits: don't show for functions defined in ebuildArthur Zamarin2023-01-092-2/+23