mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
58928b7e40
This makes syntactically clear which types are rather expensive.
6 lines
180 B
Swift
6 lines
180 B
Swift
/// The rule list containing all available rules built into SwiftLintCore.
|
|
public let coreRules: [any Rule.Type] = [
|
|
CustomRules.self,
|
|
SuperfluousDisableCommandRule.self
|
|
]
|