Ash Furrow
Ash Furrow
Yeah, I think this is basically two issues: a) move to CLAide, and b) support a direct markdown -> book flow (instead of the current multi-step process). I don't have...
I haven't run into this, it's probably somewhere where. My guess is the problem is on this line: https://github.com/ashfurrow/danger-ruby-swiftlint/blob/71afc40604100a48cee7b38ff736865c40f1d581/lib/danger_plugin.rb#L128 Which should be something like `.merge(path: "'#{file}'") to escape it for...
@eneko thanks for the update! Since the error is a `Danger::DSLError`, my guess is that it's on Danger's side. I see you already following up on https://github.com/danger/danger/issues/1042 , thank you...
Hey, yeah that makes sense! I'd say the argument should be `no_comment` đź‘Ť
Wasn’t this solved with #268?
Ah you’re right. I see the issue here: https://github.com/ashfurrow/Nimble-Snapshots/blob/935a4e49d28e4387626dd807529ff0170553e69f/Nimble-Snapshots.podspec#L28 We can update that to 13 to fix the bug. I suppose that _might_ exclude Xcode 14 users from using the...
@eddie-esc did you push it to your fork?
Hmm, I don't think that's currently possible with the tool. I believe SwiftLint is smart enough to respect the individual `.swiftlint.yml` files in each directory. Can you try it out...
Interesting. Thanks for following up. I'll try taking a look at it but it may not be for a little while.
Hmm, seems to be failing on this line: ```sh mkdir -p '/Users/rishi/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/danger-swiftlint-0.24.2/ext/swiftlint/bin' ``` Can you try running that command manually and seeing what it says?