Closed arturoherrero closed 1 year ago
I've found one issue related to URL detection.
For example, having this line:
def whitelist_query_limiting Gitlab::QueryLimiting.whitelist('https://gitlab.com/gitlab-org/gitlab-foss/issues/42430') end
When I try gx over the URL, it's giving me the following error:
gx
open-browser doesn't know how to open 'Gitlab://QueryLimiting.whitelist'
I think the problem is related to the previous colon : and parenthesis ( or the combination of both.
:
(
I've found one issue related to URL detection.
For example, having this line:
When I try
gx
over the URL, it's giving me the following error:I think the problem is related to the previous colon
:
and parenthesis(
or the combination of both.