File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ Release Notes
33=============
44
55---------------------------
6- pkgcheck 0.10.6 (2021-??-?? )
6+ pkgcheck 0.10.6 (2021-09-02 )
77---------------------------
88
99- add a check for calling EXPORT_FUNCTIONS before further inherits.
1010
1111- InheritsCheck: process @PROVIDES recursively.
1212
13+ - InheritsCheck: enable by default.
14+
1315----------------------------
1416pkgcheck 0.10.5 (2021-08-16)
1517----------------------------
Original file line number Diff line number Diff line change 1010
1111from .. import addons , bash
1212from .. import results , sources
13- from . import Check , OptionalCheck
13+ from . import Check
1414
1515PREFIX_VARIABLES = ('EROOT' , 'ED' , 'EPREFIX' )
1616PATH_VARIABLES = ('BROOT' , 'ROOT' , 'D' ) + PREFIX_VARIABLES
@@ -577,7 +577,7 @@ def desc(self):
577577 return f'{ self .eclass } : internal usage: { repr (self .usage )} , line { self .lineno } '
578578
579579
580- class InheritsCheck (OptionalCheck ):
580+ class InheritsCheck (Check ):
581581 """Scan for ebuilds with missing or unused eclass inherits.
582582
583583 Note that this requires using ``pmaint regen`` to generate repo metadata in
You can’t perform that action at this time.
0 commit comments