Open richard-giraud opened 2 weeks ago
I need a little help figuring out how to make Codacy happy. I don't believe that I've introduced any new issues, and I'm not sure what needs to be done to address its concerns.
It looks like this may be a limitation of how Codacy is configured/works.
I reported a blocking bug at https://github.com/flxbl-io/sfp/issues/140
I've expanded the patch to include the fix for the issue.
This fixes #137
If the repository URL includes an URL-encoded space (i.e.,
%20
),sfp install
will fail to parse it. The user is presented with a rather unhelpful message:This PR makes 2 changes:
A test was added to support the problematic case.
Checklist
All items have to be completed before a PR is merged