aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix with tree-sitter 0.23Arthur Zamarin10 days5-50/+47
* EmptyGlobalAssignment: ignore empty KEYWORDSArthur Zamarin2024-08-011-2/+7
* BadDependency: catch := slot operator in PDEPENDArthur Zamarin2024-07-191-4/+9
* OldPackageNameDep: check for dependency using pkgmoved nameArthur Zamarin2024-07-191-0/+25
* PythonCompatCheck: add whitelist for backportsArthur Zamarin2024-07-061-1/+13
* DistutilsNonPEP517Build: handle false positive with eclass definedArthur Zamarin2024-07-041-1/+2
* fix with latest tree-sitterArthur Zamarin2024-05-171-1/+1
* NewerEAPIAvailable: fix codeArthur Zamarin2024-05-091-1/+1
* NewerEAPIAvailable: handle better when no eclasses EAPIArthur Zamarin2024-05-081-1/+1
* fix crash when performing --timeout 0 call to ftp:// siteLucio Sauer2024-05-081-1/+1
* NewerEAPIAvailable: committing new ebuilds with old EAPIArthur Zamarin2024-03-021-2/+43
* PkgBadlyFormedXml: convert to errorArthur Zamarin2024-03-011-1/+1
* VariableOrderWrong: Enforce skel.ebuild variable orderAnthony Ryan2024-01-281-0/+50
* reformat with black 24Arthur Zamarin2024-01-261-2/+1
* compatibilty: remove reliance on repo.category_dirsBrian Harring2024-01-231-2/+4
* feat: add check for a category is a fileBrian Harring2024-01-231-0/+26
* OldPackageName: new check for package named after old package nameArthur Zamarin2024-01-171-0/+21
* DependencyMoved: show better error for dependency on pkgmoveArthur Zamarin2024-01-141-6/+40
* SandboxCallCheck: new check for invalid sandbox callsArthur Zamarin2024-01-141-0/+33
* UnstatedIuse: check for unstated IUSE in "?" dependenciesArthur Zamarin2024-01-131-12/+21
* DeprecatedDep: fix mishandling of slotted deprecatesArthur Zamarin2023-12-101-1/+1
* OutdatedProfilePackage: don't warn when version was removed not long agoArthur Zamarin2023-12-101-4/+9
* MissingRemoteId: expand gitlab matching rulesAlfred Wingate2023-12-081-1/+3
* checks.git: Set tarfile filterAlfred Wingate2023-12-081-0/+4
* UnusedInherits: add whitelist for weak usage by another eclassArthur Zamarin2023-11-161-1/+7
* whitespace: fix double "on" in result textArthur Zamarin2023-11-051-3/+3
* MissingInherits: add some specials to exclude listArthur Zamarin2023-11-011-2/+3
* BannedEapiCommand: add some extra user/group commandsArthur Zamarin2023-10-051-0/+17
* SelfAssignment: fix with new tree-sitter-bashArthur Zamarin2023-10-021-2/+5
* BannedEapiCommand: check for has_version --host-rootArthur Zamarin2023-10-011-0/+9
* DuplicateFunctionDefinition: new check for duplicate global functionsArthur Zamarin2023-09-231-4/+24
* VariableShadowed: new check to detect shadowed variablesArthur Zamarin2023-09-231-0/+40
* BannedPhaseCall: detect calls of phase functions directlyArthur Zamarin2023-09-231-1/+11
* SelfAssignment: check for global scope self assignmentsArthur Zamarin2023-09-231-6/+23
* EmptyGlobalAssignment: check for empty global assignmentsArthur Zamarin2023-09-231-1/+20
* checks.network: add codeberg remote-idThomas Bracht Laumann Jespersen2023-09-141-0/+1
* checks.metadata_xml: add codeberg as supported remote-idThomas Bracht Laumann Jespersen2023-09-141-0/+2
* 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
* 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
* OldPythonCompat: check for old PYTHON_COMPAT in modified ebuildsArthur Zamarin2023-07-011-2/+31