Files
SwiftLint/Source/SwiftLintExtraRules/ExtraRules.swift
T
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

7 lines
194 B
Swift

// DO NOT EDIT
/// This is an extension point for custom native rules for Bazel.
///
/// - returns: Extra rules that are compiled with Bazel.
public func extraRules() -> [any Rule.Type] { [] }