Global Variables

The following global variables are available globally.

  • The reporters list containing all the reporters built into SwiftLint.

    Declaration

    Swift

    public let reportersList: [any Reporter.Type]
  • The rule list containing all available rules built into SwiftLintCore.

    Declaration

    Swift

    public let coreRules: [any Rule.Type]