Skip to content

Commit ac8ba4f

Browse files
committed
UnusedInherits: add edo to whitelist
Resolves: #773 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent eab1aad commit ac8ba4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pkgcheck/checks/codingstyle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ class InheritsCheck(Check):
818818

819819
# branding.eclass can be used purely for variables recognised by external
820820
# build tools rather than the ebuild itself.
821-
unused_whitelist = frozenset({"branding"})
821+
unused_whitelist = frozenset({"branding", "edo"})
822822

823823
def __init__(self, *args, eclass_addon):
824824
super().__init__(*args)

0 commit comments

Comments
 (0)