SwiftLint/Source/SwiftLintFramework/Rules/ExcludedFromBazel/ExtraRules.swift

7 lines
183 B
Swift

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