Ash Furrow
Ash Furrow
@chrisballinger thank you for the detailed bug report! I've traced through the code and don't see anything obviously wrong. Hmm. @omirho any ideas on this?
No, it's specific to this plugin.
I just checked [the readme](https://github.com/ashfurrow/danger-ruby-swiftlint#usage) and it looks like it's: ```rb swiftlint.verbose = true swiftlint.lint ```
@mgrebenets Glad you got it figured out – thanks for posting your solution!
Nice! I often regret using Safari...
Shame this never got merged.
Remember everyone, there is a difference between parody of sexism and sexist parody. I would strongly encourage you to put yourselves in the shoes of non-male developers when considering the...
I personally don’t have any plans to do this – I’ve stepped back from the Moya project several years ago. But it seems fairly straightforward to accomplish so I would...
Hey this looks cool! Apologies for not reviewing sooner, things have been hectic. I probably won't get a chance to review this until later this week. Thanks the PR and...
Correct; subclasses of NSObject don't need @objc since it is already implied, but properties still must be marked as dynamic.