summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* add __main__.py fileArthur Zamarin2023-01-091-0/+4
* git checks: include revision for old name during rename opArthur Zamarin2023-01-092-1/+30
* ProvidedEclassInherit: new check for inheriting provided eclasesArthur Zamarin2023-01-024-32/+93
* test_pkgcheck_replay: fix test_replay_pipe_stdin from sdistArthur Zamarin2022-12-312-30/+29
* start work on 0.10.21Arthur Zamarin2022-12-311-1/+1
* new release 0.10.20v0.10.20Arthur Zamarin2022-12-291-0/+8
* ci: add black format checkArthur Zamarin2022-12-291-0/+7
* format using blackArthur Zamarin2022-12-29130-5290/+6347
* bump snakeoil minimal versionArthur Zamarin2022-12-271-3/+3
* sync with pkgcore's error message formatArthur Zamarin2022-12-272-2/+2
* update needed pkgcore versionArthur Zamarin2022-12-271-2/+2
* Fix API compatibility w/ pkgcore revision eb6f4edd2Brian Harring2022-12-271-2/+1
* fix docs generation styleArthur Zamarin2022-12-153-8/+14
* MissingRemoteIdCheck: give ready <remote-id/> sampleMichał Górny2022-12-131-2/+2
* start work on 0.10.20Arthur Zamarin2022-12-021-1/+1
* new release 0.10.19v0.10.19Arthur Zamarin2022-11-261-0/+21
* readd updated tox.iniArthur Zamarin2022-11-261-0/+21
* PythonCheck: stop warning about eclass use on python:2.7 depsMichał Górny2022-11-267-66/+22
* 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-242-13/+0