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
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration. (opening_brace)
Adding disable rule:
And got this issue:
Superfluous Disable Command Violation: SwiftLint rule 'opening_brace' did not trigger a violation in the disabled region. Please remove the disable command. (superfluous_disable_command)
Issue: There is a conflict of warning and error.
PS: though, disabling using //swiftlint:disable opening_brace works. but if use :this - having issues.
The text was updated successfully, but these errors were encountered:
Running v 0.22.0 and checked the created issues.
Bug Report
Here is my code:
The warning says:
Adding disable rule:
And got this issue:
Issue: There is a conflict of warning and error.
PS: though, disabling using
//swiftlint:disable opening_brace
works. but if use:this
- having issues.The text was updated successfully, but these errors were encountered: