Global Variables The following global variables are available globally. reportersList The reporters list containing all the reporters built into SwiftLint. Declaration Swift public let reportersList: [Reporter.Type] Show on GitHub coreRules The rule list containing all available rules built into SwiftLintCore. Declaration Swift public let coreRules: [Rule.Type] Show on GitHub