Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import click

from ...utils import get_codeowners, get_valid_integrations
from ..console import CONTEXT_SETTINGS, echo_failure, echo_success
from ..console import CONTEXT_SETTINGS, abort, echo_failure, echo_success

DIRECTORY_REGEX = re.compile(r"\/(.*)\/$")

Expand Down Expand Up @@ -72,3 +72,5 @@ def codeowners():

if not has_failed:
echo_success("All integrations have valid codeowners.")
else:
abort()