diff --git a/Source/SwiftLintBuiltInRules/Rules/Lint/BlanketDisableCommandRule.swift b/Source/SwiftLintBuiltInRules/Rules/Lint/BlanketDisableCommandRule.swift index 6aef9b464b..3229b27f30 100644 --- a/Source/SwiftLintBuiltInRules/Rules/Lint/BlanketDisableCommandRule.swift +++ b/Source/SwiftLintBuiltInRules/Rules/Lint/BlanketDisableCommandRule.swift @@ -1,4 +1,4 @@ -struct BlanketDisableCommandRule: Rule { +struct BlanketDisableCommandRule: Rule, SourceKitFreeRule { var configuration = BlanketDisableCommandConfiguration() static let description = RuleDescription(