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
We're removing non-inclusive languages from our open source project. One of the remaining items is the whitelist_rules configuration we use for SwiftLint.
According to the supported linters you only support version 0.27.0 of SwiftLint.
Why do you only support such an old version? This version is over two and half years old. Please keep the version up to date. Your service is nice, but such an old version is no-go.
I can see that the Supported Linters page now lists 0.43.1 for SwiftLint... however, we're still getting the following error when we add PRs with that version of SwiftLint configured:
Some files could not be reviewed due to errors:
The configured swiftlint version is not supported.
It would be really helpful if these newer versions could be supported, or if there's any clues you can suggest about things I could check with our setup, I'd be grateful and happy to help with the investigation.
We're removing non-inclusive languages from our open source project. One of the remaining items is the
whitelist_rules
configuration we use for SwiftLint.SwiftLint version 0.41.0 adds an inclusive version for this,
only_rules
(realm/SwiftLint#3243). At the time of this writing, Hound only supports 0.27.0.We tried setting the version directly in
.hound.yml
:But, as expected, Hound responded with:
It'd be great if 0.41.0 for SwiftLint is supported. 🙂
The text was updated successfully, but these errors were encountered: