Simon Rand

Results 2 issues of Simon Rand

Debian minimal (and others) doesn't come with `curl` installed out of the box, MRSK should check and resolve this during bootstrapping. This is the root cause of the issue -...

Adding the following to .rubocop.yml works when running `rubocop`, however this has no effect when running `rubocop-git`. ``` Metrics/BlockLength: Exclude: - "**/*_spec.rb" ``` It looks to me (correct me if...