Skip to content

Commit

Permalink
Make contrasted_opening_brace opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Aug 6, 2024
1 parent fe4f559 commit 248ffaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import SwiftLintCore
import SwiftSyntax

@SwiftSyntaxRule
struct ContrastedOpeningBraceRule: SwiftSyntaxCorrectableRule {
struct ContrastedOpeningBraceRule: OptInRule, SwiftSyntaxCorrectableRule {
var configuration = SeverityConfiguration<Self>(.warning)

static let description = RuleDescription(
Expand Down

0 comments on commit 248ffaf

Please sign in to comment.