ashfurrow / danger-ruby-swiftlint

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

Remove native extensions #203

Closed manicmaniac closed 1 month ago

manicmaniac commented 1 month ago

When running bundle install, it says danger-swiftlint has a native extension but actually it does not.

$ cat Gemfile
source "https://rubygems.org"
gem "danger-swiftlint"
$ bundle install
...
Fetching danger-swiftlint 0.36.1
Installing danger-swiftlint 0.36.1 with native extensions
...

https://github.com/ashfurrow/danger-ruby-swiftlint/blob/16dbb9f23ff2688bc4b1ab185793f87a3121b4af/danger-swiftlint.gemspec#L20

ashfurrow commented 1 month ago

It does, though. It installs Swiftlint:

https://github.com/ashfurrow/danger-ruby-swiftlint/blob/d11176448b698442255536228e392131e7855c53/ext/swiftlint/Rakefile