SwiftLint rule enforcing brackets on newlines shows warning on top of any .swift file
In my Swift codebase, I put brackets on newlines in some specific cases due to my poor vision. I want to enforce this rule using SwiftLint.
In my Swift codebase, I put brackets on newlines in some specific cases due to my poor vision. I want to enforce this rule using SwiftLint.