aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* UnusedInherits: add whitelist for weak usage by another eclassArthur Zamarin2023-11-163-0/+32
* MissingInherits: exclude @USER_VARIABLEsArthur Zamarin2023-06-222-1/+7
* UnusedInherits: fix false positives with indirect usageArthur Zamarin2023-01-191-0/+16
* 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
* UnquotedVariablesCheck: add `:` to message_commandsArthur Zamarin2022-09-031-1/+9
* ReservedNameCheck: update rules for usage of reservedArthur Zamarin2022-08-271-1/+3
* MissingInherits: fix false positives with unsetArthur Zamarin2022-08-171-0/+1
* new check: variables that should be quotedThomas Bracht Laumann Jespersen2022-05-271-0/+19
* new check: using reserved namesArthur Zamarin2022-05-201-0/+21
* testdata: Rename @ECLASS-VARIABLE to @ECLASS_VARIABLEUlrich Müller2022-03-181-1/+1
* InheritsCheck: process @PROVIDES recursivelyMichał Górny2021-09-023-0/+35
* add a check for eclasses calling EXPORT_FUNCTIONS before inheritMichał Górny2021-09-013-0/+38
* add initial test for IndirectInherits checkMichał Górny2021-08-312-0/+26
* MisplacedEclassVar: only pull pre-inherit vars for targeted eclassesTim Harder2021-05-232-1/+27
* move test data to a separate repo root dirTim Harder2021-03-0423-0/+238