aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* checks.metadata_xml: add codeberg as supported remote-idThomas Bracht Laumann Jespersen2023-09-141-0/+2
* addons: git: pass --no-find-copies --no-find-copies-harder --find-renames to ...Sam James2023-09-081-0/+1
* checks: use stable sorting of fields + strip where neededArthur Zamarin2023-09-013-4/+4
* UnstableSrcUri: check for unstable SRC_URIArthur Zamarin2023-09-011-2/+31
* EclassManualDepsCheck: add check for missing manual depsArthur Zamarin2023-09-011-0/+92
* GlobDistdir: check for glob usage with DISTDIRArthur Zamarin2023-08-301-0/+34
* RedundantLongDescription: lower too short thresholdArthur Zamarin2023-08-291-1/+1
* VariableScopeCheck: BROOT is allowed also in pkg_{pre,post}{inst,rm}Ulrich Müller2023-08-031-1/+1
* VariableScopeCheck: Disallow D and ED in pkg_postinst (again)Arthur Zamarin2023-08-021-2/+2
* VariableScopeCheck: also check for wrong usage on global scopeArthur Zamarin2023-08-011-6/+38
* start work on 0.10.26Arthur Zamarin2023-07-301-1/+1
* GitPkgCommitsCheck: fix failure during compute of environmentArthur Zamarin2023-07-151-7/+9
* PerlCheck: check versioned virtual perl dependenciesArthur Zamarin2023-07-151-12/+54
* DeprecatedManifestHash: check for deprecated checksums in Manifest filesArthur Zamarin2023-07-141-3/+25
* RepoManifestHashCheck: check for deprecated repo manifest-hashesArthur Zamarin2023-07-141-7/+42
* scan: add `--git-remote` option to select remoteArthur Zamarin2023-07-091-25/+42
* OldPythonCompat: check for old PYTHON_COMPAT in modified ebuildsArthur Zamarin2023-07-011-2/+31
* RubyCompatCheck: new check for new USE_RUBY compatible valuesArthur Zamarin2023-06-301-0/+109
* scan: fix unknown exit checkset during initial config loadArthur Zamarin2023-06-291-1/+3
* SrcUriFilenameDotPrefix: new check for SRC_URI filenames with dot prefixArthur Zamarin2023-06-241-3/+23
* ProfilesCheck: for unknown packages, mention last match removedArthur Zamarin2023-06-241-6/+42
* MissingInherits: exclude @USER_VARIABLEsArthur Zamarin2023-06-221-1/+13
* RustCheck: check for suboptimal cargo_crate_uris callArthur Zamarin2023-06-211-0/+36
* RustCheck: check for suboptimal - CRATES separatorArthur Zamarin2023-06-211-0/+50
* start work on 0.10.25Arthur Zamarin2023-05-191-1/+1
* StaleLiveCheck: new check for stale live eapiArthur Zamarin2023-05-141-0/+36
* ProfilesCheck: fix handling of profiles with neg_action packageArthur Zamarin2023-05-121-1/+1
* scan: fix unknown checkset during initial config loadArthur Zamarin2023-05-111-1/+3
* Fix config loading if XDG_CONFIG_HOME is definedAlberto Gireud2023-04-241-1/+1
* MissingEAPIBlankLine: make it optionalArthur Zamarin2023-04-241-8/+21
* MissingEAPIBlankLine: new check for missing blank after EAPIArthur Zamarin2023-04-211-2/+15
* python: Restore filename check in pypi.eclass default caseMichał Górny2023-04-031-1/+6
* python: Include PYPI_PN opportunities in PythonInlinePyPIURIMichał Górny2023-03-241-4/+9
* python: Rewrite "one PyPI URL" check to reuse PYPI_SDIST_URI_REMichał Górny2023-03-241-12/+11
* UnknownCategoryDirs: enable for overlays, ignore scripts dirArthur Zamarin2023-03-181-8/+9
* SrcUriChecksumChange: fix false positive with new ebuildsArthur Zamarin2023-03-111-0/+2
* start work on 0.10.24Arthur Zamarin2023-03-111-1/+1
* GitPkgCommitsCheck: fix modification check for added ebuild in pkgsetArthur Zamarin2023-03-111-1/+5
* GitPkgCommitsCheck: add check for EAPI change without revbumpArthur Zamarin2023-03-051-0/+16
* checks: git: add PythonPEP517WithoutRevbumpSam James2023-03-051-0/+28
* PythonMissingSCMDependency: update to new pkg namesArthur Zamarin2023-03-041-5/+7
* StableRequestCheck: ignore version not keyworded for archesArthur Zamarin2023-03-041-0/+5
* EbuildReservedCheck: check for semi-reserved namesArthur Zamarin2023-03-032-8/+45
* network: add kde-invent remote-idSam James2023-03-022-0/+2
* start work on 0.10.23Arthur Zamarin2023-03-011-1/+1
* scan: Replace NOCOLOR by NO_COLORUlrich Müller2023-03-011-1/+1
* 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-151-2/+151
* python: Generalize Python{GHDistfileSuffix → Fetchable}CheckMichał Górny2023-02-151-11/+15