We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256593d commit fb3417cCopy full SHA for fb3417c
1 file changed
src/pkgcheck/checks/codingstyle.py
@@ -97,7 +97,7 @@ def __init__(self, command, line, lineno, **kwargs):
97
self.lineno = lineno
98
99
100
-class PortageInternals(_CommandResult, base.Warning):
+class PortageInternals(_CommandResult, base.Error):
101
"""Ebuild uses a function or variable internal to portage."""
102
103
@property
0 commit comments