pkgcheck.checks.imlate module¶
- class pkgcheck.checks.imlate.ImlateCheck(*args, stable_arches_addon=None)[source]¶
- Bases: - Check- Scan for ebuilds that are lagging in stabilization. - known_results = frozenset({<class 'pkgcheck.checks.imlate.LaggingStable'>, <class 'pkgcheck.checks.imlate.PotentialStable'>})¶
 - static mangle_argparser(parser)[source]¶
- Add extra options and/or groups to the argparser. - This hook is always triggered, even if the checker is not activated (because it runs before the commandline is parsed). - Parameters:
- parser – an C{argparse.ArgumentParser} instance. 
 
 - required_addons = (<class 'pkgcheck.addons.StableArchesAddon'>,)¶
 - scope = <PackageScope desc='package' @0x7fb113484b90>¶