Skip to content

Commit fb3417c

Browse files
committed
codingstyle: make PortageInternals an error instead of a warning
1 parent 256593d commit fb3417c

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
@@ -97,7 +97,7 @@ def __init__(self, command, line, lineno, **kwargs):
9797
self.lineno = lineno
9898

9999

100-
class PortageInternals(_CommandResult, base.Warning):
100+
class PortageInternals(_CommandResult, base.Error):
101101
"""Ebuild uses a function or variable internal to portage."""
102102

103103
@property

0 commit comments

Comments
 (0)