ashfurrow / danger-ruby-swiftlint

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

Fix mismatched SwiftLint hash #179

Closed mvandervelden closed 2 years ago

mvandervelden commented 2 years ago

In my last PR #176, I forgot to update the SWIFTLINT_HASH env var, causing crashes in the current version (as mentioned in #178).

As far as I could test, the current change fixes the issue, as it now matches the md5 hash of https://github.com/realm/SwiftLint/releases/download/0.46.2/portable_swiftlint.zip

ashfurrow commented 2 years ago

This has been release in version 0.30.1. Thanks again!