Skip to content

Commit

Permalink
Mark rule registry as sendable (#5587)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed May 16, 2024
1 parent de66fea commit 8bc8160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SwiftLintCore/Models/RuleRegistry.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Container to register and look up SwiftLint rules.
public final class RuleRegistry {
public final class RuleRegistry: @unchecked Sendable {
private var registeredRules = [any Rule.Type]()

/// Shared rule registry instance.
Expand Down

0 comments on commit 8bc8160

Please sign in to comment.