Skip to content

Commit

Permalink
Conform InvalidSwiftLintCommandRule to SourceKitFreeRule (#5304)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri authored Oct 29, 2023
1 parent 8e34619 commit 491cf5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
struct InvalidSwiftLintCommandRule: Rule {
struct InvalidSwiftLintCommandRule: Rule, SourceKitFreeRule {
var configuration = SeverityConfiguration<Self>(.warning)

static let description = RuleDescription(
Expand Down

0 comments on commit 491cf5e

Please sign in to comment.