Files
SwiftLint/Source/SwiftLintCore/Models/ConfigurationRuleWrapper.swift
Danny Mösch 58928b7e40 Enforce any on existential types (#5273)
This makes syntactically clear which types are rather expensive.
2023-10-12 08:37:23 +02:00

3 lines
123 B
Swift

@_spi(TestHelper)
public typealias ConfigurationRuleWrapper = (rule: any Rule, initializedWithNonEmptyConfiguration: Bool)