Tom Collier
Results
2
issues of
Tom Collier
I have `rubocop-git` in my CI build process and it's breaking despite the lack of offenses. The output and return value for `rubocop-git` looks like ```bash rubocop-git --display-cop-names master #...
I've written a gem that is using MultiXml to parse a response from a 3rd party API. Due to some peculiarities of the response XML, this gem is forced to...