You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the question in the title, if I want Danger to pull in and run a specific version of SwiftLint, is there any way to do so?
I keep getting this error that unused_declaration isn't a rule... but it's been in SwiftLint for a few releases now and hasn't gone away. I'm not sure why it keeps spitting that error out at me.
Hi, thanks! I've created that tag, thank you 😅 As for the version, you can install swiftlint yourself and point the plugin to it using the binary_path configuration option, but by default SwiftLint will be installed during bundle install according to the version specified here:
In addition to the question in the title, if I want Danger to pull in and run a specific version of SwiftLint, is there any way to do so?
I keep getting this error that
unused_declaration
isn't a rule... but it's been in SwiftLint for a few releases now and hasn't gone away. I'm not sure why it keeps spitting that error out at me.These are my Danger dependencies in my Gemfile:
Speaking of which, there's no
0.23.0
tag on GitHub?The text was updated successfully, but these errors were encountered: