Josh Pencheon
Results
2
issues of
Josh Pencheon
### Summary Previously, if `svn_username` or `svn_password` contained e.g. whitespace, the SCM commands would fail. This PR uses the `shellwords` library (part of `stdlib`) to properly escape them. ### Short...
Passing the extension's config through `ConfigLoader.load_file`, rather than using the private `load_yaml_configuration` method, ensures that `require` / `inherit_from` declarations are handled properly. By loading the extensions additional `Cop` definitions prior...