mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
eaf34d7204
This will decouple building extra rules from built-in rules so that making changes in one of those modules doesn't rebuild the other.
7 lines
190 B
Swift
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] { [] }
|