JP Simard
JP Simard
Here's roughly the steps you'd take to build this: 1. Add a configuration option for how many lines of whitespace should be between functions in [VerticalWhitespaceConfiguration.swift](https://github.com/realm/SwiftLint/blob/master/Source/SwiftLintFramework/Rules/RuleConfigurations/VerticalWhitespaceConfiguration.swift). This is the file...
> CI doesn't have `unzip` Needs https://github.com/apple/swift-docker/pull/300
Can you please rebase? There appear to be new docker images that should contain the fix: https://hub.docker.com/_/swift/tags
As of SwiftLint 0.47.0, SwiftLint should only be used to lint projects using Swift 5.0 or later, as per this changelog entry in the "Breaking" section: > SwiftLint now requires...
SwiftLint does not differentiate this today. The version of Swift that you get from `xcrun swift --version` is the version of Swift it will assume your files are built with....
Do you plan on addressing the CI failures?
Can this support the inline parameter list style? ```swift /// Summary /// /// - parameter a: First. /// - parameter b: Second. ```
If this is resolved, please close the ticket. If it’s still not resolved, can you please explain the issue?
I've explored a lot of different technical options for this over the years. From invoking the Swift compiler when running SwiftLint, forking the SwiftLint process, running a daemon, communicating with...
With #4039 this is now resolved. More info in this twitter thread: https://twitter.com/simjp/status/1558168288026312705