Files
SwiftLint/Source/SwiftLintExtraRules/ExtraRules.swift
T
JP Simard eaf34d7204 Move extra rules into its own module (#4949)
This will decouple building extra rules from built-in rules so that
making changes in one of those modules doesn't rebuild the other.
2023-04-27 10:37:30 -04:00

7 lines
190 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() -> [Rule.Type] { [] }