aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OldPackageNameDep: check for dependency using pkgmoved nameArthur Zamarin2024-07-191-0/+8
* VariableOrderWrong: Enforce skel.ebuild variable orderAnthony Ryan2024-01-28268-275/+306
* compatibilty: remove reliance on repo.category_dirsBrian Harring2024-01-239-0/+85
* feat: add check for a category is a fileBrian Harring2024-01-232-0/+1
* OldPackageName: new check for package named after old package nameArthur Zamarin2024-01-172-0/+7
* DependencyMoved: show better error for dependency on pkgmoveArthur Zamarin2024-01-142-0/+9
* SandboxCallCheck: new check for invalid sandbox callsArthur Zamarin2024-01-141-0/+12
* UnstatedIuse: check for unstated IUSE in "?" dependenciesArthur Zamarin2024-01-133-0/+11
* DeprecatedDep: fix mishandling of slotted deprecatesArthur Zamarin2023-12-104-4/+5
* UnusedInherits: add whitelist for weak usage by another eclassArthur Zamarin2023-11-163-0/+32
* BannedEapiCommand: add some extra user/group commandsArthur Zamarin2023-10-051-0/+14
* BannedEapiCommand: check for has_version --host-rootArthur Zamarin2023-10-011-0/+13
* DuplicateFunctionDefinition: new check for duplicate global functionsArthur Zamarin2023-09-231-0/+21
* VariableShadowed: new check to detect shadowed variablesArthur Zamarin2023-09-231-0/+16
* BannedPhaseCall: detect calls of phase functions directlyArthur Zamarin2023-09-231-0/+14
* SelfAssignment: check for global scope self assignmentsArthur Zamarin2023-09-231-0/+21
* UnstableSrcUri: check for unstable SRC_URIArthur Zamarin2023-09-012-0/+10
* EclassManualDepsCheck: add check for missing manual depsArthur Zamarin2023-09-0110-0/+63
* GlobDistdir: check for glob usage with DISTDIRArthur Zamarin2023-08-301-0/+15
* VariableScopeCheck: also check for wrong usage on global scopeArthur Zamarin2023-08-011-0/+2
* RepoManifestHashCheck: check for deprecated repo manifest-hashesArthur Zamarin2023-07-141-0/+1
* RubyCompatCheck: new check for new USE_RUBY compatible valuesArthur Zamarin2023-06-3011-0/+191
* SrcUriFilenameDotPrefix: new check for SRC_URI filenames with dot prefixArthur Zamarin2023-06-242-0/+10
* MissingInherits: exclude @USER_VARIABLEsArthur Zamarin2023-06-222-1/+7
* RustCheck: check for suboptimal cargo_crate_uris callArthur Zamarin2023-06-214-0/+43
* RustCheck: check for suboptimal - CRATES separatorArthur Zamarin2023-06-212-0/+13
* StaleLiveCheck: new check for stale live eapiArthur Zamarin2023-05-1410-0/+64
* MissingEAPIBlankLine: make it optionalArthur Zamarin2023-04-241-5/+0
* MissingEAPIBlankLine: new check for missing blank after EAPIArthur Zamarin2023-04-2125-0/+29
* python: Restore filename check in pypi.eclass default caseMichał Górny2023-04-032-0/+16
* python: Include PYPI_PN opportunities in PythonInlinePyPIURIMichał Górny2023-03-243-5/+27
* EbuildReservedCheck: check for semi-reserved namesArthur Zamarin2023-03-031-0/+13
* network: add kde-invent remote-idSam James2023-03-023-0/+21
* checks: Add a check for PyPI URL replacement with pypi.eclassMichał Górny2023-02-1525-0/+376
* python: Generalize Python{GHDistfileSuffix → Fetchable}CheckMichał Górny2023-02-159-0/+0
* python: Fix project normalization regex to replace runs of [._-]Michał Górny2023-02-151-1/+1
* PythonCheck: check for missing scm dep when neededArthur Zamarin2023-02-032-0/+17
* PythonPackageNameCheck: update docs & add testsArthur Zamarin2023-01-318-0/+65
* InvalidMetadataRestrict: check for invalid restricts in metadata.xmlArthur Zamarin2023-01-262-0/+18
* ArchesMisSync: check for arch.list <-> arches.desc missyncArthur Zamarin2023-01-201-0/+2
* UnusedInherits: fix false positives with indirect usageArthur Zamarin2023-01-191-0/+16
* ProfilesCheck: check for unknown USE_EXPAND_* in make.defaultsArthur Zamarin2023-01-162-0/+9
* ProfilesCheck: check for unknown USE & IUSE_IMPLICIT in make.defaultsArthur Zamarin2023-01-151-0/+2
* ProfilesCheck: check for unknown ARCH in make.defaultsArthur Zamarin2023-01-153-0/+3
* EclassUsageCheck: check for setting user variables in ebuildsArthur Zamarin2023-01-121-0/+12
* MissingInherits: don't show for functions defined in ebuildArthur Zamarin2023-01-091-0/+15
* ProvidedEclassInherit: new check for inheriting provided eclasesArthur Zamarin2023-01-021-0/+11
* format using blackArthur Zamarin2022-12-2931-73/+74
* PythonCheck: stop warning about eclass use on python:2.7 depsMichał Górny2022-11-265-40/+2
* UnquotedVariable: fix false positives with unset_commandArthur Zamarin2022-11-091-0/+2