#Swift programmers: if you’re wondering why #SwiftLint rules you’ve disabled are firing again, version 0.53.0 ignores commands in multiline comments. https://github.com/realm/SwiftLint/pull/4803
Breaking change: Drop support for disable/enable command parsing in multiline comments by mildm8nnered · Pull Request #4803 · realm/SwiftLint
This PR drops support for swiftlint:disable and enable commands in multiline comments, and resolves #4798 Command parsing is broken in multi-line comments (see for example #4798). It would be possi...