ashfurrow / danger-ruby-swiftlint

A Danger plugin for SwiftLint.
https://rubygems.org/gems/danger-swiftlint
MIT License
203 stars 80 forks source link

Fix "Rake aborted; Command failed with status 127" (#162) #172

Closed NicolasCombe5555 closed 3 years ago

NicolasCombe5555 commented 3 years ago
Screen Shot 2021-09-07 at 09 36 52

rake swiftlint:install task was failing due to a Command failed with status 127 error.

This pull request fixes that, I tested it by running bundle update danger-swiftlint , targeting gem 'danger-swiftlint', git: 'git@github.com:NicolasCombe5555/danger-ruby-swiftlint.git', branch: 'master'

similar-issue

ashfurrow commented 3 years ago

Done, this is released in 0.29.1. Could you let me know if that worked?

NicolasCombe5555 commented 3 years ago

@ashfurrow No it is not 😪, it is related to the PATH of the script. I am working on a solution right now. Sorry for the mess ref1 ref2

ashfurrow commented 3 years ago

Ah interesting – thanks for taking a look!