aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* EmptyGlobalAssignment: ignore empty KEYWORDSHEADmasterArthur Zamarin2024-08-011-1/+0
* OldPackageNameDep: check for dependency using pkgmoved nameArthur Zamarin2024-07-192-0/+12
* VariableOrderWrong: Enforce skel.ebuild variable orderAnthony Ryan2024-01-28351-407/+441
* compatibilty: remove reliance on repo.category_dirsBrian Harring2024-01-239-0/+85
* feat: add check for a category is a fileBrian Harring2024-01-234-0/+4
* OldPackageName: new check for package named after old package nameArthur Zamarin2024-01-173-0/+8
* DependencyMoved: show better error for dependency on pkgmoveArthur Zamarin2024-01-143-0/+12
* SandboxCallCheck: new check for invalid sandbox callsArthur Zamarin2024-01-143-0/+31
* UnstatedIuse: check for unstated IUSE in "?" dependenciesArthur Zamarin2024-01-136-2/+15
* DeprecatedDep: fix mishandling of slotted deprecatesArthur Zamarin2023-12-106-9/+10
* UnusedInherits: add whitelist for weak usage by another eclassArthur Zamarin2023-11-163-0/+32
* BannedEapiCommand: add some extra user/group commandsArthur Zamarin2023-10-053-0/+31
* SelfAssignment: fix with new tree-sitter-bashArthur Zamarin2023-10-021-0/+2
* BannedEapiCommand: check for has_version --host-rootArthur Zamarin2023-10-013-2/+32
* DuplicateFunctionDefinition: new check for duplicate global functionsArthur Zamarin2023-09-232-0/+23
* VariableShadowed: new check to detect shadowed variablesArthur Zamarin2023-09-233-0/+40
* BannedPhaseCall: detect calls of phase functions directlyArthur Zamarin2023-09-232-0/+15
* SelfAssignment: check for global scope self assignmentsArthur Zamarin2023-09-232-0/+26
* EmptyGlobalAssignment: check for empty global assignmentsArthur Zamarin2023-09-231-0/+3
* UnstableSrcUri: check for unstable SRC_URIArthur Zamarin2023-09-013-0/+11
* EclassManualDepsCheck: add check for missing manual depsArthur Zamarin2023-09-0115-0/+84
* GlobDistdir: check for glob usage with DISTDIRArthur Zamarin2023-08-302-0/+18
* VariableScopeCheck: also check for wrong usage on global scopeArthur Zamarin2023-08-013-2/+9
* DeprecatedManifestHash: check for deprecated checksums in Manifest filesArthur Zamarin2023-07-141-0/+1
* RepoManifestHashCheck: check for deprecated repo manifest-hashesArthur Zamarin2023-07-142-0/+2
* RubyCompatCheck: new check for new USE_RUBY compatible valuesArthur Zamarin2023-06-3012-0/+193
* SrcUriFilenameDotPrefix: new check for SRC_URI filenames with dot prefixArthur Zamarin2023-06-244-0/+28
* MissingInherits: exclude @USER_VARIABLEsArthur Zamarin2023-06-222-1/+7
* RustCheck: check for suboptimal cargo_crate_uris callArthur Zamarin2023-06-216-0/+63
* RustCheck: check for suboptimal - CRATES separatorArthur Zamarin2023-06-214-0/+28
* StaleLiveCheck: new check for stale live eapiArthur Zamarin2023-05-1411-0/+67
* MissingEAPIBlankLine: make it optionalArthur Zamarin2023-04-243-15/+0
* MissingEAPIBlankLine: new check for missing blank after EAPIArthur Zamarin2023-04-2152-49/+93
* python: Restore filename check in pypi.eclass default caseMichał Górny2023-04-034-0/+38
* python: Include PYPI_PN opportunities in PythonInlinePyPIURIMichał Górny2023-03-245-81/+144
* EbuildReservedCheck: check for semi-reserved namesArthur Zamarin2023-03-032-0/+18
* network: add kde-invent remote-idSam James2023-03-024-0/+22
* checks: Add a check for PyPI URL replacement with pypi.eclassMichał Górny2023-02-1527-0/+700
* python: Generalize Python{GHDistfileSuffix → Fetchable}CheckMichał Górny2023-02-1512-7/+7
* 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-034-0/+26
* PythonPackageNameCheck: update docs & add testsArthur Zamarin2023-01-319-0/+66
* InvalidMetadataRestrict: check for invalid restricts in metadata.xmlArthur Zamarin2023-01-263-0/+19
* ArchesMisSync: check for arch.list <-> arches.desc missyncArthur Zamarin2023-01-203-0/+5
* UnusedInherits: fix false positives with indirect usageArthur Zamarin2023-01-191-0/+16
* ProfilesCheck: check missing values for implicit in make.defaultsArthur Zamarin2023-01-162-0/+13
* ProfilesCheck: check USE_EXPAND_VALUES_* in make.defaultsArthur Zamarin2023-01-163-0/+16
* ProfilesCheck: check for unknown USE_EXPAND_* in make.defaultsArthur Zamarin2023-01-164-0/+37
* ProfilesCheck: check for unknown USE & IUSE_IMPLICIT in make.defaultsArthur Zamarin2023-01-153-1/+6
* ProfilesCheck: check for unknown ARCH in make.defaultsArthur Zamarin2023-01-155-0/+10