ashfurrow / danger-ruby-swiftlint

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

feat: swiftlint 0.50.0 update #188

Closed apps4everyone closed 1 year ago

apps4everyone commented 1 year ago

swiftlint 0.50.0 update

apps4everyone commented 1 year ago

How would be now the release build and gem update to make the release visible? Our CI/CD is currently blocked because brew updated swiftlint to 0.50.0 but danger is using 0.46.2. This miss match causes one of them failing.

mvandervelden commented 1 year ago

How would be now the release build and gem update to make the release visible? Our CI/CD is currently blocked because brew updated swiftlint to 0.50.0 but danger is using 0.46.2. This miss match causes one of them failing.

If you want to unblock before this PR is merged & released, you can probably point your Gemfile to your forked repo & commit.

apps4everyone commented 1 year ago

Should I merge now or is this done by the @ashfurrow?

apps4everyone commented 1 year ago

Thank you so much, great work ❤️

ashfurrow commented 1 year ago

This has been released as 0.31.0. Thanks again!

apps4everyone commented 1 year ago

Thx

hlung commented 1 year ago

How do I make it use the globally installed swiftlint, and not the version specified here?