Skip to content

Commit

Permalink
Fixed line length
Browse files Browse the repository at this point in the history
  • Loading branch information
mildm8nnered committed Sep 8, 2024
1 parent e18ad2e commit fcc3e1d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -673,5 +673,7 @@ private extension Configuration {
Configuration(rulesMode: .only([ruleIdentifier]))
}
static func allEnabledConfiguration() -> Self { Configuration(rulesMode: .allEnabled)}
static func onlyRuleConfiguration(_ ruleIdentifier: String) -> Self { Configuration(rulesMode: .onlyRule([ruleIdentifier])) }
static func onlyRuleConfiguration(_ ruleIdentifier: String) -> Self {
Configuration(rulesMode: .onlyRule([ruleIdentifier]))
}
}

0 comments on commit fcc3e1d

Please sign in to comment.