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
The allow_multiline_func option in the opening_brace rule does not work for init methods.
Complete output when running SwiftLint, including the stack trace and command used
$ swiftlint lint
Linting Swift files in current working directory
Linting 'SomeClass.swift' (1/1)
/tmp/testswiftlintrule/SomeClass.swift:9:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration. (opening_brace)
Done linting! Found 1 violation, 0 serious in 1 file.
This issue has been automatically marked as stale because it has not had any recent activity. Please comment to prevent this issue from being closed. Thank you for your contributions!
New Issue Checklist
Describe the bug
The
allow_multiline_func
option in theopening_brace
rule does not work forinit
methods.Complete output when running SwiftLint, including the stack trace and command used
Environment
Sample code
The text was updated successfully, but these errors were encountered: