Skip to content

[Question] How do I tell what version of SwiftLint danger is running? #137

Description

@bdrelling

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:

gem 'danger', '~> 6.1.0'
gem 'danger-junit', '~> 1.0.0'
gem 'danger-rubocop', '~> 0.7.0'
gem 'danger-swiftlint', '~> 0.23.0'

Speaking of which, there's no 0.23.0 tag on GitHub?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions