diff --git a/Classes.html b/Classes.html index 09a8a97a2..af09f8025 100644 --- a/Classes.html +++ b/Classes.html @@ -21,7 +21,7 @@

- SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

@@ -40,7 +40,7 @@

- + Dash Install in Dash @@ -48,7 +48,7 @@

@@ -123,7 +123,10 @@ Global Variables @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • - + - CustomRuleTimer + CustomRuleTimer
    @@ -356,7 +371,7 @@
    - Show on GitHub + Show on GitHub
    @@ -364,9 +379,9 @@
  • - + - LinterCache + LinterCache
    @@ -387,7 +402,7 @@
    - Show on GitHub + Show on GitHub
    @@ -395,9 +410,9 @@
  • - + - RuleRegistry + RuleRegistry
    @@ -418,7 +433,7 @@
    - Show on GitHub + Show on GitHub
    @@ -426,9 +441,9 @@
  • - + - RuleStorage + RuleStorage
    @@ -449,7 +464,7 @@
    - Show on GitHub + Show on GitHub
    @@ -457,9 +472,9 @@
  • - + - SwiftLintFile + SwiftLintFile
    @@ -481,7 +496,7 @@
    - Show on GitHub + Show on GitHub
    @@ -489,9 +504,9 @@
  • - + - ViolationsSyntaxVisitor + ViolationsSyntaxVisitor
    @@ -512,7 +527,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Classes/CustomRuleTimer.html b/Classes/CustomRuleTimer.html index 0807b8106..f3e14e229 100644 --- a/Classes/CustomRuleTimer.html +++ b/Classes/CustomRuleTimer.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Utility to measure the time spent in each custom rule.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - shared + shared
    @@ -365,7 +380,7 @@
    - Show on GitHub + Show on GitHub
    @@ -373,9 +388,9 @@
  • - + - activate() + activate()
    @@ -395,7 +410,7 @@
    - Show on GitHub + Show on GitHub
    @@ -403,9 +418,9 @@
  • - + - dump() + dump()
    @@ -425,7 +440,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Classes/LinterCache.html b/Classes/LinterCache.html index 0e10f3c07..24eea9494 100644 --- a/Classes/LinterCache.html +++ b/Classes/LinterCache.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A persisted cache for storing and retrieving linter results.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - init(configuration:fileManager:) + init(configuration:fileManager:)
    @@ -396,7 +411,7 @@
    - Show on GitHub + Show on GitHub
    @@ -404,9 +419,9 @@
  • - + - save() + save()
    @@ -432,7 +447,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Classes/RuleRegistry.html b/Classes/RuleRegistry.html index 6126e84ba..a9348e69c 100644 --- a/Classes/RuleRegistry.html +++ b/Classes/RuleRegistry.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Container to register and look up SwiftLint rules.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - shared + shared
    @@ -365,7 +380,7 @@
    - Show on GitHub + Show on GitHub
    @@ -373,9 +388,9 @@
  • - + - list + list
    @@ -402,7 +417,7 @@ immutable once looked up.

    - Show on GitHub + Show on GitHub
    @@ -410,9 +425,9 @@ immutable once looked up.

  • - + - register(rules:) + register(rules:)
    @@ -451,7 +466,7 @@ immutable once looked up.

    - Show on GitHub + Show on GitHub
    @@ -459,9 +474,9 @@ immutable once looked up.

  • - + - rule(forID:) + rule(forID:)
    @@ -504,37 +519,7 @@ immutable once looked up.

    The rule matching the specified ID, if one was found.

    - Show on GitHub -
    - - -
  • -
  • -
    - - - - registerAllRulesOnce() - -
    -
    -
    -
    -
    -
    -

    Register all rules. Should only be called once before any SwiftLint code is executed.

    - -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public static func registerAllRulesOnce()
    - -
    -
    -
    diff --git a/Classes/RuleStorage.html b/Classes/RuleStorage.html index 94ca47046..b8bd0ae59 100644 --- a/Classes/RuleStorage.html +++ b/Classes/RuleStorage.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A storage mechanism for aggregating the results of CollectingRules.

    - Show on GitHub + Show on GitHub
    @@ -364,7 +379,7 @@
    - Show on GitHub + Show on GitHub
    @@ -372,9 +387,9 @@
  • - + - init() + init()
    @@ -394,7 +409,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Classes/SwiftLintFile.html b/Classes/SwiftLintFile.html index 2dde29fc1..c42ae4b40 100644 --- a/Classes/SwiftLintFile.html +++ b/Classes/SwiftLintFile.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@

    A unit of Swift source code, either on disk or in memory.

    - Show on GitHub + Show on GitHub
    @@ -344,9 +359,9 @@
  • - + - file + file
    @@ -366,7 +381,7 @@
    - Show on GitHub + Show on GitHub
    @@ -374,9 +389,9 @@
  • - + - isTestFile + isTestFile
    @@ -396,7 +411,7 @@
    - Show on GitHub + Show on GitHub
    @@ -404,9 +419,9 @@
  • - + - init(file:) + init(file:)
    @@ -445,7 +460,7 @@
    - Show on GitHub + Show on GitHub
    @@ -453,9 +468,9 @@
  • - + - init(path:) + init(path:)
    @@ -495,7 +510,7 @@ Fails if the file does not exist.

    - Show on GitHub + Show on GitHub
    @@ -503,9 +518,9 @@ Fails if the file does not exist.

  • - + - init(pathDeferringReading:) + init(pathDeferringReading:)
    @@ -545,7 +560,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    - Show on GitHub + Show on GitHub
    @@ -553,9 +568,9 @@ one does not read its contents immediately, but rather traps at runtime when att
  • - + - init(contents:) + init(contents:)
    @@ -594,7 +609,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    - Show on GitHub + Show on GitHub
    @@ -602,9 +617,9 @@ one does not read its contents immediately, but rather traps at runtime when att
  • - + - path + path
    @@ -624,7 +639,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    - Show on GitHub + Show on GitHub
    @@ -632,9 +647,9 @@ one does not read its contents immediately, but rather traps at runtime when att
  • - + - contents + contents
    @@ -654,7 +669,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    - Show on GitHub + Show on GitHub
    @@ -662,9 +677,9 @@ one does not read its contents immediately, but rather traps at runtime when att
  • - + - stringView + stringView
    @@ -684,7 +699,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    - Show on GitHub + Show on GitHub
    @@ -692,9 +707,9 @@ one does not read its contents immediately, but rather traps at runtime when att
  • - + - lines + lines
    @@ -714,7 +729,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    - Show on GitHub + Show on GitHub
    @@ -756,7 +771,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    - Show on GitHub + Show on GitHub
    @@ -785,7 +800,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    - Show on GitHub + Show on GitHub
    diff --git a/Classes/ViolationsSyntaxVisitor.html b/Classes/ViolationsSyntaxVisitor.html index d241bb073..365ca27ca 100644 --- a/Classes/ViolationsSyntaxVisitor.html +++ b/Classes/ViolationsSyntaxVisitor.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SwiftSyntax SyntaxVisitor that produces absolute positions where violations should be reported.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - violations + violations
    @@ -365,7 +380,7 @@
    - Show on GitHub + Show on GitHub
    @@ -373,9 +388,9 @@
  • - + - skippableDeclarations + skippableDeclarations
    @@ -395,7 +410,7 @@
    - Show on GitHub + Show on GitHub
    @@ -403,9 +418,9 @@
  • - + - visit(_:) + visit(_:)
    @@ -424,7 +439,7 @@
    - Show on GitHub + Show on GitHub
    @@ -432,9 +447,9 @@
  • - + - visit(_:) + visit(_:)
    @@ -453,7 +468,7 @@
    - Show on GitHub + Show on GitHub
    @@ -461,9 +476,9 @@
  • - + - visit(_:) + visit(_:)
    @@ -482,7 +497,7 @@
    - Show on GitHub + Show on GitHub
    @@ -490,9 +505,9 @@
  • - + - visit(_:) + visit(_:)
    @@ -511,7 +526,7 @@
    - Show on GitHub + Show on GitHub
    @@ -519,9 +534,9 @@
  • - + - visit(_:) + visit(_:)
    @@ -540,7 +555,7 @@
    - Show on GitHub + Show on GitHub
    @@ -548,9 +563,9 @@
  • - + - visit(_:) + visit(_:)
    @@ -569,7 +584,7 @@
    - Show on GitHub + Show on GitHub
    @@ -577,9 +592,9 @@
  • - + - visit(_:) + visit(_:)
    @@ -598,7 +613,7 @@
    - Show on GitHub + Show on GitHub
    @@ -606,9 +621,9 @@
  • - + - visit(_:) + visit(_:)
    @@ -627,7 +642,7 @@
    - Show on GitHub + Show on GitHub
    @@ -635,9 +650,9 @@
  • - + - visit(_:) + visit(_:)
    @@ -656,7 +671,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Enums.html b/Enums.html index 628cb2fd7..feefb5673 100644 --- a/Enums.html +++ b/Enums.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • - + - ExecutableInfo + ExecutableInfo
    @@ -356,7 +371,7 @@
    - Show on GitHub + Show on GitHub
    @@ -364,9 +379,9 @@
  • - + - AccessControlLevel + AccessControlLevel
    @@ -393,7 +408,7 @@
    - Show on GitHub + Show on GitHub
    @@ -401,9 +416,9 @@
  • - + - ConfigurationError + ConfigurationError
    @@ -424,7 +439,7 @@
    - Show on GitHub + Show on GitHub
    @@ -432,9 +447,9 @@
  • - + - RuleIdentifier + RuleIdentifier
    @@ -455,7 +470,7 @@
    - Show on GitHub + Show on GitHub
    @@ -463,9 +478,9 @@
  • - + - RuleKind + RuleKind
    @@ -486,7 +501,7 @@
    - Show on GitHub + Show on GitHub
    @@ -494,9 +509,9 @@
  • - + - RuleListError + RuleListError
    @@ -517,7 +532,7 @@
    - Show on GitHub + Show on GitHub
    @@ -525,9 +540,40 @@
  • - + + + SwiftExpressionKind + +
    +
    +
    +
    +
    +
    +

    The kind of expression for a contiguous set of Swift source tokens.

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public enum SwiftExpressionKind : String
    + +
    +
    + +
    +
    +
  • +
  • +
    + + - ViolationSeverity + ViolationSeverity
    @@ -548,7 +594,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Enums/AccessControlLevel.html b/Enums/AccessControlLevel.html index ab94901cb..bb935e1be 100644 --- a/Enums/AccessControlLevel.html +++ b/Enums/AccessControlLevel.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -337,7 +352,7 @@
    - Show on GitHub + Show on GitHub
    @@ -349,9 +364,9 @@
  • - + - private + private
    @@ -371,7 +386,7 @@
    - Show on GitHub + Show on GitHub
    @@ -379,9 +394,9 @@
  • - + - fileprivate + fileprivate
    @@ -401,7 +416,7 @@
    - Show on GitHub + Show on GitHub
    @@ -409,9 +424,9 @@
  • - + - internal + internal
    @@ -431,7 +446,7 @@
    - Show on GitHub + Show on GitHub
    @@ -439,9 +454,9 @@
  • - + - public + public
    @@ -461,7 +476,7 @@
    - Show on GitHub + Show on GitHub
    @@ -469,9 +484,9 @@
  • - + - open + open
    @@ -491,7 +506,7 @@
    - Show on GitHub + Show on GitHub
    @@ -499,9 +514,9 @@
  • - + - init(description:) + init(description:)
    @@ -516,7 +531,7 @@

    Declaration

    Swift

    -
    public init?(description value: String)
    +
    public init?(description value: String)
    @@ -540,7 +555,7 @@
    - Show on GitHub + Show on GitHub
    @@ -564,12 +579,12 @@

    Declaration

    Swift

    -
    public var description: String { get }
    +
    public var description: String { get }
    - Show on GitHub + Show on GitHub
    @@ -577,9 +592,9 @@
  • - + - isPrivate + isPrivate
    @@ -587,19 +602,19 @@
    -

    Returns true if is private or fileprivate

    +

    Returns true if is private or fileprivate

    Declaration

    Swift

    -
    public var isPrivate: Bool { get }
    +
    public var isPrivate: Bool { get }
    @@ -623,12 +638,12 @@

    Declaration

    Swift

    -
    public static func < (lhs: AccessControlLevel, rhs: AccessControlLevel) -> Bool
    +
    public static func < (lhs: AccessControlLevel, rhs: AccessControlLevel) -> Bool
    - Show on GitHub + Show on GitHub
    diff --git a/Enums/ConfigurationError.html b/Enums/ConfigurationError.html index 02283015a..f6d6cdacd 100644 --- a/Enums/ConfigurationError.html +++ b/Enums/ConfigurationError.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    All possible configuration errors.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - unknownConfiguration + unknownConfiguration
    @@ -365,7 +380,7 @@
    - Show on GitHub + Show on GitHub
    @@ -373,9 +388,9 @@
  • - + - ambiguousMatchKindParameters + ambiguousMatchKindParameters
    @@ -395,7 +410,7 @@
    - Show on GitHub + Show on GitHub
    @@ -403,9 +418,9 @@
  • - + - generic(_:) + generic(_:)
    @@ -425,7 +440,7 @@
    - Show on GitHub + Show on GitHub
    @@ -433,9 +448,9 @@
  • - + - initialFileNotFound(path:) + initialFileNotFound(path:)
    @@ -455,7 +470,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Enums/ExecutableInfo.html b/Enums/ExecutableInfo.html index be0f4689b..5b4c1a92f 100644 --- a/Enums/ExecutableInfo.html +++ b/Enums/ExecutableInfo.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Information about this executable.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - buildID + buildID
    @@ -365,7 +380,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Enums/RuleIdentifier.html b/Enums/RuleIdentifier.html index 91e8abbe6..859867ab8 100644 --- a/Enums/RuleIdentifier.html +++ b/Enums/RuleIdentifier.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    An identifier representing a SwiftLint rule, or all rules.

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - all + all
    @@ -376,7 +391,7 @@ file.

    - Show on GitHub + Show on GitHub
    @@ -384,9 +399,9 @@ file.

  • - + - single(identifier:) + single(identifier:)
    @@ -406,7 +421,7 @@ file.

    - Show on GitHub + Show on GitHub
    @@ -427,9 +442,9 @@ file.

  • - + - stringRepresentation + stringRepresentation
    @@ -449,7 +464,7 @@ file.

    - Show on GitHub + Show on GitHub
    @@ -470,9 +485,9 @@ file.

  • - + - init(_:) + init(_:)
    @@ -511,7 +526,7 @@ file.

    - Show on GitHub + Show on GitHub
    @@ -553,7 +568,7 @@ file.

    - Show on GitHub + Show on GitHub
    diff --git a/Enums/RuleKind.html b/Enums/RuleKind.html index 5e3e82fa0..7a442b72e 100644 --- a/Enums/RuleKind.html +++ b/Enums/RuleKind.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    All the possible rule kinds (categories).

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - lint + lint
    @@ -365,7 +380,7 @@
    - Show on GitHub + Show on GitHub
    @@ -373,9 +388,9 @@
  • - + - idiomatic + idiomatic
    @@ -395,7 +410,7 @@
    - Show on GitHub + Show on GitHub
    @@ -403,9 +418,9 @@
  • - + - style + style
    @@ -425,7 +440,7 @@
    - Show on GitHub + Show on GitHub
    @@ -433,9 +448,9 @@
  • - + - metrics + metrics
    @@ -455,7 +470,7 @@
    - Show on GitHub + Show on GitHub
    @@ -463,9 +478,9 @@
  • - + - performance + performance
    @@ -485,7 +500,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Enums/RuleListError.html b/Enums/RuleListError.html index 3abba9bf4..60fa30578 100644 --- a/Enums/RuleListError.html +++ b/Enums/RuleListError.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    All possible rule list configuration errors.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - duplicatedConfigurations(rule:) + duplicatedConfigurations(rule:)
    @@ -365,7 +380,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Enums/SwiftExpressionKind.html b/Enums/SwiftExpressionKind.html new file mode 100644 index 000000000..b4b564437 --- /dev/null +++ b/Enums/SwiftExpressionKind.html @@ -0,0 +1,580 @@ + + + + SwiftExpressionKind Enumeration Reference + + + + + + + + + + + + + + + + +
    +

    + + SwiftLintCore 0.51.0 Docs + + (100% documented) +

    + +
    +
    + +
    +
    + +

    + + GitHub + View on GitHub + +

    + +

    + + Dash + Install in Dash + +

    +
    + + + +
    + +
    + +
    +
    +

    SwiftExpressionKind

    +
    +
    + +
    public enum SwiftExpressionKind : String
    + +
    +
    +

    The kind of expression for a contiguous set of Swift source tokens.

    + + +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    + + + diff --git a/Enums/ViolationSeverity.html b/Enums/ViolationSeverity.html index 382690117..087f0e336 100644 --- a/Enums/ViolationSeverity.html +++ b/Enums/ViolationSeverity.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    The magnitude of a StyleViolation.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - warning + warning
    @@ -365,7 +380,7 @@
    - Show on GitHub + Show on GitHub
    @@ -373,9 +388,9 @@
  • - + - error + error
    @@ -395,7 +410,7 @@
    - Show on GitHub + Show on GitHub
    @@ -437,7 +452,7 @@
    - Show on GitHub + Show on GitHub
    diff --git a/Extensions.html b/Extensions.html index dea387d92..794df532e 100644 --- a/Extensions.html +++ b/Extensions.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + diff --git a/Extensions/Array.html b/Extensions/Array.html index 507307dfa..52a97acf5 100644 --- a/Extensions/Array.html +++ b/Extensions/Array.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -351,9 +366,9 @@
  • - + - skipWrappingInCommentTests() + skipWrappingInCommentTests()
    @@ -373,7 +388,7 @@
    - Show on GitHub + Show on GitHub
    @@ -381,9 +396,9 @@
  • - + - skipWrappingInStringTests() + skipWrappingInStringTests()
    @@ -403,7 +418,7 @@
    - Show on GitHub + Show on GitHub
    @@ -411,9 +426,9 @@
  • - + - skipMultiByteOffsetTests() + skipMultiByteOffsetTests()
    @@ -433,7 +448,7 @@
    - Show on GitHub + Show on GitHub
    @@ -441,9 +456,9 @@
  • - + - skipDisableCommandTests() + skipDisableCommandTests()
    @@ -463,7 +478,7 @@
    - Show on GitHub + Show on GitHub
    @@ -484,9 +499,9 @@
  • - + - kinds + kinds
    @@ -506,7 +521,7 @@
    - Show on GitHub + Show on GitHub
    @@ -527,9 +542,9 @@
  • - + - append(_:) + append(_:)
    @@ -568,7 +583,7 @@
    - Show on GitHub + Show on GitHub
    @@ -576,9 +591,9 @@
  • - + - append(contentsOf:) + append(contentsOf:)
    @@ -617,7 +632,7 @@
    - Show on GitHub + Show on GitHub
    @@ -638,9 +653,9 @@
  • - + - all + all
    @@ -660,7 +675,7 @@
    - Show on GitHub + Show on GitHub
    @@ -668,9 +683,9 @@
  • - + - extensionsAndProtocols + extensionsAndProtocols
    @@ -690,7 +705,7 @@
    - Show on GitHub + Show on GitHub
    @@ -698,9 +713,9 @@
  • - + - allExcept(_:) + allExcept(_:)
    @@ -743,7 +758,7 @@

    All declarations except for the specified ones.

    - Show on GitHub + Show on GitHub
    diff --git a/Functions.html b/Functions.html index a1a1844c0..ac74fb2ce 100644 --- a/Functions.html +++ b/Functions.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • - + - reporterFrom(identifier:) + reporterFrom(identifier:)
    @@ -379,7 +394,7 @@ known reporters.

    The reporter type.

    - Show on GitHub + Show on GitHub
    diff --git a/Global Variables.html b/Global Variables.html index c646ca348..b2711bd30 100644 --- a/Global Variables.html +++ b/Global Variables.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • - + - reportersList + reportersList
    @@ -355,7 +370,37 @@
    - Show on GitHub + Show on GitHub +
    + + +
  • +
  • +
    + + + + coreRules + +
    +
    +
    +
    +
    +
    +

    The rule list containing all available rules built into SwiftLintCore.

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public let coreRules: [Rule.Type]
    + +
    +
    +
    diff --git a/Guides.html b/Guides.html index 6634936be..4eb73efdb 100644 --- a/Guides.html +++ b/Guides.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + diff --git a/Protocols.html b/Protocols.html index 23d748e17..5d21c524a 100644 --- a/Protocols.html +++ b/Protocols.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • - + - ASTRule + ASTRule
    @@ -357,7 +372,7 @@ structure, validating the rule recursively in nested source bodies.

    - Show on GitHub + Show on GitHub
    @@ -365,9 +380,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - CacheDescriptionProvider + CacheDescriptionProvider
    @@ -388,7 +403,7 @@ structure, validating the rule recursively in nested source bodies.

    - Show on GitHub + Show on GitHub
    @@ -396,9 +411,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - AnyCollectingRule + AnyCollectingRule
    @@ -418,7 +433,7 @@ structure, validating the rule recursively in nested source bodies.

    - Show on GitHub + Show on GitHub
    @@ -426,9 +441,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - CollectingRule + CollectingRule
    @@ -444,12 +459,12 @@ structure, validating the rule recursively in nested source bodies.

    Declaration

    Swift

    -
    public protocol CollectingRule : AnyCollectingRule
    +
    public protocol CollectingRule : AnyCollectingRule
    - Show on GitHub + Show on GitHub
    @@ -457,9 +472,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - ConfigurationProviderRule + ConfigurationProviderRule
    @@ -480,7 +495,7 @@ structure, validating the rule recursively in nested source bodies.

    - Show on GitHub + Show on GitHub
    @@ -488,9 +503,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - Reporter + Reporter
    @@ -511,7 +526,7 @@ structure, validating the rule recursively in nested source bodies.

    - Show on GitHub + Show on GitHub
    @@ -519,9 +534,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - Rule + Rule
    @@ -542,7 +557,7 @@ structure, validating the rule recursively in nested source bodies.

    - Show on GitHub + Show on GitHub
    @@ -550,9 +565,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - OptInRule + OptInRule
    @@ -572,7 +587,7 @@ structure, validating the rule recursively in nested source bodies.

    - Show on GitHub + Show on GitHub
    @@ -580,9 +595,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - CorrectableRule + CorrectableRule
    @@ -603,7 +618,7 @@ structure, validating the rule recursively in nested source bodies.

    - Show on GitHub + Show on GitHub
    @@ -611,9 +626,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - SubstitutionCorrectableRule + SubstitutionCorrectableRule
    @@ -635,7 +650,7 @@ updated content.

    - Show on GitHub + Show on GitHub
    @@ -643,9 +658,9 @@ updated content.

  • - + - SubstitutionCorrectableASTRule + SubstitutionCorrectableASTRule
    @@ -666,7 +681,7 @@ updated content.

    - Show on GitHub + Show on GitHub
    @@ -674,9 +689,9 @@ updated content.

  • - + - SourceKitFreeRule + SourceKitFreeRule
    @@ -696,7 +711,7 @@ updated content.

    - Show on GitHub + Show on GitHub
    @@ -704,9 +719,9 @@ updated content.

  • - + - AnalyzerRule + AnalyzerRule
    @@ -723,12 +738,12 @@ static analysis than syntactic checks.

    Declaration

    Swift

    -
    public protocol AnalyzerRule : OptInRule
    +
    public protocol AnalyzerRule : OptInRule
    - Show on GitHub + Show on GitHub
    @@ -736,9 +751,9 @@ static analysis than syntactic checks.

  • - + - RuleConfiguration + RuleConfiguration
    @@ -759,7 +774,7 @@ static analysis than syntactic checks.

    - Show on GitHub + Show on GitHub
    @@ -767,9 +782,9 @@ static analysis than syntactic checks.

  • - + - SeverityBasedRuleConfiguration + SeverityBasedRuleConfiguration
    @@ -790,7 +805,7 @@ static analysis than syntactic checks.

    - Show on GitHub + Show on GitHub
    @@ -798,9 +813,9 @@ static analysis than syntactic checks.

  • - + - SwiftSyntaxCorrectableRule + SwiftSyntaxCorrectableRule
    @@ -821,7 +836,7 @@ static analysis than syntactic checks.

    - Show on GitHub + Show on GitHub
    @@ -829,9 +844,9 @@ static analysis than syntactic checks.

  • - + - ViolationsSyntaxRewriter + ViolationsSyntaxRewriter
    @@ -852,7 +867,7 @@ static analysis than syntactic checks.

    - Show on GitHub + Show on GitHub
    @@ -860,9 +875,9 @@ static analysis than syntactic checks.

  • - + - SwiftSyntaxRule + SwiftSyntaxRule
    @@ -878,12 +893,12 @@ static analysis than syntactic checks.

    Declaration

    Swift

    -
    public protocol SwiftSyntaxRule : SourceKitFreeRule
    +
    public protocol SwiftSyntaxRule : SourceKitFreeRule
    - Show on GitHub + Show on GitHub
    diff --git a/Protocols/ASTRule.html b/Protocols/ASTRule.html index 5451fd6dc..0d8f0e769 100644 --- a/Protocols/ASTRule.html +++ b/Protocols/ASTRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@ structure, validating the rule recursively in nested source bodies.

    - Show on GitHub + Show on GitHub
    @@ -344,9 +359,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - KindType + KindType
    @@ -366,7 +381,7 @@ structure, validating the rule recursively in nested source bodies.

    - Show on GitHub + Show on GitHub
    @@ -374,9 +389,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - validate(file:kind:dictionary:) + validate(file:kind:dictionary:)
    @@ -392,7 +407,7 @@ expectations.

    Declaration

    Swift

    -
    func validate(file: SwiftLintFile, kind: KindType, dictionary: SourceKittenDictionary) -> [StyleViolation]
    +
    func validate(file: SwiftLintFile, kind: KindType, dictionary: SourceKittenDictionary) -> [StyleViolation]
    @@ -444,7 +459,7 @@ expectations.

    All style violations to the rule’s expectations.

    - Show on GitHub + Show on GitHub
    @@ -452,9 +467,9 @@ expectations.

  • - + - kind(from:) + kind(from:)
    @@ -469,7 +484,7 @@ expectations.

    Declaration

    Swift

    -
    func kind(from dictionary: SourceKittenDictionary) -> KindType?
    +
    func kind(from dictionary: SourceKittenDictionary) -> KindType?
    @@ -498,7 +513,7 @@ expectations.

    The kind from the specified dictionary, if one was found.

    - Show on GitHub + Show on GitHub
    @@ -506,9 +521,9 @@ expectations.

  • - + - validate(file:) + validate(file:) Extension method @@ -530,7 +545,7 @@ expectations.

    - Show on GitHub + Show on GitHub
    @@ -538,9 +553,9 @@ expectations.

  • - + - validate(file:dictionary:) + validate(file:dictionary:) Extension method @@ -599,7 +614,7 @@ expectations.

    All style violations to the rule’s expectations.

    - Show on GitHub + Show on GitHub
    diff --git a/Protocols/AnalyzerRule.html b/Protocols/AnalyzerRule.html index b696b84a2..55f3c2f60 100644 --- a/Protocols/AnalyzerRule.html +++ b/Protocols/AnalyzerRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -324,7 +339,7 @@
    -
    public protocol AnalyzerRule : OptInRule
    +
    public protocol AnalyzerRule : OptInRule
    @@ -332,7 +347,7 @@ static analysis than syntactic checks.

    - Show on GitHub + Show on GitHub
    @@ -344,9 +359,9 @@ static analysis than syntactic checks.

  • - + - validate(file:) + validate(file:) Extension method @@ -368,7 +383,7 @@ static analysis than syntactic checks.

    - Show on GitHub + Show on GitHub
    diff --git a/Protocols/CacheDescriptionProvider.html b/Protocols/CacheDescriptionProvider.html index dce3825bf..129776d58 100644 --- a/Protocols/CacheDescriptionProvider.html +++ b/Protocols/CacheDescriptionProvider.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Interface providing access to a cache description.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - cacheDescription + cacheDescription
    @@ -366,7 +381,7 @@ cached value is still valid given the new cache value.

    - Show on GitHub + Show on GitHub
    diff --git a/Protocols/CollectingRule.html b/Protocols/CollectingRule.html index aecf9cd32..15e7cfead 100644 --- a/Protocols/CollectingRule.html +++ b/Protocols/CollectingRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -324,14 +339,14 @@
    -
    public protocol CollectingRule : AnyCollectingRule
    +
    public protocol CollectingRule : AnyCollectingRule

    A rule that requires knowledge of all other files being linted.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - FileInfo + FileInfo
    @@ -365,7 +380,7 @@
    - Show on GitHub + Show on GitHub
    @@ -373,9 +388,9 @@
  • - + - collectInfo(for:compilerArguments:) + collectInfo(for:compilerArguments:) Default implementation @@ -397,7 +412,7 @@

    Declaration

    Swift

    -
    func collectInfo(for file: SwiftLintFile, compilerArguments: [String]) -> FileInfo
    +
    func collectInfo(for file: SwiftLintFile, compilerArguments: [String]) -> FileInfo
    @@ -437,7 +452,7 @@

    The collected file information.

    - Show on GitHub + Show on GitHub
    @@ -445,9 +460,9 @@
  • - + - collectInfo(for:) + collectInfo(for:)
    @@ -462,7 +477,7 @@

    Declaration

    Swift

    -
    func collectInfo(for file: SwiftLintFile) -> FileInfo
    +
    func collectInfo(for file: SwiftLintFile) -> FileInfo
    @@ -490,7 +505,7 @@

    The collected file information.

    - Show on GitHub + Show on GitHub
    @@ -498,9 +513,9 @@
  • - + - validate(file:collectedInfo:compilerArguments:) + validate(file:collectedInfo:compilerArguments:) Default implementation @@ -523,7 +538,7 @@ expectations.

    Declaration

    Swift

    -
    func validate(file: SwiftLintFile, collectedInfo: [SwiftLintFile: FileInfo],
    +                          
    func validate(file: SwiftLintFile, collectedInfo: [SwiftLintFile: FileInfo],
                   compilerArguments: [String]) -> [StyleViolation]
    @@ -576,7 +591,7 @@ expectations.

    All style violations to the rule’s expectations.

    @@ -584,9 +599,9 @@ expectations.

  • - + - validate(file:collectedInfo:) + validate(file:collectedInfo:)
    @@ -602,7 +617,7 @@ expectations.

    Declaration

    Swift

    -
    func validate(file: SwiftLintFile, collectedInfo: [SwiftLintFile : FileInfo]) -> [StyleViolation]
    +
    func validate(file: SwiftLintFile, collectedInfo: [SwiftLintFile : FileInfo]) -> [StyleViolation]
    @@ -642,7 +657,7 @@ expectations.

    All style violations to the rule’s expectations.

    @@ -650,9 +665,9 @@ expectations.

  • - + - collectInfo(for:into:compilerArguments:) + collectInfo(for:into:compilerArguments:) Extension method @@ -674,7 +689,7 @@ expectations.

    @@ -682,9 +697,9 @@ expectations.

  • - + - validate(file:using:compilerArguments:) + validate(file:using:compilerArguments:) Extension method @@ -706,7 +721,7 @@ expectations.

    @@ -714,9 +729,9 @@ expectations.

  • - + - validate(file:) + validate(file:) Extension method @@ -738,7 +753,7 @@ expectations.

    @@ -746,9 +761,9 @@ expectations.

  • - + - validate(file:compilerArguments:) + validate(file:compilerArguments:) Extension method @@ -770,7 +785,7 @@ expectations.

    diff --git a/Protocols/ConfigurationProviderRule.html b/Protocols/ConfigurationProviderRule.html index 1afebfbe7..a8111e66b 100644 --- a/Protocols/ConfigurationProviderRule.html +++ b/Protocols/ConfigurationProviderRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A rule that is user-configurable.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - ConfigurationType + ConfigurationType
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - configuration + configuration
    @@ -390,12 +405,12 @@

    Declaration

    Swift

    -
    var configuration: ConfigurationType { get set }
    +
    var configuration: ConfigurationType { get set }
    @@ -403,9 +418,9 @@
  • - + - init(configuration:) + init(configuration:) Extension method @@ -427,7 +442,7 @@
    @@ -435,9 +450,9 @@
  • - + - isEqualTo(_:) + isEqualTo(_:) Extension method @@ -459,7 +474,7 @@
    @@ -467,9 +482,9 @@
  • - + - configurationDescription + configurationDescription Extension method @@ -491,7 +506,7 @@
    diff --git a/Protocols/CorrectableRule.html b/Protocols/CorrectableRule.html index f101a19d2..cd7802341 100644 --- a/Protocols/CorrectableRule.html +++ b/Protocols/CorrectableRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A rule that can correct violations.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - correct(file:compilerArguments:) + correct(file:compilerArguments:) Default implementation @@ -407,7 +422,7 @@

    All corrections that were applied.

    @@ -415,9 +430,9 @@
  • - + - correct(file:) + correct(file:)
    @@ -460,7 +475,7 @@

    All corrections that were applied.

    @@ -468,9 +483,9 @@
  • - + - correct(file:using:compilerArguments:) + correct(file:using:compilerArguments:) Default implementation @@ -550,7 +565,7 @@ and returns all corrections that were applied.

    All corrections that were applied.

    diff --git a/Protocols/Reporter.html b/Protocols/Reporter.html index 4e0336cb9..49ff37665 100644 --- a/Protocols/Reporter.html +++ b/Protocols/Reporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    An interface for reporting violations as strings.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - identifier + identifier
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - isRealtime + isRealtime
    @@ -396,7 +411,7 @@ collected before generating the report.

    @@ -404,9 +419,9 @@ collected before generating the report.

  • - + - description + description
    @@ -426,7 +441,7 @@ collected before generating the report.

    @@ -434,9 +449,9 @@ collected before generating the report.

  • - + - description + description Default implementation @@ -464,7 +479,7 @@ collected before generating the report.

    @@ -472,9 +487,9 @@ collected before generating the report.

  • - + - generateReport(_:) + generateReport(_:)
    @@ -517,7 +532,7 @@ collected before generating the report.

    The report.

    diff --git a/Protocols/Rule.html b/Protocols/Rule.html index 9e6e98341..442d21e6a 100644 --- a/Protocols/Rule.html +++ b/Protocols/Rule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    An executable value that can identify issues (violations) in Swift source code.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - description + description
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - configurationDescription + configurationDescription
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - init() + init()
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • - + - init(configuration:) + init(configuration:)
    @@ -479,7 +494,7 @@
    @@ -487,9 +502,9 @@
  • - + - validate(file:compilerArguments:) + validate(file:compilerArguments:) Default implementation @@ -551,7 +566,7 @@

    All style violations to the rule’s expectations.

    @@ -559,9 +574,9 @@
  • - + - validate(file:) + validate(file:)
    @@ -604,7 +619,7 @@

    All style violations to the rule’s expectations.

    @@ -612,9 +627,9 @@
  • - + - isEqualTo(_:) + isEqualTo(_:) Default implementation @@ -664,7 +679,7 @@

    Whether or not the specified rule is equivalent to the current rule.

    @@ -672,9 +687,9 @@
  • - + - collectInfo(for:into:compilerArguments:) + collectInfo(for:into:compilerArguments:) Default implementation @@ -749,7 +764,7 @@
    @@ -757,9 +772,9 @@
  • - + - validate(file:using:compilerArguments:) + validate(file:using:compilerArguments:) Default implementation @@ -839,7 +854,7 @@ expectations.

    All style violations to the rule’s expectations.

    @@ -847,9 +862,9 @@ expectations.

  • - + - cacheDescription + cacheDescription Extension method @@ -873,7 +888,7 @@ cached value is still valid given the new cache value.

    diff --git a/Protocols/RuleConfiguration.html b/Protocols/RuleConfiguration.html index 1c545d868..8f667ffea 100644 --- a/Protocols/RuleConfiguration.html +++ b/Protocols/RuleConfiguration.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A configuration value for a rule to allow users to modify its behavior.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - consoleDescription + consoleDescription
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - apply(configuration:) + apply(configuration:)
    @@ -419,7 +434,7 @@
    @@ -427,9 +442,9 @@
  • - + - isEqualTo(_:) + isEqualTo(_:)
    @@ -472,7 +487,7 @@

    Whether the specified configuration is equivalent to the current value.

    diff --git a/Protocols/SeverityBasedRuleConfiguration.html b/Protocols/SeverityBasedRuleConfiguration.html index 7cb2da23f..1374c666e 100644 --- a/Protocols/SeverityBasedRuleConfiguration.html +++ b/Protocols/SeverityBasedRuleConfiguration.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A configuration for a rule that allows to configure at least the severity.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - severityConfiguration + severityConfiguration
    @@ -360,12 +375,12 @@

    Declaration

    Swift

    -
    var severityConfiguration: SeverityConfiguration { get }
    +
    var severityConfiguration: SeverityConfiguration { get }
    @@ -373,9 +388,9 @@
  • - + - severity + severity Extension method @@ -398,7 +413,7 @@
    diff --git a/Protocols/SubstitutionCorrectableASTRule.html b/Protocols/SubstitutionCorrectableASTRule.html index 75a6beb02..c73d23acf 100644 --- a/Protocols/SubstitutionCorrectableASTRule.html +++ b/Protocols/SubstitutionCorrectableASTRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SubstitutionCorrectableRule that is also an ASTRule.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - violationRanges(in:kind:dictionary:) + violationRanges(in:kind:dictionary:)
    @@ -413,7 +428,7 @@

    The NSString-based NSRanges to be replaced in the specified file.

    @@ -421,9 +436,9 @@
  • - + - violationRanges(in:) + violationRanges(in:) Extension method @@ -445,7 +460,7 @@
    diff --git a/Protocols/SubstitutionCorrectableRule.html b/Protocols/SubstitutionCorrectableRule.html index 7d1b162ee..f5259e935 100644 --- a/Protocols/SubstitutionCorrectableRule.html +++ b/Protocols/SubstitutionCorrectableRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@ updated content.

    - Show on GitHub + Show on GitHub
    @@ -344,9 +359,9 @@ updated content.

  • - + - violationRanges(in:) + violationRanges(in:)
    @@ -389,7 +404,7 @@ updated content.

    The NSString-based NSRanges to be replaced in the specified file.

    @@ -397,9 +412,9 @@ updated content.

  • - + - substitution(for:in:) + substitution(for:in:)
    @@ -454,7 +469,7 @@ updated content.

    The range of the correction and its contents, if one could be computed.

    @@ -462,9 +477,9 @@ updated content.

  • - + - correct(file:) + correct(file:) Extension method @@ -486,7 +501,7 @@ updated content.

    diff --git a/Protocols/SwiftSyntaxCorrectableRule.html b/Protocols/SwiftSyntaxCorrectableRule.html index e2c5e30bc..6336b45b5 100644 --- a/Protocols/SwiftSyntaxCorrectableRule.html +++ b/Protocols/SwiftSyntaxCorrectableRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SwiftLint CorrectableRule that performs its corrections using a SwiftSyntax SyntaxRewriter.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - makeRewriter(file:) + makeRewriter(file:)
    @@ -388,7 +403,7 @@

    A ViolationsSyntaxRewriter for the given file.

    @@ -396,9 +411,9 @@
  • - + - correct(file:) + correct(file:) Extension method @@ -420,7 +435,7 @@
    diff --git a/Protocols/SwiftSyntaxRule.html b/Protocols/SwiftSyntaxRule.html index 477b7f8cf..9f6c26dc6 100644 --- a/Protocols/SwiftSyntaxRule.html +++ b/Protocols/SwiftSyntaxRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -324,14 +339,14 @@
    -
    public protocol SwiftSyntaxRule : SourceKitFreeRule
    +
    public protocol SwiftSyntaxRule : SourceKitFreeRule

    A SwiftLint Rule backed by SwiftSyntax that does not use SourceKit requests.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - makeVisitor(file:) + makeVisitor(file:)
    @@ -388,7 +403,7 @@

    A ViolationsSyntaxVisitor for the given file.

    @@ -396,9 +411,9 @@
  • - + - makeViolation(file:violation:) + makeViolation(file:violation:) Default implementation @@ -460,7 +475,7 @@

    A violation for the given file and absolute position.

    @@ -468,9 +483,9 @@
  • - + - preprocess(file:) + preprocess(file:) Default implementation @@ -523,7 +538,7 @@ By default, it just returns the file’s syntaxTree.

    The tree that will be used to check for violations. If nil, this rule will return no violations.

    @@ -531,9 +546,9 @@ By default, it just returns the file’s syntaxTree.

  • - + - disabledRegions(file:) + disabledRegions(file:) Extension method @@ -579,7 +594,7 @@ By default, it just returns the file’s syntaxTree.

    The source ranges in the specified file where this rule is disabled.

    @@ -587,9 +602,9 @@ By default, it just returns the file’s syntaxTree.

  • - + - validate(file:) + validate(file:) Extension method @@ -611,7 +626,7 @@ By default, it just returns the file’s syntaxTree.

    diff --git a/Protocols/ViolationsSyntaxRewriter.html b/Protocols/ViolationsSyntaxRewriter.html index 0d8e47183..3a8d05887 100644 --- a/Protocols/ViolationsSyntaxRewriter.html +++ b/Protocols/ViolationsSyntaxRewriter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SwiftSyntax SyntaxRewriter that produces absolute positions where corrections were applied.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - correctionPositions + correctionPositions
    @@ -365,7 +380,7 @@
    diff --git a/Reporters.html b/Reporters.html index 09835295c..9d2708b6b 100644 --- a/Reporters.html +++ b/Reporters.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,9 +347,9 @@
  • - + - CSVReporter + CSVReporter
    @@ -355,7 +370,7 @@
    @@ -363,9 +378,9 @@
  • - + - CheckstyleReporter + CheckstyleReporter
    @@ -387,7 +402,7 @@
    @@ -395,9 +410,9 @@
  • - + - CodeClimateReporter + CodeClimateReporter
    @@ -418,7 +433,7 @@
    @@ -426,9 +441,9 @@
  • - + - EmojiReporter + EmojiReporter
    @@ -449,7 +464,7 @@
    @@ -457,9 +472,9 @@
  • - + - GitHubActionsLoggingReporter + GitHubActionsLoggingReporter
    @@ -480,7 +495,7 @@
    @@ -488,9 +503,9 @@
  • - + - HTMLReporter + HTMLReporter
    @@ -511,7 +526,7 @@
    @@ -519,9 +534,9 @@
  • - + - JSONReporter + JSONReporter
    @@ -542,7 +557,7 @@
    @@ -550,9 +565,9 @@
  • - + - JUnitReporter + JUnitReporter
    @@ -573,7 +588,7 @@
    @@ -581,9 +596,9 @@
  • - + - MarkdownReporter + MarkdownReporter
    @@ -604,7 +619,7 @@
    diff --git a/Rules.html b/Rules.html index 122f0576c..dd87b0751 100644 --- a/Rules.html +++ b/Rules.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + diff --git a/Structs.html b/Structs.html index a918513fc..50f4d8e46 100644 --- a/Structs.html +++ b/Structs.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • - + - RuleListDocumentation + RuleListDocumentation
    @@ -356,7 +371,7 @@
    @@ -364,9 +379,9 @@
  • - + - Stack + Stack
    @@ -388,7 +403,7 @@
    @@ -396,9 +411,9 @@
  • - + - Command + Command
    @@ -419,7 +434,7 @@
    @@ -427,9 +442,9 @@
  • - + - Configuration + Configuration
    @@ -452,7 +467,7 @@
    @@ -460,9 +475,9 @@
  • - + - Correction + Correction
    @@ -483,7 +498,7 @@
    @@ -491,9 +506,9 @@
  • - + - Example + Example
    @@ -517,7 +532,7 @@ non-triggering style

    @@ -525,9 +540,9 @@ non-triggering style

  • - + - Linter + Linter
    @@ -548,7 +563,7 @@ non-triggering style

    @@ -556,9 +571,9 @@ non-triggering style

  • - + - CollectedLinter + CollectedLinter
    @@ -568,7 +583,7 @@ non-triggering style

    Represents a file that can compute style violations and corrections for a list of rules.

    -

    A CollectedLinter is only created after a Linter has run its collection steps in Linter.collect(into:).

    +

    A CollectedLinter is only created after a Linter has run its collection steps in Linter.collect(into:).

    See more
    @@ -581,7 +596,7 @@ non-triggering style

    @@ -589,9 +604,9 @@ non-triggering style

  • - + - Location + Location
    @@ -612,7 +627,7 @@ non-triggering style

    @@ -620,9 +635,9 @@ non-triggering style

  • - + - Region + Region
    @@ -643,7 +658,7 @@ non-triggering style

    @@ -651,9 +666,9 @@ non-triggering style

  • - + - RuleDescription + RuleDescription
    @@ -674,7 +689,7 @@ non-triggering style

    @@ -682,9 +697,9 @@ non-triggering style

  • - + - RuleList + RuleList
    @@ -706,7 +721,7 @@ non-triggering style

    @@ -714,9 +729,9 @@ non-triggering style

  • - + - RuleParameter + RuleParameter
    @@ -737,7 +752,7 @@ non-triggering style

    @@ -745,9 +760,40 @@ non-triggering style

  • - + + + SeverityConfiguration + +
    +
    +
    +
    +
    +
    +

    A rule configuration that allows specifying the desired severity level for violations.

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public struct SeverityConfiguration : SeverityBasedRuleConfiguration, Equatable
    + +
    +
    + +
    +
    +
  • +
  • +
    + + - StyleViolation + StyleViolation
    @@ -768,7 +814,7 @@ non-triggering style

    @@ -776,9 +822,9 @@ non-triggering style

  • - + - SwiftLintSyntaxMap + SwiftLintSyntaxMap
    @@ -799,7 +845,7 @@ non-triggering style

    @@ -807,9 +853,9 @@ non-triggering style

  • - + - SwiftLintSyntaxToken + SwiftLintSyntaxToken
    @@ -830,7 +876,7 @@ non-triggering style

    @@ -838,9 +884,9 @@ non-triggering style

  • - + - SwiftVersion + SwiftVersion
    @@ -861,7 +907,7 @@ non-triggering style

    @@ -869,9 +915,9 @@ non-triggering style

  • - + - Version + Version
    @@ -892,7 +938,7 @@ non-triggering style

    @@ -913,9 +959,9 @@ non-triggering style

  • - + - YamlParser + YamlParser
    @@ -936,7 +982,7 @@ non-triggering style

    @@ -944,9 +990,9 @@ non-triggering style

  • - + - ReasonedRuleViolation + ReasonedRuleViolation
    @@ -967,7 +1013,7 @@ non-triggering style

    @@ -975,9 +1021,9 @@ non-triggering style

  • - + - GitLabJUnitReporter + GitLabJUnitReporter
    @@ -998,7 +1044,7 @@ non-triggering style

    @@ -1006,9 +1052,9 @@ non-triggering style

  • - + - RelativePathReporter + RelativePathReporter
    @@ -1029,7 +1075,7 @@ non-triggering style

    @@ -1037,9 +1083,9 @@ non-triggering style

  • - + - SonarQubeReporter + SonarQubeReporter
    @@ -1060,7 +1106,7 @@ non-triggering style

    @@ -1068,9 +1114,9 @@ non-triggering style

  • - + - SummaryReporter + SummaryReporter
    @@ -1091,7 +1137,7 @@ non-triggering style

    @@ -1099,9 +1145,9 @@ non-triggering style

  • - + - XcodeReporter + XcodeReporter
    @@ -1122,7 +1168,69 @@ non-triggering style

    + + +
  • +
  • +
    + + + + RegexConfiguration + +
    +
    +
    +
    +
    +
    +

    A rule configuration used for defining custom rules in yaml.

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public struct RegexConfiguration : SeverityBasedRuleConfiguration, Hashable, CacheDescriptionProvider
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + SeverityLevelsConfiguration + +
    +
    +
    +
    +
    +
    +

    A rule configuration that allows specifying thresholds for warning and error severities.

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public struct SeverityLevelsConfiguration : RuleConfiguration, Equatable
    + +
    +
    +
    diff --git a/Structs/CSVReporter.html b/Structs/CSVReporter.html index e448b03d3..d94103abb 100644 --- a/Structs/CSVReporter.html +++ b/Structs/CSVReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as a newline-separated string of comma-separated values (CSV).

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - identifier + identifier
    @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • - + - isRealtime + isRealtime
    @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • - + - description + description
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -460,7 +475,7 @@
    diff --git a/Structs/CheckstyleReporter.html b/Structs/CheckstyleReporter.html index f3816e952..fc3aaa9ee 100644 --- a/Structs/CheckstyleReporter.html +++ b/Structs/CheckstyleReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@ https://www.jetbrains.com/help/teamcity/xml-report-processing.html

    - Show on GitHub + Show on GitHub
    @@ -353,9 +368,9 @@
  • - + - identifier + identifier
    @@ -374,7 +389,7 @@
    @@ -382,9 +397,9 @@
  • - + - isRealtime + isRealtime
    @@ -403,7 +418,7 @@
    @@ -411,9 +426,9 @@
  • - + - description + description
    @@ -432,7 +447,7 @@
    @@ -440,9 +455,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -461,7 +476,7 @@
    diff --git a/Structs/CodeClimateReporter.html b/Structs/CodeClimateReporter.html index 0791e90a8..51b988dc3 100644 --- a/Structs/CodeClimateReporter.html +++ b/Structs/CodeClimateReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as a JSON array in Code Climate format.

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - identifier + identifier
    @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • - + - isRealtime + isRealtime
    @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • - + - description + description
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -460,7 +475,7 @@
    diff --git a/Structs/CollectedLinter.html b/Structs/CollectedLinter.html index 4e61ee803..9692b3544 100644 --- a/Structs/CollectedLinter.html +++ b/Structs/CollectedLinter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -330,10 +345,10 @@

    Represents a file that can compute style violations and corrections for a list of rules.

    -

    A CollectedLinter is only created after a Linter has run its collection steps in Linter.collect(into:).

    +

    A CollectedLinter is only created after a Linter has run its collection steps in Linter.collect(into:).

    - Show on GitHub + Show on GitHub
    @@ -345,9 +360,9 @@
  • - + - file + file
    @@ -367,7 +382,7 @@
    @@ -375,9 +390,9 @@
  • - + - styleViolations(using:) + styleViolations(using:)
    @@ -420,7 +435,7 @@

    All style violations found by this linter.

    @@ -428,9 +443,9 @@
  • - + - styleViolationsAndRuleTimes(using:) + styleViolationsAndRuleTimes(using:)
    @@ -474,7 +489,7 @@

    All style violations found by this linter, and the time spent executing each rule.

    @@ -482,9 +497,9 @@
  • - + - correct(using:) + correct(using:)
    @@ -527,7 +542,7 @@

    All corrections that were applied.

    @@ -535,9 +550,9 @@
  • - + - format(useTabs:indentWidth:) + format(useTabs:indentWidth:)
    @@ -588,7 +603,7 @@
    diff --git a/Structs/Command.html b/Structs/Command.html index 02da124fd..8d69bd02b 100644 --- a/Structs/Command.html +++ b/Structs/Command.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SwiftLint-interpretable command to modify SwiftLint’s behavior embedded as comments in source code.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - Action + Action
    @@ -366,7 +381,7 @@
    @@ -374,9 +389,9 @@
  • - + - Modifier + Modifier
    @@ -397,7 +412,7 @@
    @@ -405,9 +420,9 @@
  • - + - action + action
    @@ -427,7 +442,7 @@
    @@ -435,9 +450,9 @@
  • - + - ruleIdentifiers + ruleIdentifiers
    @@ -457,7 +472,7 @@
    @@ -465,9 +480,9 @@
  • - + - line + line
    @@ -487,7 +502,7 @@
    @@ -495,9 +510,9 @@
  • - + - character + character
    @@ -517,7 +532,7 @@
    @@ -525,9 +540,9 @@
  • - + - modifier + modifier
    @@ -547,7 +562,7 @@
    @@ -555,9 +570,9 @@
  • - + - init(action:ruleIdentifiers:line:character:modifier:trailingComment:) + init(action:ruleIdentifiers:line:character:modifier:trailingComment:)
    @@ -658,7 +673,7 @@
    @@ -666,9 +681,9 @@
  • - + - init(actionString:line:character:) + init(actionString:line:character:)
    @@ -732,7 +747,7 @@
    diff --git a/Structs/Command/Action.html b/Structs/Command/Action.html index 93d3b28e3..25385643c 100644 --- a/Structs/Command/Action.html +++ b/Structs/Command/Action.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    The action (verb) that SwiftLint should perform when interpreting this command.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - enable + enable
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - disable + disable
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - invalid + invalid
    @@ -425,7 +440,7 @@
    diff --git a/Structs/Command/Modifier.html b/Structs/Command/Modifier.html index d60576afb..7faca8a68 100644 --- a/Structs/Command/Modifier.html +++ b/Structs/Command/Modifier.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    The modifier for a command, used to modify its scope.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - previous + previous
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - this + this
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - next + next
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • - + - invalid + invalid
    @@ -455,7 +470,7 @@
    diff --git a/Structs/Configuration.html b/Structs/Configuration.html index edfe1a0e7..6c2947409 100644 --- a/Structs/Configuration.html +++ b/Structs/Configuration.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,7 +348,7 @@

    The configuration struct for SwiftLint. User-defined in the .swiftlint.yml file, drives the behavior of SwiftLint.

    - Show on GitHub + Show on GitHub
    @@ -354,9 +369,9 @@
  • - + - default + default
    @@ -376,7 +391,7 @@
    @@ -384,9 +399,9 @@
  • - + - defaultFileName + defaultFileName
    @@ -406,7 +421,7 @@
    @@ -427,9 +442,9 @@
  • - + - includedPaths + includedPaths
    @@ -449,7 +464,7 @@
    @@ -457,9 +472,9 @@
  • - + - excludedPaths + excludedPaths
    @@ -479,7 +494,7 @@
    @@ -487,9 +502,9 @@
  • - + - indentation + indentation
    @@ -509,7 +524,7 @@
    @@ -517,9 +532,9 @@
  • - + - warningThreshold + warningThreshold
    @@ -539,7 +554,7 @@
    @@ -547,9 +562,9 @@
  • - + - reporter + reporter
    @@ -569,7 +584,7 @@
    @@ -577,9 +592,9 @@
  • - + - cachePath + cachePath
    @@ -599,7 +614,7 @@
    @@ -607,9 +622,9 @@
  • - + - allowZeroLintableFiles + allowZeroLintableFiles
    @@ -629,7 +644,7 @@
    @@ -637,9 +652,9 @@
  • - + - basedOnCustomConfigurationFiles + basedOnCustomConfigurationFiles
    @@ -661,7 +676,7 @@ was used to explicitly specify the default .swiftlint.yml as the co
    @@ -682,9 +697,9 @@ was used to explicitly specify the default .swiftlint.yml as the co
  • - + - rules + rules
    @@ -704,7 +719,7 @@ was used to explicitly specify the default .swiftlint.yml as the co
    @@ -712,9 +727,9 @@ was used to explicitly specify the default .swiftlint.yml as the co
  • - + - rootDirectory + rootDirectory
    @@ -737,7 +752,7 @@ The rootDirectory also serves as the stopping point when searching for nested co
    @@ -745,9 +760,9 @@ The rootDirectory also serves as the stopping point when searching for nested co
  • - + - rulesMode + rulesMode
    @@ -767,7 +782,7 @@ The rootDirectory also serves as the stopping point when searching for nested co
    @@ -788,9 +803,9 @@ The rootDirectory also serves as the stopping point when searching for nested co
  • - + - init(configurationFiles:enableAllRules:cachePath:ignoreParentAndChildConfigs:mockedNetworkResults:useDefaultConfigOnFailure:) + init(configurationFiles:enableAllRules:cachePath:ignoreParentAndChildConfigs:mockedNetworkResults:useDefaultConfigOnFailure:)
    @@ -899,7 +914,7 @@ The rootDirectory also serves as the stopping point when searching for nested co
    @@ -941,7 +956,7 @@ The rootDirectory also serves as the stopping point when searching for nested co @@ -970,7 +985,7 @@ The rootDirectory also serves as the stopping point when searching for nested co @@ -1012,7 +1027,7 @@ The rootDirectory also serves as the stopping point when searching for nested co diff --git a/Structs/Correction.html b/Structs/Correction.html index a42f027b7..23993947e 100644 --- a/Structs/Correction.html +++ b/Structs/Correction.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A value describing a SwiftLint violation that was corrected.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - ruleDescription + ruleDescription
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - location + location
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - consoleDescription + consoleDescription
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • - + - init(ruleDescription:location:) + init(ruleDescription:location:)
    @@ -486,7 +501,7 @@
    diff --git a/Structs/EmojiReporter.html b/Structs/EmojiReporter.html index fcfa221dd..0b36d1d07 100644 --- a/Structs/EmojiReporter.html +++ b/Structs/EmojiReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations in a format that’s both fun and easy to read.

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - identifier + identifier
    @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • - + - isRealtime + isRealtime
    @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • - + - description + description
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -460,7 +475,7 @@
    diff --git a/Structs/Example.html b/Structs/Example.html index b97bee95c..2d924eb21 100644 --- a/Structs/Example.html +++ b/Structs/Example.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -334,7 +349,7 @@ non-triggering style

    - Show on GitHub + Show on GitHub
    @@ -346,9 +361,9 @@ non-triggering style

  • - + - code + code
    @@ -368,7 +383,7 @@ non-triggering style

    @@ -376,9 +391,9 @@ non-triggering style

  • - + - configuration + configuration
    @@ -405,7 +420,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -413,9 +428,9 @@ The structure should match what is expected as a configuration value for the rul
  • - + - testMultiByteOffsets + testMultiByteOffsets
    @@ -440,7 +455,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -448,9 +463,9 @@ The structure should match what is expected as a configuration value for the rul
  • - + - testOnLinux + testOnLinux
    @@ -470,7 +485,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -478,9 +493,9 @@ The structure should match what is expected as a configuration value for the rul
  • - + - file + file
    @@ -500,7 +515,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -508,9 +523,9 @@ The structure should match what is expected as a configuration value for the rul
  • - + - line + line
    @@ -530,7 +545,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -538,9 +553,9 @@ The structure should match what is expected as a configuration value for the rul
  • - + - init(_:configuration:testMultiByteOffsets:testWrappingInComment:testWrappingInString:testDisableCommand:testOnLinux:file:line:excludeFromDocumentation:) + init(_:configuration:testMultiByteOffsets:testWrappingInComment:testWrappingInString:testDisableCommand:testOnLinux:file:line:excludeFromDocumentation:)
    @@ -682,7 +697,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -690,9 +705,9 @@ The structure should match what is expected as a configuration value for the rul
  • - + - with(code:) + with(code:)
    @@ -700,7 +715,7 @@ The structure should match what is expected as a configuration value for the rul
    -

    Returns the same example, but with the code that is passed in

    +

    Returns the same example, but with the code that is passed in

    @@ -731,7 +746,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -739,9 +754,9 @@ The structure should match what is expected as a configuration value for the rul
  • - + - removingViolationMarkers() + removingViolationMarkers()
    @@ -761,7 +776,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -790,7 +805,7 @@ The structure should match what is expected as a configuration value for the rul @@ -819,7 +834,7 @@ The structure should match what is expected as a configuration value for the rul @@ -848,7 +863,7 @@ The structure should match what is expected as a configuration value for the rul diff --git a/Structs/GitHubActionsLoggingReporter.html b/Structs/GitHubActionsLoggingReporter.html index 1b158d7c0..8850af261 100644 --- a/Structs/GitHubActionsLoggingReporter.html +++ b/Structs/GitHubActionsLoggingReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations in the format GitHub-hosted virtual machine for Actions can recognize as messages.

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - identifier + identifier
    @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • - + - isRealtime + isRealtime
    @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • - + - description + description
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -460,7 +475,7 @@
    diff --git a/Structs/GitLabJUnitReporter.html b/Structs/GitLabJUnitReporter.html index 6077c273d..e6252b77c 100644 --- a/Structs/GitLabJUnitReporter.html +++ b/Structs/GitLabJUnitReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as JUnit XML supported by GitLab.

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - identifier + identifier
    @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • - + - isRealtime + isRealtime
    @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • - + - description + description
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -460,7 +475,7 @@
    diff --git a/Structs/HTMLReporter.html b/Structs/HTMLReporter.html index d6c6a3407..76ddb2f81 100644 --- a/Structs/HTMLReporter.html +++ b/Structs/HTMLReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as HTML.

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - identifier + identifier
    @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • - + - isRealtime + isRealtime
    @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • - + - description + description
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -460,7 +475,7 @@
    diff --git a/Structs/JSONReporter.html b/Structs/JSONReporter.html index 85e466a2e..29c84da76 100644 --- a/Structs/JSONReporter.html +++ b/Structs/JSONReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as a JSON array.

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - identifier + identifier
    @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • - + - isRealtime + isRealtime
    @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • - + - description + description
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -460,7 +475,7 @@
    diff --git a/Structs/JUnitReporter.html b/Structs/JUnitReporter.html index 0c3aef664..1bf663f1c 100644 --- a/Structs/JUnitReporter.html +++ b/Structs/JUnitReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as JUnit XML.

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - identifier + identifier
    @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • - + - isRealtime + isRealtime
    @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • - + - description + description
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -460,7 +475,7 @@
    diff --git a/Structs/Linter.html b/Structs/Linter.html index 5048dacb0..15edbbc5d 100644 --- a/Structs/Linter.html +++ b/Structs/Linter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Represents a file that can be linted for style violations and corrections after being collected.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - file + file
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - isCollecting + isCollecting
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - init(file:configuration:cache:compilerArguments:) + init(file:configuration:cache:compilerArguments:)
    @@ -481,7 +496,7 @@
    @@ -489,9 +504,9 @@
  • - + - collect(into:) + collect(into:)
    @@ -534,7 +549,7 @@

    A linter capable of checking for violations after running each rule’s collection step.

    diff --git a/Structs/Location.html b/Structs/Location.html index 35ebfbafd..ef110e618 100644 --- a/Structs/Location.html +++ b/Structs/Location.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    The placement of a segment of Swift in a collection of source files.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - file + file
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - line + line
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - character + character
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • - + - description + description
    @@ -455,7 +470,7 @@
    @@ -463,9 +478,9 @@
  • - + - relativeFile + relativeFile
    @@ -485,7 +500,7 @@
    @@ -493,9 +508,9 @@
  • - + - init(file:line:character:) + init(file:line:character:)
    @@ -558,7 +573,7 @@
    @@ -566,9 +581,9 @@
  • - + - init(file:byteOffset:) + init(file:byteOffset:)
    @@ -620,7 +635,7 @@ Fails if the specified offset was not a valid location in the file.

    @@ -628,9 +643,9 @@ Fails if the specified offset was not a valid location in the file.

  • - + - init(file:position:) + init(file:position:)
    @@ -682,7 +697,7 @@ Fails if the specified offset was not a valid location in the file.

    @@ -690,9 +705,9 @@ Fails if the specified offset was not a valid location in the file.

  • - + - init(file:characterOffset:) + init(file:characterOffset:)
    @@ -744,7 +759,7 @@ Fails if the specified offset was not a valid location in the file.

    @@ -786,7 +801,7 @@ Fails if the specified offset was not a valid location in the file.

    diff --git a/Structs/MarkdownReporter.html b/Structs/MarkdownReporter.html index 43d8c8306..0bd255d97 100644 --- a/Structs/MarkdownReporter.html +++ b/Structs/MarkdownReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as markdown formated (with tables).

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - identifier + identifier
    @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • - + - isRealtime + isRealtime
    @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • - + - description + description
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -460,7 +475,7 @@
    diff --git a/Structs/ReasonedRuleViolation.html b/Structs/ReasonedRuleViolation.html index fffd56b49..d11c16e6a 100644 --- a/Structs/ReasonedRuleViolation.html +++ b/Structs/ReasonedRuleViolation.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A violation produced by ViolationsSyntaxVisitors.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - position + position
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - reason + reason
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - severity + severity
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • - + - init(position:reason:severity:) + init(position:reason:severity:)
    @@ -498,7 +513,7 @@
    @@ -527,7 +542,7 @@ diff --git a/Structs/RegexConfiguration.html b/Structs/RegexConfiguration.html new file mode 100644 index 000000000..fe7a87203 --- /dev/null +++ b/Structs/RegexConfiguration.html @@ -0,0 +1,835 @@ + + + + RegexConfiguration Structure Reference + + + + + + + + + + + + + + + + +
    +

    + + SwiftLintCore 0.51.0 Docs + + (100% documented) +

    + +
    +
    + +
    +
    + +

    + + GitHub + View on GitHub + +

    + +

    + + Dash + Install in Dash + +

    +
    + + + +
    + +
    + +
    +
    +

    RegexConfiguration

    +
    +
    + +
    public struct RegexConfiguration : SeverityBasedRuleConfiguration, Hashable, CacheDescriptionProvider
    + +
    +
    +

    A rule configuration used for defining custom rules in yaml.

    + + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + identifier + +
      +
      +
      +
      +
      +
      +

      The identifier for this custom rule.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public let identifier: String
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + name + +
      +
      +
      +
      +
      +
      +

      The name for this custom rule.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var name: String?
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + message + +
      +
      +
      +
      +
      +
      +

      The message to be presented when producing violations.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var message: String
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + regex + +
      +
      +
      +
      +
      +
      +

      The regular expression to apply to trigger violations for this custom rule.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var regex: NSRegularExpression!
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + included + +
      +
      +
      +
      +
      +
      +

      Regular expressions to include when matching the file path.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var included: [NSRegularExpression]
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + excluded + +
      +
      +
      +
      +
      +
      +

      Regular expressions to exclude when matching the file path.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var excluded: [NSRegularExpression]
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + excludedMatchKinds + +
      +
      +
      +
      +
      +
      +

      The syntax kinds to exclude from matches. If the regex matched syntax kinds from this list, it would +be ignored and not count as a rule violation.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var excludedMatchKinds: Set<SyntaxKind>
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + severityConfiguration + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var severityConfiguration: SeverityConfiguration
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + captureGroup + +
      +
      +
      +
      +
      +
      +

      The index of the regex capture group to match.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var captureGroup: Int
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + consoleDescription + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var consoleDescription: String { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + cacheDescription + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var cacheDescription: String { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + description + +
      +
      +
      +
      +
      +
      +

      The RuleDescription for the custom rule defined here.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var description: RuleDescription { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + init(identifier:) + +
      +
      +
      +
      +
      +
      +

      Create a RegexConfiguration with the specified identifier, with other properties to be set later.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public init(identifier: String)
      + +
      +
      +
      +

      Parameters

      + + + + + + + +
      + + identifier + + +
      +

      The rule identifier to use.

      +
      +
      +
      + +
      +
      +
    • +
    • +
      + + + + apply(configuration:) + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public mutating func apply(configuration: Any) throws
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + hash(into:) + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public func hash(into hasher: inout Hasher)
      + +
      +
      + +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/Structs/Region.html b/Structs/Region.html index d7d34b0bd..dd4e1c45f 100644 --- a/Structs/Region.html +++ b/Structs/Region.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A contiguous region of Swift source code.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - start + start
    @@ -366,7 +381,7 @@
    @@ -374,9 +389,9 @@
  • - + - end + end
    @@ -397,7 +412,7 @@
    @@ -405,9 +420,9 @@
  • - + - disabledRuleIdentifiers + disabledRuleIdentifiers
    @@ -427,7 +442,7 @@
    @@ -435,9 +450,9 @@
  • - + - init(start:end:disabledRuleIdentifiers:) + init(start:end:disabledRuleIdentifiers:)
    @@ -500,7 +515,7 @@
    @@ -508,9 +523,9 @@
  • - + - contains(_:) + contains(_:)
    @@ -553,7 +568,7 @@

    True if the specific location is contained in this region.

    @@ -561,9 +576,9 @@
  • - + - isRuleEnabled(_:) + isRuleEnabled(_:)
    @@ -606,7 +621,7 @@

    True if the specified rule is enabled in this region.

    @@ -614,9 +629,9 @@
  • - + - isRuleDisabled(_:) + isRuleDisabled(_:)
    @@ -659,7 +674,7 @@

    True if the specified rule is disabled in this region.

    @@ -667,9 +682,9 @@
  • - + - deprecatedAliasesDisabling(rule:) + deprecatedAliasesDisabling(rule:)
    @@ -713,7 +728,7 @@ Returns the empty set if the rule isn’t disabled in this region.

    Deprecated rule aliases.

    diff --git a/Structs/RelativePathReporter.html b/Structs/RelativePathReporter.html index f1a60b993..df0f2c7fe 100644 --- a/Structs/RelativePathReporter.html +++ b/Structs/RelativePathReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations with relative paths.

    - Show on GitHub + Show on GitHub
    @@ -352,9 +367,9 @@
  • - + - identifier + identifier
    @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • - + - isRealtime + isRealtime
    @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • - + - description + description
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - generateReport(_:) + generateReport(_:)
    @@ -460,7 +475,7 @@
    diff --git a/Structs/RuleDescription.html b/Structs/RuleDescription.html index 6e4c6109c..cf304926e 100644 --- a/Structs/RuleDescription.html +++ b/Structs/RuleDescription.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A detailed description for a SwiftLint rule. Used for both documentation and testing purposes.

    - Show on GitHub + Show on GitHub
    @@ -343,9 +358,9 @@
  • - + - identifier + identifier
    @@ -366,7 +381,7 @@ Should be short and only comprised of lowercase latin alphabet letters and under
    @@ -374,9 +389,9 @@ Should be short and only comprised of lowercase latin alphabet letters and under
  • - + - name + name
    @@ -396,7 +411,7 @@ Should be short and only comprised of lowercase latin alphabet letters and under
    @@ -404,9 +419,9 @@ Should be short and only comprised of lowercase latin alphabet letters and under
  • - + - description + description
    @@ -427,7 +442,7 @@ explanation of the rule’s purpose and rationale.

    @@ -435,9 +450,9 @@ explanation of the rule’s purpose and rationale.

  • - + - kind + kind
    @@ -457,7 +472,7 @@ explanation of the rule’s purpose and rationale.

    @@ -465,9 +480,9 @@ explanation of the rule’s purpose and rationale.

  • - + - nonTriggeringExamples + nonTriggeringExamples
    @@ -492,7 +507,7 @@ any violations for these examples.

    @@ -500,9 +515,9 @@ any violations for these examples.

  • - + - triggeringExamples + triggeringExamples
    @@ -529,7 +544,7 @@ violations for these examples wherever markers are located.

    @@ -537,9 +552,9 @@ violations for these examples wherever markers are located.

  • - + - corrections + corrections
    @@ -565,7 +580,7 @@ validate that the rule corrects all keys to their corresponding values.

    @@ -573,9 +588,9 @@ validate that the rule corrects all keys to their corresponding values.

  • - + - deprecatedAliases + deprecatedAliases
    @@ -595,7 +610,7 @@ validate that the rule corrects all keys to their corresponding values.

    @@ -603,9 +618,9 @@ validate that the rule corrects all keys to their corresponding values.

  • - + - minSwiftVersion + minSwiftVersion
    @@ -625,7 +640,7 @@ validate that the rule corrects all keys to their corresponding values.

    @@ -633,9 +648,9 @@ validate that the rule corrects all keys to their corresponding values.

  • - + - requiresFileOnDisk + requiresFileOnDisk
    @@ -656,7 +671,7 @@ conforming to AnalyzerRule
    @@ -664,9 +679,9 @@ conforming to AnalyzerRule
    - + - consoleDescription + consoleDescription
    @@ -686,7 +701,7 @@ conforming to AnalyzerRule
    @@ -694,9 +709,9 @@ conforming to AnalyzerRule
    @@ -716,7 +731,7 @@ conforming to AnalyzerRule
    @@ -724,9 +739,9 @@ conforming to AnalyzerRule
    @@ -762,7 +777,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s identifier property.

    +

    Sets the description’s identifier property.

    @@ -774,7 +789,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s name property.

    +

    Sets the description’s name property.

    @@ -786,7 +801,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s description property.

    +

    Sets the description’s description property.

    @@ -798,7 +813,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s kind property.

    +

    Sets the description’s kind property.

    @@ -810,7 +825,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s minSwiftVersion property.

    +

    Sets the description’s minSwiftVersion property.

    @@ -822,7 +837,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s nonTriggeringExamples property.

    +

    Sets the description’s nonTriggeringExamples property.

    @@ -834,7 +849,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s triggeringExamples property.

    +

    Sets the description’s triggeringExamples property.

    @@ -846,7 +861,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s corrections property.

    +

    Sets the description’s corrections property.

    @@ -858,7 +873,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s deprecatedAliases property.

    +

    Sets the description’s deprecatedAliases property.

    @@ -870,7 +885,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s requiresFileOnDisk property.

    +

    Sets the description’s requiresFileOnDisk property.

    @@ -878,7 +893,7 @@ conforming to AnalyzerRule
    @@ -920,7 +935,7 @@ conforming to AnalyzerRule diff --git a/Structs/RuleList.html b/Structs/RuleList.html index c9d847a88..ac419d6c6 100644 --- a/Structs/RuleList.html +++ b/Structs/RuleList.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@

    A list of available SwiftLint rules.

    @@ -344,9 +359,9 @@
  • - + - list + list
    @@ -366,7 +381,7 @@
    @@ -387,9 +402,9 @@
  • @@ -428,7 +443,7 @@
    @@ -436,9 +451,9 @@
  • @@ -477,7 +492,7 @@
    @@ -506,7 +521,7 @@ diff --git a/Structs/RuleListDocumentation.html b/Structs/RuleListDocumentation.html index 4a5eb3d92..ebd34dd56 100644 --- a/Structs/RuleListDocumentation.html +++ b/Structs/RuleListDocumentation.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    User-facing documentation for a SwiftLint RuleList.

    @@ -343,9 +358,9 @@
  • - + - init(_:) + init(_:)
    @@ -384,7 +399,7 @@
    @@ -392,9 +407,9 @@
  • @@ -438,7 +453,7 @@
    diff --git a/Structs/RuleParameter.html b/Structs/RuleParameter.html index 2da002bdd..1ae4e79e2 100644 --- a/Structs/RuleParameter.html +++ b/Structs/RuleParameter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A configuration parameter for rules.

    @@ -343,9 +358,9 @@
  • - + - severity + severity
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - value + value
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -456,7 +471,7 @@
    diff --git a/Structs/SeverityConfiguration.html b/Structs/SeverityConfiguration.html new file mode 100644 index 000000000..daf74e821 --- /dev/null +++ b/Structs/SeverityConfiguration.html @@ -0,0 +1,506 @@ + + + + SeverityConfiguration Structure Reference + + + + + + + + + + + + + + + + +
    +

    + + SwiftLintCore 0.51.0 Docs + + (100% documented) +

    + +
    +
    + +
    +
    + +

    + + GitHub + View on GitHub + +

    + +

    + + Dash + Install in Dash + +

    +
    + + + +
    + +
    + +
    +
    +

    SeverityConfiguration

    +
    +
    + +
    public struct SeverityConfiguration : SeverityBasedRuleConfiguration, Equatable
    + +
    +
    +

    A rule configuration that allows specifying the desired severity level for violations.

    + + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + consoleDescription + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var consoleDescription: String { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + severityConfiguration + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var severityConfiguration: SeverityConfiguration { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + init(_:) + +
      +
      +
      +
      +
      +
      +

      Create a SeverityConfiguration with the specified severity.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public init(_ severity: ViolationSeverity)
      + +
      +
      +
      +

      Parameters

      + + + + + + + +
      + + severity + + +
      +

      The severity that should be used when emitting violations.

      +
      +
      +
      + +
      +
      +
    • +
    • +
      + + + + apply(configuration:) + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public mutating func apply(configuration: Any) throws
      + +
      +
      + +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/Structs/SeverityLevelsConfiguration.html b/Structs/SeverityLevelsConfiguration.html new file mode 100644 index 000000000..00a408c64 --- /dev/null +++ b/Structs/SeverityLevelsConfiguration.html @@ -0,0 +1,609 @@ + + + + SeverityLevelsConfiguration Structure Reference + + + + + + + + + + + + + + + + +
    +

    + + SwiftLintCore 0.51.0 Docs + + (100% documented) +

    + +
    +
    + +
    +
    + +

    + + GitHub + View on GitHub + +

    + +

    + + Dash + Install in Dash + +

    +
    + + + +
    + +
    + +
    +
    +

    SeverityLevelsConfiguration

    +
    +
    + +
    public struct SeverityLevelsConfiguration : RuleConfiguration, Equatable
    + +
    +
    +

    A rule configuration that allows specifying thresholds for warning and error severities.

    + + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + consoleDescription + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var consoleDescription: String { get }
      + +
      +
      + +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      A condensed console description.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var shortConsoleDescription: String { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + warning + +
      +
      +
      +
      +
      +
      +

      The threshold for a violation to be a warning.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var warning: Int
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + error + +
      +
      +
      +
      +
      +
      +

      The threshold for a violation to be an error.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var error: Int?
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + init(warning:error:) + +
      +
      +
      +
      +
      +
      +

      Create a SeverityLevelsConfiguration based on the sepecified warning and error thresholds.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public init(warning: Int, error: Int? = nil)
      + +
      +
      +
      +

      Parameters

      + + + + + + + + + + + +
      + + warning + + +
      +

      The threshold for a violation to be a warning.

      +
      +
      + + error + + +
      +

      The threshold for a violation to be an error.

      +
      +
      +
      + +
      +
      +
    • +
    • +
      + + + + params + +
      +
      +
      +
      +
      +
      +

      The rule parameters that define the thresholds that should map to each severity.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var params: [RuleParameter<Int>] { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + apply(configuration:) + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public mutating func apply(configuration: Any) throws
      + +
      +
      + +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/Structs/SonarQubeReporter.html b/Structs/SonarQubeReporter.html index b789af001..ca0bc463a 100644 --- a/Structs/SonarQubeReporter.html +++ b/Structs/SonarQubeReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations in SonarQube import format.

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/Structs/Stack.html b/Structs/Stack.html index ad021bb9c..b692deeea 100644 --- a/Structs/Stack.html +++ b/Structs/Stack.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@

    A basic stack type implementing the LIFO principle - only the last inserted element can be accessed and removed.

    @@ -344,9 +359,9 @@
  • - + - init() + init()
    @@ -366,7 +381,7 @@
    @@ -374,9 +389,9 @@
  • - + - isEmpty + isEmpty
    @@ -396,7 +411,7 @@
    @@ -404,9 +419,9 @@
  • - + - count + count
    @@ -426,7 +441,7 @@
    @@ -434,9 +449,9 @@
  • - + - push(_:) + push(_:)
    @@ -475,7 +490,7 @@
    @@ -483,9 +498,9 @@
  • - + - pop() + pop()
    @@ -510,7 +525,7 @@

    The last element of the stack if the stack is not empty; otherwise, nil.

    @@ -518,9 +533,9 @@
  • - + - peek() + peek()
    @@ -540,7 +555,7 @@
    @@ -582,7 +597,7 @@ diff --git a/Structs/StyleViolation.html b/Structs/StyleViolation.html index 2a71ebb50..c3a9b816c 100644 --- a/Structs/StyleViolation.html +++ b/Structs/StyleViolation.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A value describing an instance of Swift source code that is considered invalid by a SwiftLint rule.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - ruleName + ruleName
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • - + - severity + severity
    @@ -455,7 +470,7 @@
    @@ -463,9 +478,9 @@
  • - + - location + location
    @@ -485,7 +500,7 @@
    @@ -493,9 +508,9 @@
  • - + - reason + reason
    @@ -515,7 +530,7 @@
    @@ -523,9 +538,9 @@
  • @@ -545,7 +560,7 @@
    @@ -553,9 +568,9 @@
  • @@ -634,7 +649,7 @@
    @@ -642,9 +657,9 @@
  • @@ -652,7 +667,7 @@
    -

    Returns the same violation, but with the severity that is passed in

    +

    Returns the same violation, but with the severity that is passed in

    @@ -683,7 +698,7 @@
    @@ -691,9 +706,9 @@
  • @@ -701,7 +716,7 @@
    -

    Returns the same violation, but with the location that is passed in

    +

    Returns the same violation, but with the location that is passed in

    @@ -732,7 +747,7 @@
    diff --git a/Structs/SummaryReporter.html b/Structs/SummaryReporter.html index 6bde21f4d..56061de6a 100644 --- a/Structs/SummaryReporter.html +++ b/Structs/SummaryReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports a summary table of all violations

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/Structs/SwiftLintSyntaxMap.html b/Structs/SwiftLintSyntaxMap.html index b15f8a55f..1b2cc928a 100644 --- a/Structs/SwiftLintSyntaxMap.html +++ b/Structs/SwiftLintSyntaxMap.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Represents a Swift file’s syntax information.

    @@ -343,9 +358,9 @@
  • - + - value + value
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - tokens + tokens
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -444,7 +459,7 @@
    @@ -452,9 +467,9 @@
  • @@ -497,7 +512,7 @@

    The array of syntax tokens intersecting with byte range.

    @@ -505,9 +520,9 @@
  • @@ -550,7 +565,7 @@

    The syntax kinds in the specified byte range.

    diff --git a/Structs/SwiftLintSyntaxToken.html b/Structs/SwiftLintSyntaxToken.html index 9ef54c700..571bc274d 100644 --- a/Structs/SwiftLintSyntaxToken.html +++ b/Structs/SwiftLintSyntaxToken.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SwiftLint-aware Swift syntax token.

    @@ -343,9 +358,9 @@
  • - + - value + value
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - kind + kind
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -444,7 +459,7 @@
    @@ -452,9 +467,9 @@
  • - + - range + range
    @@ -474,7 +489,7 @@
    @@ -482,9 +497,9 @@
  • - + - offset + offset
    @@ -504,7 +519,7 @@
    @@ -512,9 +527,9 @@
  • - + - length + length
    @@ -534,7 +549,7 @@
    diff --git a/Structs/SwiftVersion.html b/Structs/SwiftVersion.html index 3be732459..403789147 100644 --- a/Structs/SwiftVersion.html +++ b/Structs/SwiftVersion.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A value describing the version of the Swift compiler.

    @@ -364,7 +379,7 @@ @@ -393,7 +408,7 @@ @@ -422,7 +437,7 @@ @@ -451,7 +466,7 @@ @@ -459,9 +474,9 @@
  • - + - five + five
    @@ -481,7 +496,7 @@
    @@ -489,9 +504,9 @@
  • @@ -511,7 +526,7 @@
    @@ -519,9 +534,9 @@
  • @@ -541,7 +556,7 @@
    @@ -549,9 +564,9 @@
  • @@ -571,7 +586,7 @@
    @@ -579,9 +594,9 @@
  • @@ -601,7 +616,7 @@
    @@ -609,9 +624,9 @@
  • @@ -631,7 +646,7 @@
    @@ -639,9 +654,9 @@
  • @@ -661,7 +676,7 @@
    @@ -669,9 +684,9 @@
  • @@ -691,7 +706,7 @@
    @@ -699,9 +714,9 @@
  • - + - current + current
    @@ -726,7 +741,7 @@
    diff --git a/Structs/Version.html b/Structs/Version.html index d9975fcc4..ce2c5f7e1 100644 --- a/Structs/Version.html +++ b/Structs/Version.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A type describing the SwiftLint version.

    @@ -343,9 +358,9 @@
  • - + - value + value
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - current + current
    @@ -395,7 +410,7 @@
    diff --git a/Structs/XcodeReporter.html b/Structs/XcodeReporter.html index 66bea4899..080f758db 100644 --- a/Structs/XcodeReporter.html +++ b/Structs/XcodeReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations in the format Xcode uses to display in the IDE. (default)

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/Structs/YamlParser.html b/Structs/YamlParser.html index d778da6be..57ed2150c 100644 --- a/Structs/YamlParser.html +++ b/Structs/YamlParser.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    An interface for parsing YAML.

    @@ -343,9 +358,9 @@
  • @@ -406,7 +421,7 @@

    The parsed YAML as an untyped dictionary.

    diff --git a/accessibility_label_for_image.html b/accessibility_label_for_image.html index e9ed601c7..b07a060f8 100644 --- a/accessibility_label_for_image.html +++ b/accessibility_label_for_image.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables
  • @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/accessibility_trait_for_button.html b/accessibility_trait_for_button.html index a51a6f2ea..9ab6bd403 100644 --- a/accessibility_trait_for_button.html +++ b/accessibility_trait_for_button.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/anonymous_argument_in_multiline_closure.html b/anonymous_argument_in_multiline_closure.html index aab3ad3fd..f22725bd2 100644 --- a/anonymous_argument_in_multiline_closure.html +++ b/anonymous_argument_in_multiline_closure.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/anyobject_protocol.html b/anyobject_protocol.html index 6e26f2cb1..bbdf688a4 100644 --- a/anyobject_protocol.html +++ b/anyobject_protocol.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/array_init.html b/array_init.html index 4b77dd914..fb0158b72 100644 --- a/array_init.html +++ b/array_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/attributes.html b/attributes.html index 0aca9ca82..9079e2c91 100644 --- a/attributes.html +++ b/attributes.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/balanced_xctest_lifecycle.html b/balanced_xctest_lifecycle.html index a5760d9fe..f586cc09d 100644 --- a/balanced_xctest_lifecycle.html +++ b/balanced_xctest_lifecycle.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/blanket_disable_command.html b/blanket_disable_command.html index 3f6f1b176..a7910e238 100644 --- a/blanket_disable_command.html +++ b/blanket_disable_command.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/block_based_kvo.html b/block_based_kvo.html index 3de73dfb1..1aac22e53 100644 --- a/block_based_kvo.html +++ b/block_based_kvo.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/capture_variable.html b/capture_variable.html index 24601650c..580ca66dc 100644 --- a/capture_variable.html +++ b/capture_variable.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/class_delegate_protocol.html b/class_delegate_protocol.html index 2120fa21f..eb8bb76ac 100644 --- a/class_delegate_protocol.html +++ b/class_delegate_protocol.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/closing_brace.html b/closing_brace.html index 20d489327..dae63f780 100644 --- a/closing_brace.html +++ b/closing_brace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/closure_body_length.html b/closure_body_length.html index 791bd24d8..ebebfc0c4 100644 --- a/closure_body_length.html +++ b/closure_body_length.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/closure_end_indentation.html b/closure_end_indentation.html index 90f254d5c..2a0c6e842 100644 --- a/closure_end_indentation.html +++ b/closure_end_indentation.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/closure_parameter_position.html b/closure_parameter_position.html index 3381454d5..fe211e872 100644 --- a/closure_parameter_position.html +++ b/closure_parameter_position.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/closure_spacing.html b/closure_spacing.html index 1296bc1e3..48e316570 100644 --- a/closure_spacing.html +++ b/closure_spacing.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/collection_alignment.html b/collection_alignment.html index 53e6bc4a5..8b20e1079 100644 --- a/collection_alignment.html +++ b/collection_alignment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/colon.html b/colon.html index f15d245bb..b9f8a07fe 100644 --- a/colon.html +++ b/colon.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/comma.html b/comma.html index d2c2e22fa..2c5aeb658 100644 --- a/comma.html +++ b/comma.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/comma_inheritance.html b/comma_inheritance.html index 3d98b72fa..13bb3826b 100644 --- a/comma_inheritance.html +++ b/comma_inheritance.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/comment_spacing.html b/comment_spacing.html index 26372dcd5..898d0604b 100644 --- a/comment_spacing.html +++ b/comment_spacing.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/compiler_protocol_init.html b/compiler_protocol_init.html index 1913b223a..aa8ad006c 100644 --- a/compiler_protocol_init.html +++ b/compiler_protocol_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/computed_accessors_order.html b/computed_accessors_order.html index 0a7e0f01b..d7cc7385f 100644 --- a/computed_accessors_order.html +++ b/computed_accessors_order.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/conditional_returns_on_newline.html b/conditional_returns_on_newline.html index 318943410..07b1effa3 100644 --- a/conditional_returns_on_newline.html +++ b/conditional_returns_on_newline.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/contains_over_filter_count.html b/contains_over_filter_count.html index 099c14b1a..2c87ebfe1 100644 --- a/contains_over_filter_count.html +++ b/contains_over_filter_count.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/contains_over_filter_is_empty.html b/contains_over_filter_is_empty.html index 20d92f586..524e11932 100644 --- a/contains_over_filter_is_empty.html +++ b/contains_over_filter_is_empty.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/contains_over_first_not_nil.html b/contains_over_first_not_nil.html index 63cac0b8d..354a22e85 100644 --- a/contains_over_first_not_nil.html +++ b/contains_over_first_not_nil.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/contains_over_range_nil_comparison.html b/contains_over_range_nil_comparison.html index b645778ff..348f2e665 100644 --- a/contains_over_range_nil_comparison.html +++ b/contains_over_range_nil_comparison.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/control_statement.html b/control_statement.html index 0d6644d4b..0edc5ca81 100644 --- a/control_statement.html +++ b/control_statement.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/convenience_type.html b/convenience_type.html index 57594e053..fde725ce3 100644 --- a/convenience_type.html +++ b/convenience_type.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/custom_rules.html b/custom_rules.html index 6da644ddf..fe8e6e89a 100644 --- a/custom_rules.html +++ b/custom_rules.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/cyclomatic_complexity.html b/cyclomatic_complexity.html index 8a8150620..5222c55b9 100644 --- a/cyclomatic_complexity.html +++ b/cyclomatic_complexity.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/deployment_target.html b/deployment_target.html index fadd8ebd7..c07dabf7c 100644 --- a/deployment_target.html +++ b/deployment_target.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/direct_return.html b/direct_return.html index e8cced6de..6a8a35fa6 100644 --- a/direct_return.html +++ b/direct_return.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/discarded_notification_center_observer.html b/discarded_notification_center_observer.html index 43ef0fa4b..13ff871e6 100644 --- a/discarded_notification_center_observer.html +++ b/discarded_notification_center_observer.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/discouraged_assert.html b/discouraged_assert.html index 42c84e8a0..c55abb1c4 100644 --- a/discouraged_assert.html +++ b/discouraged_assert.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/discouraged_direct_init.html b/discouraged_direct_init.html index 349d45c5e..e955ebd69 100644 --- a/discouraged_direct_init.html +++ b/discouraged_direct_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/discouraged_none_name.html b/discouraged_none_name.html index e0585207b..2114b63ff 100644 --- a/discouraged_none_name.html +++ b/discouraged_none_name.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/discouraged_object_literal.html b/discouraged_object_literal.html index 2e8ecaf19..215637fdd 100644 --- a/discouraged_object_literal.html +++ b/discouraged_object_literal.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/discouraged_optional_boolean.html b/discouraged_optional_boolean.html index dde95a31d..68b9a62a8 100644 --- a/discouraged_optional_boolean.html +++ b/discouraged_optional_boolean.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/discouraged_optional_collection.html b/discouraged_optional_collection.html index 101a477b4..8a9d6a641 100644 --- a/discouraged_optional_collection.html +++ b/discouraged_optional_collection.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Info.plist b/docsets/SwiftLintCore.docset/Contents/Info.plist similarity index 81% rename from docsets/SwiftLintFramework.docset/Contents/Info.plist rename to docsets/SwiftLintCore.docset/Contents/Info.plist index 6209ef44f..ba8254a4b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Info.plist +++ b/docsets/SwiftLintCore.docset/Contents/Info.plist @@ -3,11 +3,11 @@ CFBundleIdentifier - com.jazzy.swiftlintframework + com.jazzy.swiftlintcore CFBundleName - SwiftLintFramework + SwiftLintCore DocSetPlatformFamily - swiftlintframework + swiftlintcore isDashDocset dashIndexFilePath diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes.html index 09a8a97a2..af09f8025 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • @@ -356,7 +371,7 @@
    @@ -364,9 +379,9 @@
  • @@ -387,7 +402,7 @@
    @@ -395,9 +410,9 @@
  • @@ -418,7 +433,7 @@
    @@ -426,9 +441,9 @@
  • @@ -449,7 +464,7 @@
    @@ -457,9 +472,9 @@
  • @@ -481,7 +496,7 @@
    @@ -489,9 +504,9 @@
  • @@ -512,7 +527,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/CustomRuleTimer.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/CustomRuleTimer.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/CustomRuleTimer.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/CustomRuleTimer.html index 0807b8106..f3e14e229 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/CustomRuleTimer.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/CustomRuleTimer.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Utility to measure the time spent in each custom rule.

    @@ -343,9 +358,9 @@
  • - + - shared + shared
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - dump() + dump()
    @@ -425,7 +440,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/LinterCache.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/LinterCache.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/LinterCache.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/LinterCache.html index 0e10f3c07..24eea9494 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/LinterCache.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/LinterCache.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A persisted cache for storing and retrieving linter results.

    @@ -343,9 +358,9 @@
  • @@ -396,7 +411,7 @@
    @@ -404,9 +419,9 @@
  • - + - save() + save()
    @@ -432,7 +447,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/RuleRegistry.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/RuleRegistry.html similarity index 87% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/RuleRegistry.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/RuleRegistry.html index 6126e84ba..a9348e69c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/RuleRegistry.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/RuleRegistry.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Container to register and look up SwiftLint rules.

    @@ -343,9 +358,9 @@
  • - + - shared + shared
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - list + list
    @@ -402,7 +417,7 @@ immutable once looked up.

    @@ -410,9 +425,9 @@ immutable once looked up.

  • @@ -451,7 +466,7 @@ immutable once looked up.

    @@ -459,9 +474,9 @@ immutable once looked up.

  • @@ -504,37 +519,7 @@ immutable once looked up.

    The rule matching the specified ID, if one was found.

    - - -
  • -
  • - -
    -
    -
    -
    -
    -

    Register all rules. Should only be called once before any SwiftLint code is executed.

    - -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public static func registerAllRulesOnce()
    - -
    -
    -
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/RuleStorage.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/RuleStorage.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/RuleStorage.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/RuleStorage.html index 94ca47046..b8bd0ae59 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/RuleStorage.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/RuleStorage.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A storage mechanism for aggregating the results of CollectingRules.

    @@ -364,7 +379,7 @@ @@ -372,9 +387,9 @@
  • - + - init() + init()
    @@ -394,7 +409,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/SwiftLintFile.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/SwiftLintFile.html similarity index 88% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/SwiftLintFile.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/SwiftLintFile.html index 2dde29fc1..c42ae4b40 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/SwiftLintFile.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/SwiftLintFile.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@

    A unit of Swift source code, either on disk or in memory.

    @@ -344,9 +359,9 @@
  • - + - file + file
    @@ -366,7 +381,7 @@
    @@ -374,9 +389,9 @@
  • @@ -396,7 +411,7 @@
    @@ -404,9 +419,9 @@
  • @@ -445,7 +460,7 @@
    @@ -453,9 +468,9 @@
  • @@ -495,7 +510,7 @@ Fails if the file does not exist.

    @@ -503,9 +518,9 @@ Fails if the file does not exist.

  • @@ -545,7 +560,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    @@ -553,9 +568,9 @@ one does not read its contents immediately, but rather traps at runtime when att
  • @@ -594,7 +609,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    @@ -602,9 +617,9 @@ one does not read its contents immediately, but rather traps at runtime when att
  • - + - path + path
    @@ -624,7 +639,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    @@ -632,9 +647,9 @@ one does not read its contents immediately, but rather traps at runtime when att
  • - + - contents + contents
    @@ -654,7 +669,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    @@ -662,9 +677,9 @@ one does not read its contents immediately, but rather traps at runtime when att
  • @@ -684,7 +699,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    @@ -692,9 +707,9 @@ one does not read its contents immediately, but rather traps at runtime when att
  • - + - lines + lines
    @@ -714,7 +729,7 @@ one does not read its contents immediately, but rather traps at runtime when att
    @@ -756,7 +771,7 @@ one does not read its contents immediately, but rather traps at runtime when att @@ -785,7 +800,7 @@ one does not read its contents immediately, but rather traps at runtime when att diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/ViolationsSyntaxVisitor.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/ViolationsSyntaxVisitor.html similarity index 85% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/ViolationsSyntaxVisitor.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/ViolationsSyntaxVisitor.html index d241bb073..365ca27ca 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Classes/ViolationsSyntaxVisitor.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/ViolationsSyntaxVisitor.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SwiftSyntax SyntaxVisitor that produces absolute positions where violations should be reported.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -424,7 +439,7 @@
    @@ -432,9 +447,9 @@
  • @@ -453,7 +468,7 @@
    @@ -461,9 +476,9 @@
  • @@ -482,7 +497,7 @@
    @@ -490,9 +505,9 @@
  • @@ -511,7 +526,7 @@
    @@ -519,9 +534,9 @@
  • @@ -540,7 +555,7 @@
    @@ -548,9 +563,9 @@
  • @@ -569,7 +584,7 @@
    @@ -577,9 +592,9 @@
  • @@ -598,7 +613,7 @@
    @@ -606,9 +621,9 @@
  • @@ -627,7 +642,7 @@
    @@ -635,9 +650,9 @@
  • @@ -656,7 +671,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums.html similarity index 84% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums.html index 628cb2fd7..feefb5673 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • @@ -356,7 +371,7 @@
    @@ -364,9 +379,9 @@
  • @@ -393,7 +408,7 @@
    @@ -401,9 +416,9 @@
  • @@ -424,7 +439,7 @@
    @@ -432,9 +447,9 @@
  • @@ -455,7 +470,7 @@
    @@ -463,9 +478,9 @@
  • - + - RuleKind + RuleKind
    @@ -486,7 +501,7 @@
    @@ -494,9 +509,9 @@
  • @@ -517,7 +532,7 @@
    @@ -525,9 +540,40 @@
  • - + + + SwiftExpressionKind + +
    +
    +
    +
    +
    +
    +

    The kind of expression for a contiguous set of Swift source tokens.

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public enum SwiftExpressionKind : String
    + +
    +
    + +
    +
    +
  • +
  • +
    @@ -548,7 +594,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/AccessControlLevel.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/AccessControlLevel.html similarity index 83% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/AccessControlLevel.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/AccessControlLevel.html index ab94901cb..bb935e1be 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/AccessControlLevel.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/AccessControlLevel.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -337,7 +352,7 @@ @@ -349,9 +364,9 @@
  • - + - private + private
    @@ -371,7 +386,7 @@
    @@ -379,9 +394,9 @@
  • @@ -401,7 +416,7 @@
    @@ -409,9 +424,9 @@
  • - + - internal + internal
    @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • - + - public + public
    @@ -461,7 +476,7 @@
    @@ -469,9 +484,9 @@
  • - + - open + open
    @@ -491,7 +506,7 @@
    @@ -499,9 +514,9 @@
  • @@ -516,7 +531,7 @@

    Declaration

    Swift

    -
    public init?(description value: String)
    +
    public init?(description value: String)
    @@ -540,7 +555,7 @@ @@ -564,12 +579,12 @@

    Declaration

    Swift

    -
    public var description: String { get }
    +
    public var description: String { get }
    @@ -577,9 +592,9 @@
  • @@ -587,19 +602,19 @@
    -

    Returns true if is private or fileprivate

    +

    Returns true if is private or fileprivate

    Declaration

    Swift

    -
    public var isPrivate: Bool { get }
    +
    public var isPrivate: Bool { get }
    @@ -623,12 +638,12 @@

    Declaration

    Swift

    -
    public static func < (lhs: AccessControlLevel, rhs: AccessControlLevel) -> Bool
    +
    public static func < (lhs: AccessControlLevel, rhs: AccessControlLevel) -> Bool
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/ConfigurationError.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/ConfigurationError.html similarity index 88% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/ConfigurationError.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/ConfigurationError.html index 02283015a..f6d6cdacd 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/ConfigurationError.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/ConfigurationError.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    All possible configuration errors.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • @@ -455,7 +470,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/ExecutableInfo.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/ExecutableInfo.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/ExecutableInfo.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/ExecutableInfo.html index be0f4689b..5b4c1a92f 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/ExecutableInfo.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/ExecutableInfo.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Information about this executable.

    @@ -343,9 +358,9 @@
  • - + - buildID + buildID
    @@ -365,7 +380,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/RuleIdentifier.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/RuleIdentifier.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/RuleIdentifier.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/RuleIdentifier.html index 91e8abbe6..859867ab8 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/RuleIdentifier.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/RuleIdentifier.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    An identifier representing a SwiftLint rule, or all rules.

    @@ -352,9 +367,9 @@
  • - + - all + all
    @@ -376,7 +391,7 @@ file.

    @@ -384,9 +399,9 @@ file.

  • @@ -406,7 +421,7 @@ file.

    @@ -427,9 +442,9 @@ file.

  • @@ -449,7 +464,7 @@ file.

    @@ -470,9 +485,9 @@ file.

  • - + - init(_:) + init(_:)
    @@ -511,7 +526,7 @@ file.

    @@ -553,7 +568,7 @@ file.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/RuleKind.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/RuleKind.html similarity index 88% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/RuleKind.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/RuleKind.html index 5e3e82fa0..7a442b72e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/RuleKind.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/RuleKind.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    All the possible rule kinds (categories).

    @@ -343,9 +358,9 @@
  • - + - lint + lint
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - style + style
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • - + - metrics + metrics
    @@ -455,7 +470,7 @@
    @@ -463,9 +478,9 @@
  • @@ -485,7 +500,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/RuleListError.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/RuleListError.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/RuleListError.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/RuleListError.html index 3abba9bf4..60fa30578 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/RuleListError.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/RuleListError.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    All possible rule list configuration errors.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    diff --git a/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/SwiftExpressionKind.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/SwiftExpressionKind.html new file mode 100644 index 000000000..b4b564437 --- /dev/null +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/SwiftExpressionKind.html @@ -0,0 +1,580 @@ + + + + SwiftExpressionKind Enumeration Reference + + + + + + + + + + + + + + + + +
    +

    + + SwiftLintCore 0.51.0 Docs + + (100% documented) +

    + +
    +
    + +
    +
    + +

    + + GitHub + View on GitHub + +

    + +

    + + Dash + Install in Dash + +

    +
    + + + +
    + +
    + +
    +
    +

    SwiftExpressionKind

    +
    +
    + +
    public enum SwiftExpressionKind : String
    + +
    +
    +

    The kind of expression for a contiguous set of Swift source tokens.

    + + +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    + + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/ViolationSeverity.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/ViolationSeverity.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/ViolationSeverity.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/ViolationSeverity.html index 382690117..087f0e336 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Enums/ViolationSeverity.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Enums/ViolationSeverity.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    The magnitude of a StyleViolation.

    @@ -343,9 +358,9 @@
  • - + - warning + warning
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - error + error
    @@ -395,7 +410,7 @@
    @@ -437,7 +452,7 @@ diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Extensions.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Extensions.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Extensions.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Extensions.html index dea387d92..794df532e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Extensions.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Extensions.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Extensions/Array.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Extensions/Array.html similarity index 88% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Extensions/Array.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Extensions/Array.html index 507307dfa..52a97acf5 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Extensions/Array.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Extensions/Array.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -351,9 +366,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -403,7 +418,7 @@
    @@ -411,9 +426,9 @@
  • @@ -433,7 +448,7 @@
    @@ -441,9 +456,9 @@
  • @@ -463,7 +478,7 @@
    @@ -484,9 +499,9 @@
  • - + - kinds + kinds
    @@ -506,7 +521,7 @@
    @@ -527,9 +542,9 @@
  • @@ -568,7 +583,7 @@
    @@ -576,9 +591,9 @@
  • @@ -617,7 +632,7 @@
    @@ -638,9 +653,9 @@
  • - + - all + all
    @@ -660,7 +675,7 @@
    @@ -668,9 +683,9 @@
  • @@ -690,7 +705,7 @@
    @@ -698,9 +713,9 @@
  • @@ -743,7 +758,7 @@

    All declarations except for the specified ones.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Functions.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Functions.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Functions.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Functions.html index a1a1844c0..ac74fb2ce 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Functions.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Functions.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • @@ -379,7 +394,7 @@ known reporters.

    The reporter type.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Global Variables.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Global Variables.html similarity index 83% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Global Variables.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Global Variables.html index c646ca348..b2711bd30 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Global Variables.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Global Variables.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • @@ -355,7 +370,37 @@
    + + +
  • +
  • +
    + + + + coreRules + +
    +
    +
    +
    +
    +
    +

    The rule list containing all available rules built into SwiftLintCore.

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public let coreRules: [Rule.Type]
    + +
    +
    +
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Guides.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Guides.html similarity index 98% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Guides.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Guides.html index 6634936be..4eb73efdb 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Guides.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Guides.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols.html similarity index 86% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols.html index 23d748e17..5d21c524a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • - + - ASTRule + ASTRule
    @@ -357,7 +372,7 @@ structure, validating the rule recursively in nested source bodies.

    @@ -365,9 +380,9 @@ structure, validating the rule recursively in nested source bodies.

  • @@ -388,7 +403,7 @@ structure, validating the rule recursively in nested source bodies.

    @@ -396,9 +411,9 @@ structure, validating the rule recursively in nested source bodies.

  • @@ -418,7 +433,7 @@ structure, validating the rule recursively in nested source bodies.

    @@ -426,9 +441,9 @@ structure, validating the rule recursively in nested source bodies.

  • @@ -444,12 +459,12 @@ structure, validating the rule recursively in nested source bodies.

    Declaration

    Swift

    -
    public protocol CollectingRule : AnyCollectingRule
    +
    public protocol CollectingRule : AnyCollectingRule
    @@ -457,9 +472,9 @@ structure, validating the rule recursively in nested source bodies.

  • @@ -480,7 +495,7 @@ structure, validating the rule recursively in nested source bodies.

    @@ -488,9 +503,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - Reporter + Reporter
    @@ -511,7 +526,7 @@ structure, validating the rule recursively in nested source bodies.

    @@ -519,9 +534,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - Rule + Rule
    @@ -542,7 +557,7 @@ structure, validating the rule recursively in nested source bodies.

    @@ -550,9 +565,9 @@ structure, validating the rule recursively in nested source bodies.

  • @@ -572,7 +587,7 @@ structure, validating the rule recursively in nested source bodies.

    @@ -580,9 +595,9 @@ structure, validating the rule recursively in nested source bodies.

  • @@ -603,7 +618,7 @@ structure, validating the rule recursively in nested source bodies.

    @@ -611,9 +626,9 @@ structure, validating the rule recursively in nested source bodies.

  • @@ -635,7 +650,7 @@ updated content.

    @@ -643,9 +658,9 @@ updated content.

  • @@ -666,7 +681,7 @@ updated content.

    @@ -674,9 +689,9 @@ updated content.

  • @@ -696,7 +711,7 @@ updated content.

    @@ -704,9 +719,9 @@ updated content.

  • @@ -723,12 +738,12 @@ static analysis than syntactic checks.

    Declaration

    Swift

    -
    public protocol AnalyzerRule : OptInRule
    +
    public protocol AnalyzerRule : OptInRule
    @@ -736,9 +751,9 @@ static analysis than syntactic checks.

  • @@ -759,7 +774,7 @@ static analysis than syntactic checks.

    @@ -767,9 +782,9 @@ static analysis than syntactic checks.

  • @@ -790,7 +805,7 @@ static analysis than syntactic checks.

    @@ -798,9 +813,9 @@ static analysis than syntactic checks.

  • @@ -821,7 +836,7 @@ static analysis than syntactic checks.

    @@ -829,9 +844,9 @@ static analysis than syntactic checks.

  • @@ -852,7 +867,7 @@ static analysis than syntactic checks.

    @@ -860,9 +875,9 @@ static analysis than syntactic checks.

  • @@ -878,12 +893,12 @@ static analysis than syntactic checks.

    Declaration

    Swift

    -
    public protocol SwiftSyntaxRule : SourceKitFreeRule
    +
    public protocol SwiftSyntaxRule : SourceKitFreeRule
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/ASTRule.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/ASTRule.html similarity index 88% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/ASTRule.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/ASTRule.html index 5451fd6dc..0d8f0e769 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/ASTRule.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/ASTRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@ structure, validating the rule recursively in nested source bodies.

    @@ -344,9 +359,9 @@ structure, validating the rule recursively in nested source bodies.

  • - + - KindType + KindType
    @@ -366,7 +381,7 @@ structure, validating the rule recursively in nested source bodies.

    @@ -374,9 +389,9 @@ structure, validating the rule recursively in nested source bodies.

  • @@ -392,7 +407,7 @@ expectations.

    Declaration

    Swift

    -
    func validate(file: SwiftLintFile, kind: KindType, dictionary: SourceKittenDictionary) -> [StyleViolation]
    +
    func validate(file: SwiftLintFile, kind: KindType, dictionary: SourceKittenDictionary) -> [StyleViolation]
    @@ -444,7 +459,7 @@ expectations.

    All style violations to the rule’s expectations.

    @@ -452,9 +467,9 @@ expectations.

  • @@ -469,7 +484,7 @@ expectations.

    Declaration

    Swift

    -
    func kind(from dictionary: SourceKittenDictionary) -> KindType?
    +
    func kind(from dictionary: SourceKittenDictionary) -> KindType?
    @@ -498,7 +513,7 @@ expectations.

    The kind from the specified dictionary, if one was found.

    @@ -506,9 +521,9 @@ expectations.

  • - + - validate(file:) + validate(file:) Extension method @@ -530,7 +545,7 @@ expectations.

    @@ -538,9 +553,9 @@ expectations.

  • - + - validate(file:dictionary:) + validate(file:dictionary:) Extension method @@ -599,7 +614,7 @@ expectations.

    All style violations to the rule’s expectations.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/AnalyzerRule.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/AnalyzerRule.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/AnalyzerRule.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/AnalyzerRule.html index b696b84a2..55f3c2f60 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/AnalyzerRule.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/AnalyzerRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -324,7 +339,7 @@
    -
    public protocol AnalyzerRule : OptInRule
    +
    public protocol AnalyzerRule : OptInRule
    @@ -332,7 +347,7 @@ static analysis than syntactic checks.

    @@ -344,9 +359,9 @@ static analysis than syntactic checks.

  • - + - validate(file:) + validate(file:) Extension method @@ -368,7 +383,7 @@ static analysis than syntactic checks.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/CacheDescriptionProvider.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/CacheDescriptionProvider.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/CacheDescriptionProvider.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/CacheDescriptionProvider.html index dce3825bf..129776d58 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/CacheDescriptionProvider.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/CacheDescriptionProvider.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Interface providing access to a cache description.

    @@ -343,9 +358,9 @@
  • @@ -366,7 +381,7 @@ cached value is still valid given the new cache value.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/CollectingRule.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/CollectingRule.html similarity index 86% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/CollectingRule.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/CollectingRule.html index aecf9cd32..15e7cfead 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/CollectingRule.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/CollectingRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -324,14 +339,14 @@
    -
    public protocol CollectingRule : AnyCollectingRule
    +
    public protocol CollectingRule : AnyCollectingRule

    A rule that requires knowledge of all other files being linted.

    @@ -343,9 +358,9 @@
  • - + - FileInfo + FileInfo
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - collectInfo(for:compilerArguments:) + collectInfo(for:compilerArguments:) Default implementation @@ -397,7 +412,7 @@

    Declaration

    Swift

    -
    func collectInfo(for file: SwiftLintFile, compilerArguments: [String]) -> FileInfo
    +
    func collectInfo(for file: SwiftLintFile, compilerArguments: [String]) -> FileInfo
    @@ -437,7 +452,7 @@

    The collected file information.

    @@ -445,9 +460,9 @@
  • @@ -462,7 +477,7 @@

    Declaration

    Swift

    -
    func collectInfo(for file: SwiftLintFile) -> FileInfo
    +
    func collectInfo(for file: SwiftLintFile) -> FileInfo
    @@ -490,7 +505,7 @@

    The collected file information.

    @@ -498,9 +513,9 @@
  • - + - validate(file:collectedInfo:compilerArguments:) + validate(file:collectedInfo:compilerArguments:) Default implementation @@ -523,7 +538,7 @@ expectations.

    Declaration

    Swift

    -
    func validate(file: SwiftLintFile, collectedInfo: [SwiftLintFile: FileInfo],
    +                          
    func validate(file: SwiftLintFile, collectedInfo: [SwiftLintFile: FileInfo],
                   compilerArguments: [String]) -> [StyleViolation]
    @@ -576,7 +591,7 @@ expectations.

    All style violations to the rule’s expectations.

    @@ -584,9 +599,9 @@ expectations.

  • @@ -602,7 +617,7 @@ expectations.

    Declaration

    Swift

    -
    func validate(file: SwiftLintFile, collectedInfo: [SwiftLintFile : FileInfo]) -> [StyleViolation]
    +
    func validate(file: SwiftLintFile, collectedInfo: [SwiftLintFile : FileInfo]) -> [StyleViolation]
    @@ -642,7 +657,7 @@ expectations.

    All style violations to the rule’s expectations.

    @@ -650,9 +665,9 @@ expectations.

  • - + - collectInfo(for:into:compilerArguments:) + collectInfo(for:into:compilerArguments:) Extension method @@ -674,7 +689,7 @@ expectations.

    @@ -682,9 +697,9 @@ expectations.

  • - + - validate(file:using:compilerArguments:) + validate(file:using:compilerArguments:) Extension method @@ -706,7 +721,7 @@ expectations.

    @@ -714,9 +729,9 @@ expectations.

  • - + - validate(file:) + validate(file:) Extension method @@ -738,7 +753,7 @@ expectations.

    @@ -746,9 +761,9 @@ expectations.

  • - + - validate(file:compilerArguments:) + validate(file:compilerArguments:) Extension method @@ -770,7 +785,7 @@ expectations.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/ConfigurationProviderRule.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/ConfigurationProviderRule.html similarity index 87% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/ConfigurationProviderRule.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/ConfigurationProviderRule.html index 1afebfbe7..a8111e66b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/ConfigurationProviderRule.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/ConfigurationProviderRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A rule that is user-configurable.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -390,12 +405,12 @@

    Declaration

    Swift

    -
    var configuration: ConfigurationType { get set }
    +
    var configuration: ConfigurationType { get set }
    @@ -403,9 +418,9 @@
  • - + - init(configuration:) + init(configuration:) Extension method @@ -427,7 +442,7 @@
    @@ -435,9 +450,9 @@
  • - + - isEqualTo(_:) + isEqualTo(_:) Extension method @@ -459,7 +474,7 @@
    @@ -467,9 +482,9 @@
  • - + - configurationDescription + configurationDescription Extension method @@ -491,7 +506,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/CorrectableRule.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/CorrectableRule.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/CorrectableRule.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/CorrectableRule.html index f101a19d2..cd7802341 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/CorrectableRule.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/CorrectableRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A rule that can correct violations.

    @@ -343,9 +358,9 @@
  • - + - correct(file:compilerArguments:) + correct(file:compilerArguments:) Default implementation @@ -407,7 +422,7 @@

    All corrections that were applied.

    @@ -415,9 +430,9 @@
  • @@ -460,7 +475,7 @@

    All corrections that were applied.

    @@ -468,9 +483,9 @@
  • - + - correct(file:using:compilerArguments:) + correct(file:using:compilerArguments:) Default implementation @@ -550,7 +565,7 @@ and returns all corrections that were applied.

    All corrections that were applied.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/Reporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/Reporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/Reporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/Reporter.html index 4e0336cb9..49ff37665 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/Reporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/Reporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    An interface for reporting violations as strings.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -396,7 +411,7 @@ collected before generating the report.

    @@ -404,9 +419,9 @@ collected before generating the report.

  • @@ -426,7 +441,7 @@ collected before generating the report.

    @@ -434,9 +449,9 @@ collected before generating the report.

  • - + - description + description Default implementation @@ -464,7 +479,7 @@ collected before generating the report.

    @@ -472,9 +487,9 @@ collected before generating the report.

  • @@ -517,7 +532,7 @@ collected before generating the report.

    The report.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/Rule.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/Rule.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/Rule.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/Rule.html index 9e6e98341..442d21e6a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/Rule.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/Rule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    An executable value that can identify issues (violations) in Swift source code.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - init() + init()
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • @@ -479,7 +494,7 @@
    @@ -487,9 +502,9 @@
  • - + - validate(file:compilerArguments:) + validate(file:compilerArguments:) Default implementation @@ -551,7 +566,7 @@

    All style violations to the rule’s expectations.

    @@ -559,9 +574,9 @@
  • @@ -604,7 +619,7 @@

    All style violations to the rule’s expectations.

    @@ -612,9 +627,9 @@
  • - + - isEqualTo(_:) + isEqualTo(_:) Default implementation @@ -664,7 +679,7 @@

    Whether or not the specified rule is equivalent to the current rule.

    @@ -672,9 +687,9 @@
  • - + - collectInfo(for:into:compilerArguments:) + collectInfo(for:into:compilerArguments:) Default implementation @@ -749,7 +764,7 @@
    @@ -757,9 +772,9 @@
  • - + - validate(file:using:compilerArguments:) + validate(file:using:compilerArguments:) Default implementation @@ -839,7 +854,7 @@ expectations.

    All style violations to the rule’s expectations.

    @@ -847,9 +862,9 @@ expectations.

  • - + - cacheDescription + cacheDescription Extension method @@ -873,7 +888,7 @@ cached value is still valid given the new cache value.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/RuleConfiguration.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/RuleConfiguration.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/RuleConfiguration.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/RuleConfiguration.html index 1c545d868..8f667ffea 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/RuleConfiguration.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/RuleConfiguration.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A configuration value for a rule to allow users to modify its behavior.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -419,7 +434,7 @@
    @@ -427,9 +442,9 @@
  • @@ -472,7 +487,7 @@

    Whether the specified configuration is equivalent to the current value.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SeverityBasedRuleConfiguration.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SeverityBasedRuleConfiguration.html similarity index 88% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SeverityBasedRuleConfiguration.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SeverityBasedRuleConfiguration.html index 7cb2da23f..1374c666e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SeverityBasedRuleConfiguration.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SeverityBasedRuleConfiguration.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A configuration for a rule that allows to configure at least the severity.

    @@ -343,9 +358,9 @@
  • @@ -360,12 +375,12 @@

    Declaration

    Swift

    -
    var severityConfiguration: SeverityConfiguration { get }
    +
    var severityConfiguration: SeverityConfiguration { get }
    @@ -373,9 +388,9 @@
  • - + - severity + severity Extension method @@ -398,7 +413,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableASTRule.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableASTRule.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableASTRule.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableASTRule.html index 75a6beb02..c73d23acf 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableASTRule.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableASTRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SubstitutionCorrectableRule that is also an ASTRule.

    @@ -343,9 +358,9 @@
  • @@ -413,7 +428,7 @@

    The NSString-based NSRanges to be replaced in the specified file.

    @@ -421,9 +436,9 @@
  • - + - violationRanges(in:) + violationRanges(in:) Extension method @@ -445,7 +460,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableRule.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableRule.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableRule.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableRule.html index 7d1b162ee..f5259e935 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableRule.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SubstitutionCorrectableRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@ updated content.

    @@ -344,9 +359,9 @@ updated content.

  • @@ -389,7 +404,7 @@ updated content.

    The NSString-based NSRanges to be replaced in the specified file.

    @@ -397,9 +412,9 @@ updated content.

  • @@ -454,7 +469,7 @@ updated content.

    The range of the correction and its contents, if one could be computed.

    @@ -462,9 +477,9 @@ updated content.

  • - + - correct(file:) + correct(file:) Extension method @@ -486,7 +501,7 @@ updated content.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxCorrectableRule.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxCorrectableRule.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxCorrectableRule.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxCorrectableRule.html index e2c5e30bc..6336b45b5 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxCorrectableRule.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxCorrectableRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SwiftLint CorrectableRule that performs its corrections using a SwiftSyntax SyntaxRewriter.

    @@ -343,9 +358,9 @@
  • @@ -388,7 +403,7 @@

    A ViolationsSyntaxRewriter for the given file.

    @@ -396,9 +411,9 @@
  • - + - correct(file:) + correct(file:) Extension method @@ -420,7 +435,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxRule.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxRule.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxRule.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxRule.html index 477b7f8cf..9f6c26dc6 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxRule.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/SwiftSyntaxRule.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -324,14 +339,14 @@
    -
    public protocol SwiftSyntaxRule : SourceKitFreeRule
    +
    public protocol SwiftSyntaxRule : SourceKitFreeRule

    A SwiftLint Rule backed by SwiftSyntax that does not use SourceKit requests.

    @@ -343,9 +358,9 @@
  • @@ -388,7 +403,7 @@

    A ViolationsSyntaxVisitor for the given file.

    @@ -396,9 +411,9 @@
  • - + - makeViolation(file:violation:) + makeViolation(file:violation:) Default implementation @@ -460,7 +475,7 @@

    A violation for the given file and absolute position.

    @@ -468,9 +483,9 @@
  • - + - preprocess(file:) + preprocess(file:) Default implementation @@ -523,7 +538,7 @@ By default, it just returns the file’s syntaxTree.

    The tree that will be used to check for violations. If nil, this rule will return no violations.

    @@ -531,9 +546,9 @@ By default, it just returns the file’s syntaxTree.

  • - + - disabledRegions(file:) + disabledRegions(file:) Extension method @@ -579,7 +594,7 @@ By default, it just returns the file’s syntaxTree.

    The source ranges in the specified file where this rule is disabled.

    @@ -587,9 +602,9 @@ By default, it just returns the file’s syntaxTree.

  • - + - validate(file:) + validate(file:) Extension method @@ -611,7 +626,7 @@ By default, it just returns the file’s syntaxTree.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/ViolationsSyntaxRewriter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/ViolationsSyntaxRewriter.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/ViolationsSyntaxRewriter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/ViolationsSyntaxRewriter.html index 0d8e47183..3a8d05887 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Protocols/ViolationsSyntaxRewriter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Protocols/ViolationsSyntaxRewriter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SwiftSyntax SyntaxRewriter that produces absolute positions where corrections were applied.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Reporters.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Reporters.html similarity index 88% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Reporters.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Reporters.html index 09835295c..9d2708b6b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Reporters.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Reporters.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,9 +347,9 @@
  • @@ -355,7 +370,7 @@
    @@ -363,9 +378,9 @@
  • @@ -387,7 +402,7 @@
    @@ -395,9 +410,9 @@
  • @@ -418,7 +433,7 @@
    @@ -426,9 +441,9 @@
  • @@ -449,7 +464,7 @@
    @@ -457,9 +472,9 @@
  • @@ -480,7 +495,7 @@
    @@ -488,9 +503,9 @@
  • @@ -511,7 +526,7 @@
    @@ -519,9 +534,9 @@
  • @@ -542,7 +557,7 @@
    @@ -550,9 +565,9 @@
  • @@ -573,7 +588,7 @@
    @@ -581,9 +596,9 @@
  • @@ -604,7 +619,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Rules.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Rules.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Rules.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Rules.html index 122f0576c..dd87b0751 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Rules.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Rules.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs.html similarity index 79% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs.html index a918513fc..50f4d8e46 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,9 +348,9 @@
  • @@ -356,7 +371,7 @@
    @@ -364,9 +379,9 @@
  • - + - Stack + Stack
    @@ -388,7 +403,7 @@
    @@ -396,9 +411,9 @@
  • - + - Command + Command
    @@ -419,7 +434,7 @@
    @@ -427,9 +442,9 @@
  • @@ -452,7 +467,7 @@
    @@ -460,9 +475,9 @@
  • @@ -483,7 +498,7 @@
    @@ -491,9 +506,9 @@
  • - + - Example + Example
    @@ -517,7 +532,7 @@ non-triggering style

    @@ -525,9 +540,9 @@ non-triggering style

  • - + - Linter + Linter
    @@ -548,7 +563,7 @@ non-triggering style

    @@ -556,9 +571,9 @@ non-triggering style

  • @@ -568,7 +583,7 @@ non-triggering style

    Represents a file that can compute style violations and corrections for a list of rules.

    -

    A CollectedLinter is only created after a Linter has run its collection steps in Linter.collect(into:).

    +

    A CollectedLinter is only created after a Linter has run its collection steps in Linter.collect(into:).

    See more
    @@ -581,7 +596,7 @@ non-triggering style

    @@ -589,9 +604,9 @@ non-triggering style

  • - + - Location + Location
    @@ -612,7 +627,7 @@ non-triggering style

    @@ -620,9 +635,9 @@ non-triggering style

  • - + - Region + Region
    @@ -643,7 +658,7 @@ non-triggering style

    @@ -651,9 +666,9 @@ non-triggering style

  • @@ -674,7 +689,7 @@ non-triggering style

    @@ -682,9 +697,9 @@ non-triggering style

  • - + - RuleList + RuleList
    @@ -706,7 +721,7 @@ non-triggering style

    @@ -714,9 +729,9 @@ non-triggering style

  • @@ -737,7 +752,7 @@ non-triggering style

    @@ -745,9 +760,40 @@ non-triggering style

  • - + + + SeverityConfiguration + +
    +
    +
    +
    +
    +
    +

    A rule configuration that allows specifying the desired severity level for violations.

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public struct SeverityConfiguration : SeverityBasedRuleConfiguration, Equatable
    + +
    +
    + +
    +
    +
  • +
  • +
    @@ -768,7 +814,7 @@ non-triggering style

    @@ -776,9 +822,9 @@ non-triggering style

  • @@ -799,7 +845,7 @@ non-triggering style

    @@ -807,9 +853,9 @@ non-triggering style

  • @@ -830,7 +876,7 @@ non-triggering style

    @@ -838,9 +884,9 @@ non-triggering style

  • @@ -861,7 +907,7 @@ non-triggering style

    @@ -869,9 +915,9 @@ non-triggering style

  • - + - Version + Version
    @@ -892,7 +938,7 @@ non-triggering style

    @@ -913,9 +959,9 @@ non-triggering style

  • @@ -936,7 +982,7 @@ non-triggering style

    @@ -944,9 +990,9 @@ non-triggering style

  • @@ -967,7 +1013,7 @@ non-triggering style

    @@ -975,9 +1021,9 @@ non-triggering style

  • @@ -998,7 +1044,7 @@ non-triggering style

    @@ -1006,9 +1052,9 @@ non-triggering style

  • @@ -1029,7 +1075,7 @@ non-triggering style

    @@ -1037,9 +1083,9 @@ non-triggering style

  • @@ -1060,7 +1106,7 @@ non-triggering style

    @@ -1068,9 +1114,9 @@ non-triggering style

  • @@ -1091,7 +1137,7 @@ non-triggering style

    @@ -1099,9 +1145,9 @@ non-triggering style

  • @@ -1122,7 +1168,69 @@ non-triggering style

    + + +
  • +
  • +
    + + + + RegexConfiguration + +
    +
    +
    +
    +
    +
    +

    A rule configuration used for defining custom rules in yaml.

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public struct RegexConfiguration : SeverityBasedRuleConfiguration, Hashable, CacheDescriptionProvider
    + +
    +
    + +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    A rule configuration that allows specifying thresholds for warning and error severities.

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public struct SeverityLevelsConfiguration : RuleConfiguration, Equatable
    + +
    +
    +
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CSVReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CSVReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CSVReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CSVReporter.html index e448b03d3..d94103abb 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CSVReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CSVReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as a newline-separated string of comma-separated values (CSV).

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CheckstyleReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CheckstyleReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CheckstyleReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CheckstyleReporter.html index f3816e952..fc3aaa9ee 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CheckstyleReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CheckstyleReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@ https://www.jetbrains.com/help/teamcity/xml-report-processing.html

    @@ -353,9 +368,9 @@
  • @@ -374,7 +389,7 @@
    @@ -382,9 +397,9 @@
  • @@ -403,7 +418,7 @@
    @@ -411,9 +426,9 @@
  • @@ -432,7 +447,7 @@
    @@ -440,9 +455,9 @@
  • @@ -461,7 +476,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CodeClimateReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CodeClimateReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CodeClimateReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CodeClimateReporter.html index 0791e90a8..51b988dc3 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CodeClimateReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CodeClimateReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as a JSON array in Code Climate format.

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CollectedLinter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CollectedLinter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CollectedLinter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CollectedLinter.html index 4e61ee803..9692b3544 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/CollectedLinter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/CollectedLinter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -330,10 +345,10 @@

    Represents a file that can compute style violations and corrections for a list of rules.

    -

    A CollectedLinter is only created after a Linter has run its collection steps in Linter.collect(into:).

    +

    A CollectedLinter is only created after a Linter has run its collection steps in Linter.collect(into:).

    @@ -345,9 +360,9 @@
  • - + - file + file
    @@ -367,7 +382,7 @@
    @@ -375,9 +390,9 @@
  • @@ -420,7 +435,7 @@

    All style violations found by this linter.

    @@ -428,9 +443,9 @@
  • @@ -474,7 +489,7 @@

    All style violations found by this linter, and the time spent executing each rule.

    @@ -482,9 +497,9 @@
  • @@ -527,7 +542,7 @@

    All corrections that were applied.

    @@ -535,9 +550,9 @@
  • @@ -588,7 +603,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Command.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Command.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Command.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Command.html index 02da124fd..8d69bd02b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Command.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Command.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SwiftLint-interpretable command to modify SwiftLint’s behavior embedded as comments in source code.

    @@ -343,9 +358,9 @@
  • - + - Action + Action
    @@ -366,7 +381,7 @@
    @@ -374,9 +389,9 @@
  • - + - Modifier + Modifier
    @@ -397,7 +412,7 @@
    @@ -405,9 +420,9 @@
  • - + - action + action
    @@ -427,7 +442,7 @@
    @@ -435,9 +450,9 @@
  • @@ -457,7 +472,7 @@
    @@ -465,9 +480,9 @@
  • - + - line + line
    @@ -487,7 +502,7 @@
    @@ -495,9 +510,9 @@
  • @@ -517,7 +532,7 @@
    @@ -525,9 +540,9 @@
  • - + - modifier + modifier
    @@ -547,7 +562,7 @@
    @@ -555,9 +570,9 @@
  • @@ -658,7 +673,7 @@
    @@ -666,9 +681,9 @@
  • @@ -732,7 +747,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Command/Action.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Command/Action.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Command/Action.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Command/Action.html index 93d3b28e3..25385643c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Command/Action.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Command/Action.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    The action (verb) that SwiftLint should perform when interpreting this command.

    @@ -343,9 +358,9 @@
  • - + - enable + enable
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - disable + disable
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - invalid + invalid
    @@ -425,7 +440,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Command/Modifier.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Command/Modifier.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Command/Modifier.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Command/Modifier.html index d60576afb..7faca8a68 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Command/Modifier.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Command/Modifier.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    The modifier for a command, used to modify its scope.

    @@ -343,9 +358,9 @@
  • - + - previous + previous
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - this + this
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - next + next
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • - + - invalid + invalid
    @@ -455,7 +470,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Configuration.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Configuration.html similarity index 88% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Configuration.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Configuration.html index edfe1a0e7..6c2947409 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Configuration.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Configuration.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -333,7 +348,7 @@

    The configuration struct for SwiftLint. User-defined in the .swiftlint.yml file, drives the behavior of SwiftLint.

    @@ -354,9 +369,9 @@
  • - + - default + default
    @@ -376,7 +391,7 @@
    @@ -384,9 +399,9 @@
  • @@ -406,7 +421,7 @@
    @@ -427,9 +442,9 @@
  • @@ -449,7 +464,7 @@
    @@ -457,9 +472,9 @@
  • @@ -479,7 +494,7 @@
    @@ -487,9 +502,9 @@
  • @@ -509,7 +524,7 @@
    @@ -517,9 +532,9 @@
  • @@ -539,7 +554,7 @@
    @@ -547,9 +562,9 @@
  • - + - reporter + reporter
    @@ -569,7 +584,7 @@
    @@ -577,9 +592,9 @@
  • @@ -599,7 +614,7 @@
    @@ -607,9 +622,9 @@
  • @@ -629,7 +644,7 @@
    @@ -637,9 +652,9 @@
  • @@ -661,7 +676,7 @@ was used to explicitly specify the default .swiftlint.yml as the co
    @@ -682,9 +697,9 @@ was used to explicitly specify the default .swiftlint.yml as the co
  • - + - rules + rules
    @@ -704,7 +719,7 @@ was used to explicitly specify the default .swiftlint.yml as the co
    @@ -712,9 +727,9 @@ was used to explicitly specify the default .swiftlint.yml as the co
  • @@ -737,7 +752,7 @@ The rootDirectory also serves as the stopping point when searching for nested co
    @@ -745,9 +760,9 @@ The rootDirectory also serves as the stopping point when searching for nested co
  • @@ -767,7 +782,7 @@ The rootDirectory also serves as the stopping point when searching for nested co
    @@ -788,9 +803,9 @@ The rootDirectory also serves as the stopping point when searching for nested co
  • @@ -899,7 +914,7 @@ The rootDirectory also serves as the stopping point when searching for nested co
    @@ -941,7 +956,7 @@ The rootDirectory also serves as the stopping point when searching for nested co @@ -970,7 +985,7 @@ The rootDirectory also serves as the stopping point when searching for nested co @@ -1012,7 +1027,7 @@ The rootDirectory also serves as the stopping point when searching for nested co diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Correction.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Correction.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Correction.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Correction.html index a42f027b7..23993947e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Correction.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Correction.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A value describing a SwiftLint violation that was corrected.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - location + location
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • @@ -486,7 +501,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/EmojiReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/EmojiReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/EmojiReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/EmojiReporter.html index fcfa221dd..0b36d1d07 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/EmojiReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/EmojiReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations in a format that’s both fun and easy to read.

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Example.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Example.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Example.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Example.html index b97bee95c..2d924eb21 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Example.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Example.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -334,7 +349,7 @@ non-triggering style

    @@ -346,9 +361,9 @@ non-triggering style

  • - + - code + code
    @@ -368,7 +383,7 @@ non-triggering style

    @@ -376,9 +391,9 @@ non-triggering style

  • @@ -405,7 +420,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -413,9 +428,9 @@ The structure should match what is expected as a configuration value for the rul
  • @@ -440,7 +455,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -448,9 +463,9 @@ The structure should match what is expected as a configuration value for the rul
  • @@ -470,7 +485,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -478,9 +493,9 @@ The structure should match what is expected as a configuration value for the rul
  • - + - file + file
    @@ -500,7 +515,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -508,9 +523,9 @@ The structure should match what is expected as a configuration value for the rul
  • - + - line + line
    @@ -530,7 +545,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -538,9 +553,9 @@ The structure should match what is expected as a configuration value for the rul
  • @@ -682,7 +697,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -690,9 +705,9 @@ The structure should match what is expected as a configuration value for the rul
  • @@ -700,7 +715,7 @@ The structure should match what is expected as a configuration value for the rul
    -

    Returns the same example, but with the code that is passed in

    +

    Returns the same example, but with the code that is passed in

    @@ -731,7 +746,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -739,9 +754,9 @@ The structure should match what is expected as a configuration value for the rul
  • @@ -761,7 +776,7 @@ The structure should match what is expected as a configuration value for the rul
    @@ -790,7 +805,7 @@ The structure should match what is expected as a configuration value for the rul @@ -819,7 +834,7 @@ The structure should match what is expected as a configuration value for the rul @@ -848,7 +863,7 @@ The structure should match what is expected as a configuration value for the rul diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/GitHubActionsLoggingReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/GitHubActionsLoggingReporter.html similarity index 88% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/GitHubActionsLoggingReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/GitHubActionsLoggingReporter.html index 1b158d7c0..8850af261 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/GitHubActionsLoggingReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/GitHubActionsLoggingReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations in the format GitHub-hosted virtual machine for Actions can recognize as messages.

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/GitLabJUnitReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/GitLabJUnitReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/GitLabJUnitReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/GitLabJUnitReporter.html index 6077c273d..e6252b77c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/GitLabJUnitReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/GitLabJUnitReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as JUnit XML supported by GitLab.

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/HTMLReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/HTMLReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/HTMLReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/HTMLReporter.html index d6c6a3407..76ddb2f81 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/HTMLReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/HTMLReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as HTML.

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/JSONReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/JSONReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/JSONReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/JSONReporter.html index 85e466a2e..29c84da76 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/JSONReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/JSONReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as a JSON array.

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/JUnitReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/JUnitReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/JUnitReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/JUnitReporter.html index 0c3aef664..1bf663f1c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/JUnitReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/JUnitReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as JUnit XML.

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Linter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Linter.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Linter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Linter.html index 5048dacb0..15edbbc5d 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Linter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Linter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Represents a file that can be linted for style violations and corrections after being collected.

    @@ -343,9 +358,9 @@
  • - + - file + file
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -481,7 +496,7 @@
    @@ -489,9 +504,9 @@
  • @@ -534,7 +549,7 @@

    A linter capable of checking for violations after running each rule’s collection step.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Location.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Location.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Location.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Location.html index 35ebfbafd..ef110e618 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Location.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Location.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    The placement of a segment of Swift in a collection of source files.

    @@ -343,9 +358,9 @@
  • - + - file + file
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - line + line
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • @@ -455,7 +470,7 @@
    @@ -463,9 +478,9 @@
  • @@ -485,7 +500,7 @@
    @@ -493,9 +508,9 @@
  • @@ -558,7 +573,7 @@
    @@ -566,9 +581,9 @@
  • @@ -620,7 +635,7 @@ Fails if the specified offset was not a valid location in the file.

    @@ -628,9 +643,9 @@ Fails if the specified offset was not a valid location in the file.

  • @@ -682,7 +697,7 @@ Fails if the specified offset was not a valid location in the file.

    @@ -690,9 +705,9 @@ Fails if the specified offset was not a valid location in the file.

  • @@ -744,7 +759,7 @@ Fails if the specified offset was not a valid location in the file.

    @@ -786,7 +801,7 @@ Fails if the specified offset was not a valid location in the file.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/MarkdownReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/MarkdownReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/MarkdownReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/MarkdownReporter.html index 43d8c8306..0bd255d97 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/MarkdownReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/MarkdownReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations as markdown formated (with tables).

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/ReasonedRuleViolation.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/ReasonedRuleViolation.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/ReasonedRuleViolation.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/ReasonedRuleViolation.html index fffd56b49..d11c16e6a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/ReasonedRuleViolation.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/ReasonedRuleViolation.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A violation produced by ViolationsSyntaxVisitors.

    @@ -343,9 +358,9 @@
  • - + - position + position
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - reason + reason
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - severity + severity
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • @@ -498,7 +513,7 @@
    @@ -527,7 +542,7 @@ diff --git a/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RegexConfiguration.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RegexConfiguration.html new file mode 100644 index 000000000..fe7a87203 --- /dev/null +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RegexConfiguration.html @@ -0,0 +1,835 @@ + + + + RegexConfiguration Structure Reference + + + + + + + + + + + + + + + + +
    +

    + + SwiftLintCore 0.51.0 Docs + + (100% documented) +

    + +
    +
    + +
    +
    + +

    + + GitHub + View on GitHub + +

    + +

    + + Dash + Install in Dash + +

    +
    + + + +
    + +
    + +
    +
    +

    RegexConfiguration

    +
    +
    + +
    public struct RegexConfiguration : SeverityBasedRuleConfiguration, Hashable, CacheDescriptionProvider
    + +
    +
    +

    A rule configuration used for defining custom rules in yaml.

    + + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + identifier + +
      +
      +
      +
      +
      +
      +

      The identifier for this custom rule.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public let identifier: String
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + name + +
      +
      +
      +
      +
      +
      +

      The name for this custom rule.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var name: String?
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + message + +
      +
      +
      +
      +
      +
      +

      The message to be presented when producing violations.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var message: String
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + regex + +
      +
      +
      +
      +
      +
      +

      The regular expression to apply to trigger violations for this custom rule.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var regex: NSRegularExpression!
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + included + +
      +
      +
      +
      +
      +
      +

      Regular expressions to include when matching the file path.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var included: [NSRegularExpression]
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + excluded + +
      +
      +
      +
      +
      +
      +

      Regular expressions to exclude when matching the file path.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var excluded: [NSRegularExpression]
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + excludedMatchKinds + +
      +
      +
      +
      +
      +
      +

      The syntax kinds to exclude from matches. If the regex matched syntax kinds from this list, it would +be ignored and not count as a rule violation.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var excludedMatchKinds: Set<SyntaxKind>
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + severityConfiguration + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var severityConfiguration: SeverityConfiguration
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + captureGroup + +
      +
      +
      +
      +
      +
      +

      The index of the regex capture group to match.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var captureGroup: Int
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + consoleDescription + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var consoleDescription: String { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + cacheDescription + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var cacheDescription: String { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + description + +
      +
      +
      +
      +
      +
      +

      The RuleDescription for the custom rule defined here.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var description: RuleDescription { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + init(identifier:) + +
      +
      +
      +
      +
      +
      +

      Create a RegexConfiguration with the specified identifier, with other properties to be set later.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public init(identifier: String)
      + +
      +
      +
      +

      Parameters

      + + + + + + + +
      + + identifier + + +
      +

      The rule identifier to use.

      +
      +
      +
      + +
      +
      +
    • +
    • +
      + + + + apply(configuration:) + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public mutating func apply(configuration: Any) throws
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + hash(into:) + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public func hash(into hasher: inout Hasher)
      + +
      +
      + +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Region.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Region.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Region.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Region.html index d7d34b0bd..dd4e1c45f 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Region.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Region.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A contiguous region of Swift source code.

    @@ -343,9 +358,9 @@
  • - + - start + start
    @@ -366,7 +381,7 @@
    @@ -374,9 +389,9 @@
  • - + - end + end
    @@ -397,7 +412,7 @@
    @@ -405,9 +420,9 @@
  • @@ -427,7 +442,7 @@
    @@ -435,9 +450,9 @@
  • @@ -500,7 +515,7 @@
    @@ -508,9 +523,9 @@
  • @@ -553,7 +568,7 @@

    True if the specific location is contained in this region.

    @@ -561,9 +576,9 @@
  • @@ -606,7 +621,7 @@

    True if the specified rule is enabled in this region.

    @@ -614,9 +629,9 @@
  • @@ -659,7 +674,7 @@

    True if the specified rule is disabled in this region.

    @@ -667,9 +682,9 @@
  • @@ -713,7 +728,7 @@ Returns the empty set if the rule isn’t disabled in this region.

    Deprecated rule aliases.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RelativePathReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RelativePathReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RelativePathReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RelativePathReporter.html index f1a60b993..df0f2c7fe 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RelativePathReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RelativePathReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations with relative paths.

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleDescription.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleDescription.html similarity index 85% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleDescription.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleDescription.html index 6e4c6109c..cf304926e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleDescription.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleDescription.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A detailed description for a SwiftLint rule. Used for both documentation and testing purposes.

    @@ -343,9 +358,9 @@
  • @@ -366,7 +381,7 @@ Should be short and only comprised of lowercase latin alphabet letters and under
    @@ -374,9 +389,9 @@ Should be short and only comprised of lowercase latin alphabet letters and under
  • - + - name + name
    @@ -396,7 +411,7 @@ Should be short and only comprised of lowercase latin alphabet letters and under
    @@ -404,9 +419,9 @@ Should be short and only comprised of lowercase latin alphabet letters and under
  • @@ -427,7 +442,7 @@ explanation of the rule’s purpose and rationale.

    @@ -435,9 +450,9 @@ explanation of the rule’s purpose and rationale.

  • - + - kind + kind
    @@ -457,7 +472,7 @@ explanation of the rule’s purpose and rationale.

    @@ -465,9 +480,9 @@ explanation of the rule’s purpose and rationale.

  • @@ -492,7 +507,7 @@ any violations for these examples.

    @@ -500,9 +515,9 @@ any violations for these examples.

  • @@ -529,7 +544,7 @@ violations for these examples wherever markers are located.

    @@ -537,9 +552,9 @@ violations for these examples wherever markers are located.

  • @@ -565,7 +580,7 @@ validate that the rule corrects all keys to their corresponding values.

    @@ -573,9 +588,9 @@ validate that the rule corrects all keys to their corresponding values.

  • @@ -595,7 +610,7 @@ validate that the rule corrects all keys to their corresponding values.

    @@ -603,9 +618,9 @@ validate that the rule corrects all keys to their corresponding values.

  • @@ -625,7 +640,7 @@ validate that the rule corrects all keys to their corresponding values.

    @@ -633,9 +648,9 @@ validate that the rule corrects all keys to their corresponding values.

  • @@ -656,7 +671,7 @@ conforming to AnalyzerRule
    @@ -664,9 +679,9 @@ conforming to AnalyzerRule
    @@ -686,7 +701,7 @@ conforming to AnalyzerRule
    @@ -694,9 +709,9 @@ conforming to AnalyzerRule
    @@ -716,7 +731,7 @@ conforming to AnalyzerRule
    @@ -724,9 +739,9 @@ conforming to AnalyzerRule
    @@ -762,7 +777,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s identifier property.

    +

    Sets the description’s identifier property.

    @@ -774,7 +789,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s name property.

    +

    Sets the description’s name property.

    @@ -786,7 +801,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s description property.

    +

    Sets the description’s description property.

    @@ -798,7 +813,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s kind property.

    +

    Sets the description’s kind property.

    @@ -810,7 +825,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s minSwiftVersion property.

    +

    Sets the description’s minSwiftVersion property.

    @@ -822,7 +837,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s nonTriggeringExamples property.

    +

    Sets the description’s nonTriggeringExamples property.

    @@ -834,7 +849,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s triggeringExamples property.

    +

    Sets the description’s triggeringExamples property.

    @@ -846,7 +861,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s corrections property.

    +

    Sets the description’s corrections property.

    @@ -858,7 +873,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s deprecatedAliases property.

    +

    Sets the description’s deprecatedAliases property.

    @@ -870,7 +885,7 @@ conforming to AnalyzerRule
    -

    Sets the description’s requiresFileOnDisk property.

    +

    Sets the description’s requiresFileOnDisk property.

    @@ -878,7 +893,7 @@ conforming to AnalyzerRule
    @@ -920,7 +935,7 @@ conforming to AnalyzerRule diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleList.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleList.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleList.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleList.html index c9d847a88..ac419d6c6 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleList.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleList.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@

    A list of available SwiftLint rules.

    @@ -344,9 +359,9 @@
  • - + - list + list
    @@ -366,7 +381,7 @@
    @@ -387,9 +402,9 @@
  • @@ -428,7 +443,7 @@
    @@ -436,9 +451,9 @@
  • @@ -477,7 +492,7 @@
    @@ -506,7 +521,7 @@ diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleListDocumentation.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleListDocumentation.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleListDocumentation.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleListDocumentation.html index 4a5eb3d92..ebd34dd56 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleListDocumentation.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleListDocumentation.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    User-facing documentation for a SwiftLint RuleList.

    @@ -343,9 +358,9 @@
  • - + - init(_:) + init(_:)
    @@ -384,7 +399,7 @@
    @@ -392,9 +407,9 @@
  • @@ -438,7 +453,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleParameter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleParameter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleParameter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleParameter.html index 2da002bdd..1ae4e79e2 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/RuleParameter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/RuleParameter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A configuration parameter for rules.

    @@ -343,9 +358,9 @@
  • - + - severity + severity
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - value + value
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -456,7 +471,7 @@
    diff --git a/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SeverityConfiguration.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SeverityConfiguration.html new file mode 100644 index 000000000..daf74e821 --- /dev/null +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SeverityConfiguration.html @@ -0,0 +1,506 @@ + + + + SeverityConfiguration Structure Reference + + + + + + + + + + + + + + + + +
    +

    + + SwiftLintCore 0.51.0 Docs + + (100% documented) +

    + +
    +
    + +
    +
    + +

    + + GitHub + View on GitHub + +

    + +

    + + Dash + Install in Dash + +

    +
    + + + +
    + +
    + +
    +
    +

    SeverityConfiguration

    +
    +
    + +
    public struct SeverityConfiguration : SeverityBasedRuleConfiguration, Equatable
    + +
    +
    +

    A rule configuration that allows specifying the desired severity level for violations.

    + + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + consoleDescription + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var consoleDescription: String { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + severityConfiguration + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var severityConfiguration: SeverityConfiguration { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + init(_:) + +
      +
      +
      +
      +
      +
      +

      Create a SeverityConfiguration with the specified severity.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public init(_ severity: ViolationSeverity)
      + +
      +
      +
      +

      Parameters

      + + + + + + + +
      + + severity + + +
      +

      The severity that should be used when emitting violations.

      +
      +
      +
      + +
      +
      +
    • +
    • +
      + + + + apply(configuration:) + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public mutating func apply(configuration: Any) throws
      + +
      +
      + +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SeverityLevelsConfiguration.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SeverityLevelsConfiguration.html new file mode 100644 index 000000000..00a408c64 --- /dev/null +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SeverityLevelsConfiguration.html @@ -0,0 +1,609 @@ + + + + SeverityLevelsConfiguration Structure Reference + + + + + + + + + + + + + + + + +
    +

    + + SwiftLintCore 0.51.0 Docs + + (100% documented) +

    + +
    +
    + +
    +
    + +

    + + GitHub + View on GitHub + +

    + +

    + + Dash + Install in Dash + +

    +
    + + + +
    + +
    + +
    +
    +

    SeverityLevelsConfiguration

    +
    +
    + +
    public struct SeverityLevelsConfiguration : RuleConfiguration, Equatable
    + +
    +
    +

    A rule configuration that allows specifying thresholds for warning and error severities.

    + + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + consoleDescription + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var consoleDescription: String { get }
      + +
      +
      + +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      A condensed console description.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var shortConsoleDescription: String { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + warning + +
      +
      +
      +
      +
      +
      +

      The threshold for a violation to be a warning.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var warning: Int
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + error + +
      +
      +
      +
      +
      +
      +

      The threshold for a violation to be an error.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var error: Int?
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + init(warning:error:) + +
      +
      +
      +
      +
      +
      +

      Create a SeverityLevelsConfiguration based on the sepecified warning and error thresholds.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public init(warning: Int, error: Int? = nil)
      + +
      +
      +
      +

      Parameters

      + + + + + + + + + + + +
      + + warning + + +
      +

      The threshold for a violation to be a warning.

      +
      +
      + + error + + +
      +

      The threshold for a violation to be an error.

      +
      +
      +
      + +
      +
      +
    • +
    • +
      + + + + params + +
      +
      +
      +
      +
      +
      +

      The rule parameters that define the thresholds that should map to each severity.

      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public var params: [RuleParameter<Int>] { get }
      + +
      +
      + +
      +
      +
    • +
    • +
      + + + + apply(configuration:) + +
      +
      +
      +
      +
      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      public mutating func apply(configuration: Any) throws
      + +
      +
      + +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SonarQubeReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SonarQubeReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SonarQubeReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SonarQubeReporter.html index b789af001..ca0bc463a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SonarQubeReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SonarQubeReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations in SonarQube import format.

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Stack.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Stack.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Stack.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Stack.html index ad021bb9c..b692deeea 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Stack.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Stack.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -332,7 +347,7 @@

    A basic stack type implementing the LIFO principle - only the last inserted element can be accessed and removed.

    @@ -344,9 +359,9 @@
  • - + - init() + init()
    @@ -366,7 +381,7 @@
    @@ -374,9 +389,9 @@
  • - + - isEmpty + isEmpty
    @@ -396,7 +411,7 @@
    @@ -404,9 +419,9 @@
  • - + - count + count
    @@ -426,7 +441,7 @@
    @@ -434,9 +449,9 @@
  • - + - push(_:) + push(_:)
    @@ -475,7 +490,7 @@
    @@ -483,9 +498,9 @@
  • - + - pop() + pop()
    @@ -510,7 +525,7 @@

    The last element of the stack if the stack is not empty; otherwise, nil.

    @@ -518,9 +533,9 @@
  • - + - peek() + peek()
    @@ -540,7 +555,7 @@
    @@ -582,7 +597,7 @@ diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/StyleViolation.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/StyleViolation.html similarity index 87% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/StyleViolation.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/StyleViolation.html index 2a71ebb50..c3a9b816c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/StyleViolation.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/StyleViolation.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A value describing an instance of Swift source code that is considered invalid by a SwiftLint rule.

    @@ -343,9 +358,9 @@
  • @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • - + - ruleName + ruleName
    @@ -425,7 +440,7 @@
    @@ -433,9 +448,9 @@
  • - + - severity + severity
    @@ -455,7 +470,7 @@
    @@ -463,9 +478,9 @@
  • - + - location + location
    @@ -485,7 +500,7 @@
    @@ -493,9 +508,9 @@
  • - + - reason + reason
    @@ -515,7 +530,7 @@
    @@ -523,9 +538,9 @@
  • @@ -545,7 +560,7 @@
    @@ -553,9 +568,9 @@
  • @@ -634,7 +649,7 @@
    @@ -642,9 +657,9 @@
  • @@ -652,7 +667,7 @@
    -

    Returns the same violation, but with the severity that is passed in

    +

    Returns the same violation, but with the severity that is passed in

    @@ -683,7 +698,7 @@
    @@ -691,9 +706,9 @@
  • @@ -701,7 +716,7 @@
    -

    Returns the same violation, but with the location that is passed in

    +

    Returns the same violation, but with the location that is passed in

    @@ -732,7 +747,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SummaryReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SummaryReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SummaryReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SummaryReporter.html index 6bde21f4d..56061de6a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SummaryReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SummaryReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports a summary table of all violations

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxMap.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxMap.html similarity index 88% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxMap.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxMap.html index b15f8a55f..1b2cc928a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxMap.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxMap.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Represents a Swift file’s syntax information.

    @@ -343,9 +358,9 @@
  • - + - value + value
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - tokens + tokens
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -444,7 +459,7 @@
    @@ -452,9 +467,9 @@
  • @@ -497,7 +512,7 @@

    The array of syntax tokens intersecting with byte range.

    @@ -505,9 +520,9 @@
  • @@ -550,7 +565,7 @@

    The syntax kinds in the specified byte range.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxToken.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxToken.html similarity index 87% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxToken.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxToken.html index 9ef54c700..571bc274d 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxToken.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SwiftLintSyntaxToken.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A SwiftLint-aware Swift syntax token.

    @@ -343,9 +358,9 @@
  • - + - value + value
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - kind + kind
    @@ -395,7 +410,7 @@
    @@ -403,9 +418,9 @@
  • @@ -444,7 +459,7 @@
    @@ -452,9 +467,9 @@
  • - + - range + range
    @@ -474,7 +489,7 @@
    @@ -482,9 +497,9 @@
  • - + - offset + offset
    @@ -504,7 +519,7 @@
    @@ -512,9 +527,9 @@
  • - + - length + length
    @@ -534,7 +549,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SwiftVersion.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SwiftVersion.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SwiftVersion.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SwiftVersion.html index 3be732459..403789147 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/SwiftVersion.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/SwiftVersion.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A value describing the version of the Swift compiler.

    @@ -364,7 +379,7 @@ @@ -393,7 +408,7 @@ @@ -422,7 +437,7 @@ @@ -451,7 +466,7 @@ @@ -459,9 +474,9 @@
  • - + - five + five
    @@ -481,7 +496,7 @@
    @@ -489,9 +504,9 @@
  • @@ -511,7 +526,7 @@
    @@ -519,9 +534,9 @@
  • @@ -541,7 +556,7 @@
    @@ -549,9 +564,9 @@
  • @@ -571,7 +586,7 @@
    @@ -579,9 +594,9 @@
  • @@ -601,7 +616,7 @@
    @@ -609,9 +624,9 @@
  • @@ -631,7 +646,7 @@
    @@ -639,9 +654,9 @@
  • @@ -661,7 +676,7 @@
    @@ -669,9 +684,9 @@
  • @@ -691,7 +706,7 @@
    @@ -699,9 +714,9 @@
  • - + - current + current
    @@ -726,7 +741,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Version.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Version.html similarity index 90% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Version.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Version.html index d9975fcc4..ce2c5f7e1 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/Version.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/Version.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    A type describing the SwiftLint version.

    @@ -343,9 +358,9 @@
  • - + - value + value
    @@ -365,7 +380,7 @@
    @@ -373,9 +388,9 @@
  • - + - current + current
    @@ -395,7 +410,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/XcodeReporter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/XcodeReporter.html similarity index 89% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/XcodeReporter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/XcodeReporter.html index 66bea4899..080f758db 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/XcodeReporter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/XcodeReporter.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    Reports violations in the format Xcode uses to display in the IDE. (default)

    @@ -352,9 +367,9 @@
  • @@ -373,7 +388,7 @@
    @@ -381,9 +396,9 @@
  • @@ -402,7 +417,7 @@
    @@ -410,9 +425,9 @@
  • @@ -431,7 +446,7 @@
    @@ -439,9 +454,9 @@
  • @@ -460,7 +475,7 @@
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/YamlParser.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/YamlParser.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/YamlParser.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/YamlParser.html index d778da6be..57ed2150c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/Structs/YamlParser.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/Structs/YamlParser.html @@ -21,7 +21,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -40,7 +40,7 @@

    - + Dash Install in Dash @@ -48,7 +48,7 @@

    @@ -123,7 +123,10 @@ Global Variables
  • @@ -148,6 +151,9 @@ + @@ -165,7 +171,7 @@ Functions @@ -179,7 +185,7 @@ AnalyzerRule + @@ -282,6 +291,12 @@ + + @@ -331,7 +346,7 @@

    An interface for parsing YAML.

    @@ -343,9 +358,9 @@
  • @@ -406,7 +421,7 @@

    The parsed YAML as an untyped dictionary.

    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/accessibility_label_for_image.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/accessibility_label_for_image.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/accessibility_label_for_image.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/accessibility_label_for_image.html index e9ed601c7..b07a060f8 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/accessibility_label_for_image.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/accessibility_label_for_image.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables
  • @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/accessibility_trait_for_button.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/accessibility_trait_for_button.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/accessibility_trait_for_button.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/accessibility_trait_for_button.html index a51a6f2ea..9ab6bd403 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/accessibility_trait_for_button.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/accessibility_trait_for_button.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/anonymous_argument_in_multiline_closure.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/anonymous_argument_in_multiline_closure.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/anonymous_argument_in_multiline_closure.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/anonymous_argument_in_multiline_closure.html index aab3ad3fd..f22725bd2 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/anonymous_argument_in_multiline_closure.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/anonymous_argument_in_multiline_closure.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/anyobject_protocol.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/anyobject_protocol.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/anyobject_protocol.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/anyobject_protocol.html index 6e26f2cb1..bbdf688a4 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/anyobject_protocol.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/anyobject_protocol.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/array_init.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/array_init.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/array_init.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/array_init.html index 4b77dd914..fb0158b72 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/array_init.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/array_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/attributes.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/attributes.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/attributes.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/attributes.html index 0aca9ca82..9079e2c91 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/attributes.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/attributes.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/balanced_xctest_lifecycle.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/balanced_xctest_lifecycle.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/balanced_xctest_lifecycle.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/balanced_xctest_lifecycle.html index a5760d9fe..f586cc09d 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/balanced_xctest_lifecycle.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/balanced_xctest_lifecycle.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/blanket_disable_command.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/blanket_disable_command.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/blanket_disable_command.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/blanket_disable_command.html index 3f6f1b176..a7910e238 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/blanket_disable_command.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/blanket_disable_command.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/block_based_kvo.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/block_based_kvo.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/block_based_kvo.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/block_based_kvo.html index 3de73dfb1..1aac22e53 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/block_based_kvo.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/block_based_kvo.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/capture_variable.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/capture_variable.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/capture_variable.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/capture_variable.html index 24601650c..580ca66dc 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/capture_variable.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/capture_variable.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/class_delegate_protocol.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/class_delegate_protocol.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/class_delegate_protocol.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/class_delegate_protocol.html index 2120fa21f..eb8bb76ac 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/class_delegate_protocol.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/class_delegate_protocol.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closing_brace.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/closing_brace.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closing_brace.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/closing_brace.html index 20d489327..dae63f780 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closing_brace.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/closing_brace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_body_length.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_body_length.html similarity index 98% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_body_length.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_body_length.html index 791bd24d8..ebebfc0c4 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_body_length.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_body_length.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_end_indentation.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_end_indentation.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_end_indentation.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_end_indentation.html index 90f254d5c..2a0c6e842 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_end_indentation.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_end_indentation.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_parameter_position.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_parameter_position.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_parameter_position.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_parameter_position.html index 3381454d5..fe211e872 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_parameter_position.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_parameter_position.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_spacing.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_spacing.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_spacing.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_spacing.html index 1296bc1e3..48e316570 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/closure_spacing.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/closure_spacing.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/collection_alignment.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/collection_alignment.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/collection_alignment.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/collection_alignment.html index 53e6bc4a5..8b20e1079 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/collection_alignment.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/collection_alignment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/colon.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/colon.html similarity index 97% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/colon.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/colon.html index f15d245bb..b9f8a07fe 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/colon.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/colon.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/comma.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/comma.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/comma.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/comma.html index d2c2e22fa..2c5aeb658 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/comma.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/comma.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/comma_inheritance.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/comma_inheritance.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/comma_inheritance.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/comma_inheritance.html index 3d98b72fa..13bb3826b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/comma_inheritance.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/comma_inheritance.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/comment_spacing.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/comment_spacing.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/comment_spacing.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/comment_spacing.html index 26372dcd5..898d0604b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/comment_spacing.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/comment_spacing.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/compiler_protocol_init.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/compiler_protocol_init.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/compiler_protocol_init.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/compiler_protocol_init.html index 1913b223a..aa8ad006c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/compiler_protocol_init.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/compiler_protocol_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/computed_accessors_order.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/computed_accessors_order.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/computed_accessors_order.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/computed_accessors_order.html index 0a7e0f01b..d7cc7385f 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/computed_accessors_order.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/computed_accessors_order.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/conditional_returns_on_newline.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/conditional_returns_on_newline.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/conditional_returns_on_newline.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/conditional_returns_on_newline.html index 318943410..07b1effa3 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/conditional_returns_on_newline.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/conditional_returns_on_newline.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_filter_count.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_filter_count.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_filter_count.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_filter_count.html index 099c14b1a..2c87ebfe1 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_filter_count.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_filter_count.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_filter_is_empty.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_filter_is_empty.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_filter_is_empty.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_filter_is_empty.html index 20d92f586..524e11932 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_filter_is_empty.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_filter_is_empty.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_first_not_nil.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_first_not_nil.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_first_not_nil.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_first_not_nil.html index 63cac0b8d..354a22e85 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_first_not_nil.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_first_not_nil.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_range_nil_comparison.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_range_nil_comparison.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_range_nil_comparison.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_range_nil_comparison.html index b645778ff..348f2e665 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/contains_over_range_nil_comparison.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/contains_over_range_nil_comparison.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/control_statement.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/control_statement.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/control_statement.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/control_statement.html index 0d6644d4b..0edc5ca81 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/control_statement.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/control_statement.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/convenience_type.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/convenience_type.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/convenience_type.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/convenience_type.html index 57594e053..fde725ce3 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/convenience_type.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/convenience_type.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/css/highlight.css b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/css/highlight.css similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/css/highlight.css rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/css/highlight.css diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/css/jazzy.css b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/css/jazzy.css similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/css/jazzy.css rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/css/jazzy.css diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/custom_rules.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/custom_rules.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/custom_rules.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/custom_rules.html index 6da644ddf..fe8e6e89a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/custom_rules.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/custom_rules.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/cyclomatic_complexity.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/cyclomatic_complexity.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/cyclomatic_complexity.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/cyclomatic_complexity.html index 8a8150620..5222c55b9 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/cyclomatic_complexity.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/cyclomatic_complexity.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/deployment_target.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/deployment_target.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/deployment_target.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/deployment_target.html index fadd8ebd7..c07dabf7c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/deployment_target.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/deployment_target.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/direct_return.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/direct_return.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/direct_return.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/direct_return.html index e8cced6de..6a8a35fa6 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/direct_return.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/direct_return.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discarded_notification_center_observer.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discarded_notification_center_observer.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discarded_notification_center_observer.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/discarded_notification_center_observer.html index 43ef0fa4b..13ff871e6 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discarded_notification_center_observer.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discarded_notification_center_observer.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_assert.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_assert.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_assert.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_assert.html index 42c84e8a0..c55abb1c4 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_assert.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_assert.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_direct_init.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_direct_init.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_direct_init.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_direct_init.html index 349d45c5e..e955ebd69 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_direct_init.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_direct_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_none_name.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_none_name.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_none_name.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_none_name.html index e0585207b..2114b63ff 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_none_name.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_none_name.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_object_literal.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_object_literal.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_object_literal.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_object_literal.html index 2e8ecaf19..215637fdd 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_object_literal.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_object_literal.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_optional_boolean.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_optional_boolean.html similarity index 97% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_optional_boolean.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_optional_boolean.html index dde95a31d..68b9a62a8 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_optional_boolean.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_optional_boolean.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_optional_collection.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_optional_collection.html similarity index 98% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_optional_collection.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_optional_collection.html index 101a477b4..8a9d6a641 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/discouraged_optional_collection.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/discouraged_optional_collection.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicate_conditions.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicate_conditions.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicate_conditions.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicate_conditions.html index b7bb65fd3..8ce3a53c8 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicate_conditions.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicate_conditions.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicate_enum_cases.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicate_enum_cases.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicate_enum_cases.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicate_enum_cases.html index 014dd6545..06103ca86 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicate_enum_cases.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicate_enum_cases.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicate_imports.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicate_imports.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicate_imports.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicate_imports.html index 02b96769a..137ecd8ba 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicate_imports.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicate_imports.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicated_key_in_dictionary_literal.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicated_key_in_dictionary_literal.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicated_key_in_dictionary_literal.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicated_key_in_dictionary_literal.html index 26722263f..80ff1b3f5 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/duplicated_key_in_dictionary_literal.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/duplicated_key_in_dictionary_literal.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/dynamic_inline.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/dynamic_inline.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/dynamic_inline.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/dynamic_inline.html index 6744b1e0f..24ff1c4af 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/dynamic_inline.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/dynamic_inline.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_collection_literal.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_collection_literal.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_collection_literal.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_collection_literal.html index b7feeac39..c5bfb00d3 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_collection_literal.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_collection_literal.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_count.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_count.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_count.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_count.html index 39157f49a..936b87464 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_count.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_count.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_enum_arguments.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_enum_arguments.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_enum_arguments.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_enum_arguments.html index 17b719b82..4d1f5cb08 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_enum_arguments.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_enum_arguments.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_parameters.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_parameters.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_parameters.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_parameters.html index cabf3d63b..bec8f9986 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_parameters.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_parameters.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_parentheses_with_trailing_closure.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_parentheses_with_trailing_closure.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_parentheses_with_trailing_closure.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_parentheses_with_trailing_closure.html index 33f35a9e3..4151260a7 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_parentheses_with_trailing_closure.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_parentheses_with_trailing_closure.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_string.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_string.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_string.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_string.html index a842ca5f7..2775f86c4 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_string.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_string.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_xctest_method.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_xctest_method.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_xctest_method.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_xctest_method.html index d7d5434b0..6d8d30906 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/empty_xctest_method.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/empty_xctest_method.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/enum_case_associated_values_count.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/enum_case_associated_values_count.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/enum_case_associated_values_count.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/enum_case_associated_values_count.html index 3d181cf2f..1367593a0 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/enum_case_associated_values_count.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/enum_case_associated_values_count.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/expiring_todo.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/expiring_todo.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/expiring_todo.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/expiring_todo.html index 64d5cdd2c..d11debd04 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/expiring_todo.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/expiring_todo.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_acl.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_acl.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_acl.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_acl.html index e82788d71..876fa7d30 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_acl.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_acl.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_enum_raw_value.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_enum_raw_value.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_enum_raw_value.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_enum_raw_value.html index d53ef0062..60cf3215f 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_enum_raw_value.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_enum_raw_value.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_init.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_init.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_init.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_init.html index 2f6850b85..8af026c21 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_init.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_self.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_self.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_self.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_self.html index 80d324a2a..64c9e70ac 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_self.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_self.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_top_level_acl.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_top_level_acl.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_top_level_acl.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_top_level_acl.html index a3e57f831..6e621c39c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_top_level_acl.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_top_level_acl.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_type_interface.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_type_interface.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_type_interface.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_type_interface.html index 31005604d..30f28ccc3 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/explicit_type_interface.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/explicit_type_interface.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/extension_access_modifier.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/extension_access_modifier.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/extension_access_modifier.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/extension_access_modifier.html index 9bdc33223..e8253f39e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/extension_access_modifier.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/extension_access_modifier.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/fallthrough.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/fallthrough.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/fallthrough.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/fallthrough.html index 4edc1c95b..74c24001b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/fallthrough.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/fallthrough.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/fatal_error_message.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/fatal_error_message.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/fatal_error_message.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/fatal_error_message.html index c3ffa34e7..88785b909 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/fatal_error_message.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/fatal_error_message.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_header.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_header.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_header.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_header.html index a6a25af8c..5ba6fefec 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_header.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_header.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_length.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_length.html similarity index 99% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_length.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_length.html index 264423298..540cd0361 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_length.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_length.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_name.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_name.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_name.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_name.html index 5532c2631..4ab9cd172 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_name.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_name.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_name_no_space.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_name_no_space.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_name_no_space.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_name_no_space.html index 4cfd012fc..35ab097da 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_name_no_space.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_name_no_space.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_types_order.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_types_order.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_types_order.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_types_order.html index 3aaca3dfd..91d4cfe4b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/file_types_order.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/file_types_order.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/first_where.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/first_where.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/first_where.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/first_where.html index a8c46dae2..e63f0f9bd 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/first_where.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/first_where.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/flatmap_over_map_reduce.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/flatmap_over_map_reduce.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/flatmap_over_map_reduce.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/flatmap_over_map_reduce.html index ff98b9367..449456ca6 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/flatmap_over_map_reduce.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/flatmap_over_map_reduce.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/for_where.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/for_where.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/for_where.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/for_where.html index eba25d948..e77577f94 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/for_where.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/for_where.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/force_cast.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/force_cast.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/force_cast.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/force_cast.html index 275399cab..225c465df 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/force_cast.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/force_cast.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/force_try.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/force_try.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/force_try.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/force_try.html index 1f9fe80ca..dae31560b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/force_try.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/force_try.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/force_unwrapping.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/force_unwrapping.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/force_unwrapping.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/force_unwrapping.html index 59200c761..a26d8161e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/force_unwrapping.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/force_unwrapping.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/function_body_length.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/function_body_length.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/function_body_length.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/function_body_length.html index d18a7331b..e296a2068 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/function_body_length.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/function_body_length.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/function_default_parameter_at_end.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/function_default_parameter_at_end.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/function_default_parameter_at_end.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/function_default_parameter_at_end.html index df74b3071..720eb066e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/function_default_parameter_at_end.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/function_default_parameter_at_end.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/function_parameter_count.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/function_parameter_count.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/function_parameter_count.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/function_parameter_count.html index 34b914992..031597e80 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/function_parameter_count.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/function_parameter_count.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/generic_type_name.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/generic_type_name.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/generic_type_name.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/generic_type_name.html index bf31f3e67..02e462d39 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/generic_type_name.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/generic_type_name.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/ibinspectable_in_extension.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/ibinspectable_in_extension.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/ibinspectable_in_extension.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/ibinspectable_in_extension.html index ada23a31c..33a6a4084 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/ibinspectable_in_extension.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/ibinspectable_in_extension.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/identical_operands.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/identical_operands.html similarity index 98% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/identical_operands.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/identical_operands.html index 0c92605de..0eec50ad6 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/identical_operands.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/identical_operands.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/identifier_name.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/identifier_name.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/identifier_name.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/identifier_name.html index 9e5d4b64e..cd17c084e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/identifier_name.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/identifier_name.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/img/carat.png b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/img/carat.png similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/img/carat.png rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/img/carat.png diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/img/dash.png b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/img/dash.png similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/img/dash.png rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/img/dash.png diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/img/gh.png b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/img/gh.png similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/img/gh.png rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/img/gh.png diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/img/spinner.gif b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/img/spinner.gif similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/img/spinner.gif rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/img/spinner.gif diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicit_getter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/implicit_getter.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicit_getter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/implicit_getter.html index 5c1c8eb4e..c8a7d04cc 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicit_getter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/implicit_getter.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicit_return.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/implicit_return.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicit_return.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/implicit_return.html index 6c83b6d62..307c8b04b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicit_return.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/implicit_return.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicitly_unwrapped_optional.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/implicitly_unwrapped_optional.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicitly_unwrapped_optional.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/implicitly_unwrapped_optional.html index 9ca635add..b33b0f770 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicitly_unwrapped_optional.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/implicitly_unwrapped_optional.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/inclusive_language.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/inclusive_language.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/inclusive_language.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/inclusive_language.html index c9bc9e236..4bb801073 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/inclusive_language.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/inclusive_language.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/indentation_width.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/indentation_width.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/indentation_width.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/indentation_width.html index 7f468c161..31618f608 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/indentation_width.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/indentation_width.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/index.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/index.html similarity index 97% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/index.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/index.html index eab10d737..839b1f4e6 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/index.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/index.html @@ -1,7 +1,7 @@ - SwiftLintFramework Reference + SwiftLintCore Reference @@ -15,12 +15,12 @@ - +

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,9 +47,9 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/inert_defer.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/inert_defer.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/inert_defer.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/inert_defer.html index 1f521956c..306c12368 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/inert_defer.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/inert_defer.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/invalid_swiftlint_command.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/invalid_swiftlint_command.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/invalid_swiftlint_command.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/invalid_swiftlint_command.html index 0ac81fe85..5b4edf259 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/invalid_swiftlint_command.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/invalid_swiftlint_command.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/is_disjoint.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/is_disjoint.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/is_disjoint.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/is_disjoint.html index a6e7a7b1f..4a9c4bb16 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/is_disjoint.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/is_disjoint.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/joined_default_parameter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/joined_default_parameter.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/joined_default_parameter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/joined_default_parameter.html index dea60ac66..0c87c9a90 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/joined_default_parameter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/joined_default_parameter.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/js/jazzy.js b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/js/jazzy.js similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/js/jazzy.js rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/js/jazzy.js diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/js/jazzy.search.js b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/js/jazzy.search.js similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/js/jazzy.search.js rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/js/jazzy.search.js diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/js/jquery.min.js b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/js/jquery.min.js similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/js/jquery.min.js rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/js/jquery.min.js diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/js/lunr.min.js b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/js/lunr.min.js similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/js/lunr.min.js rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/js/lunr.min.js diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/js/typeahead.jquery.js b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/js/typeahead.jquery.js similarity index 100% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/js/typeahead.jquery.js rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/js/typeahead.jquery.js diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/large_tuple.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/large_tuple.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/large_tuple.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/large_tuple.html index 34f2995f7..d306f4b5c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/large_tuple.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/large_tuple.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/last_where.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/last_where.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/last_where.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/last_where.html index 6ac695882..10c635f76 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/last_where.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/last_where.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/leading_whitespace.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/leading_whitespace.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/leading_whitespace.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/leading_whitespace.html index 04d72d587..484a06028 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/leading_whitespace.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/leading_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_cggeometry_functions.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_cggeometry_functions.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_cggeometry_functions.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_cggeometry_functions.html index 8b233ccf9..458d32357 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_cggeometry_functions.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_cggeometry_functions.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_constant.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_constant.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_constant.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_constant.html index 1c3dba11e..0ffeb0be8 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_constant.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_constant.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_constructor.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_constructor.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_constructor.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_constructor.html index 0b276f2fe..ba7e0421f 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_constructor.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_constructor.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_hashing.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_hashing.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_hashing.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_hashing.html index 3f33b015e..c71450c6a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_hashing.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_hashing.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_multiple.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_multiple.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_multiple.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_multiple.html index c2e6b32a9..00fb8bf56 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_multiple.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_multiple.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_nsgeometry_functions.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_nsgeometry_functions.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_nsgeometry_functions.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_nsgeometry_functions.html index 4ae401a76..aeefd1a52 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_nsgeometry_functions.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_nsgeometry_functions.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_objc_type.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_objc_type.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_objc_type.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_objc_type.html index 50d3cad55..4459e4ed4 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_objc_type.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_objc_type.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_random.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_random.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_random.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_random.html index 2ef7150e8..f0359d483 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/legacy_random.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/legacy_random.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/let_var_whitespace.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/let_var_whitespace.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/let_var_whitespace.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/let_var_whitespace.html index 2a28fc403..cc53d7353 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/let_var_whitespace.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/let_var_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/line_length.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/line_length.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/line_length.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/line_length.html index 72b3dfdf3..1221b3b17 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/line_length.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/line_length.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/literal_expression_end_indentation.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/literal_expression_end_indentation.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/literal_expression_end_indentation.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/literal_expression_end_indentation.html index ec5a7c166..3835042da 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/literal_expression_end_indentation.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/literal_expression_end_indentation.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/local_doc_comment.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/local_doc_comment.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/local_doc_comment.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/local_doc_comment.html index 1e9d67bae..2784592f8 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/local_doc_comment.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/local_doc_comment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/lower_acl_than_parent.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/lower_acl_than_parent.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/lower_acl_than_parent.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/lower_acl_than_parent.html index a374df746..01024d570 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/lower_acl_than_parent.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/lower_acl_than_parent.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/mark.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/mark.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/mark.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/mark.html index 717538f3a..ab74a5e58 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/mark.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/mark.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/missing_docs.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/missing_docs.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/missing_docs.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/missing_docs.html index 1a3970702..8c2b43e52 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/missing_docs.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/missing_docs.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/modifier_order.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/modifier_order.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/modifier_order.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/modifier_order.html index 713d8477b..557678cfd 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/modifier_order.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/modifier_order.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_arguments.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_arguments.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_arguments.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_arguments.html index afd6275c8..f2bc42075 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_arguments.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_arguments.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_arguments_brackets.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_arguments_brackets.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_arguments_brackets.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_arguments_brackets.html index 0ebfe86ba..31648285e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_arguments_brackets.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_arguments_brackets.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_function_chains.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_function_chains.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_function_chains.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_function_chains.html index 9480a2da2..5afe30711 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_function_chains.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_function_chains.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_literal_brackets.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_literal_brackets.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_literal_brackets.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_literal_brackets.html index 7d39b63fa..58377d691 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_literal_brackets.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_literal_brackets.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_parameters.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_parameters.html similarity index 97% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_parameters.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_parameters.html index 797acde38..7a47c04ec 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_parameters.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_parameters.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_parameters_brackets.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_parameters_brackets.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_parameters_brackets.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_parameters_brackets.html index dcee76d97..32a73fb64 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiline_parameters_brackets.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiline_parameters_brackets.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiple_closures_with_trailing_closure.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiple_closures_with_trailing_closure.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiple_closures_with_trailing_closure.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiple_closures_with_trailing_closure.html index dc82ef851..7f23c1cca 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/multiple_closures_with_trailing_closure.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/multiple_closures_with_trailing_closure.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nesting.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/nesting.html similarity index 98% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nesting.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/nesting.html index 0a1097a50..31242159c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nesting.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/nesting.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nimble_operator.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/nimble_operator.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nimble_operator.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/nimble_operator.html index 8404b0187..043fb777d 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nimble_operator.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/nimble_operator.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_extension_access_modifier.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_extension_access_modifier.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_extension_access_modifier.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_extension_access_modifier.html index 80faf1bf0..6af6708f1 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_extension_access_modifier.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_extension_access_modifier.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_fallthrough_only.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_fallthrough_only.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_fallthrough_only.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_fallthrough_only.html index cfff6cf35..ca8f6f754 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_fallthrough_only.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_fallthrough_only.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_grouping_extension.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_grouping_extension.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_grouping_extension.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_grouping_extension.html index ad1cd6e08..5c6072a61 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_grouping_extension.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_grouping_extension.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_magic_numbers.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_magic_numbers.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_magic_numbers.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_magic_numbers.html index c7dc8caba..c33bda6a8 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_magic_numbers.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_magic_numbers.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_space_in_method_call.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_space_in_method_call.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_space_in_method_call.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_space_in_method_call.html index efc9d6e75..32646d0d7 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/no_space_in_method_call.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/no_space_in_method_call.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/notification_center_detachment.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/notification_center_detachment.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/notification_center_detachment.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/notification_center_detachment.html index f5495be20..4081b5f59 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/notification_center_detachment.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/notification_center_detachment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/ns_number_init_as_function_reference.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/ns_number_init_as_function_reference.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/ns_number_init_as_function_reference.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/ns_number_init_as_function_reference.html index ef0b89beb..5f084b08e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/ns_number_init_as_function_reference.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/ns_number_init_as_function_reference.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nslocalizedstring_key.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/nslocalizedstring_key.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nslocalizedstring_key.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/nslocalizedstring_key.html index f44ff4487..18a12f592 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nslocalizedstring_key.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/nslocalizedstring_key.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nslocalizedstring_require_bundle.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/nslocalizedstring_require_bundle.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nslocalizedstring_require_bundle.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/nslocalizedstring_require_bundle.html index 0d882a83e..e82ae3abd 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nslocalizedstring_require_bundle.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/nslocalizedstring_require_bundle.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nsobject_prefer_isequal.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/nsobject_prefer_isequal.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nsobject_prefer_isequal.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/nsobject_prefer_isequal.html index f40ccdfd8..7f104f022 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/nsobject_prefer_isequal.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/nsobject_prefer_isequal.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/number_separator.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/number_separator.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/number_separator.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/number_separator.html index 3542acbe6..a15d401d7 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/number_separator.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/number_separator.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/object_literal.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/object_literal.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/object_literal.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/object_literal.html index 4229c37a2..9b93cc2ea 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/object_literal.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/object_literal.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/opening_brace.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/opening_brace.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/opening_brace.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/opening_brace.html index d5e981e65..d7a923f11 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/opening_brace.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/opening_brace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/operator_usage_whitespace.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/operator_usage_whitespace.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/operator_usage_whitespace.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/operator_usage_whitespace.html index c98221c93..bd4880a0b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/operator_usage_whitespace.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/operator_usage_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/operator_whitespace.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/operator_whitespace.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/operator_whitespace.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/operator_whitespace.html index 03bf3ddc9..7f8434db7 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/operator_whitespace.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/operator_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/optional_enum_case_matching.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/optional_enum_case_matching.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/optional_enum_case_matching.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/optional_enum_case_matching.html index cf110fe3c..5a83d7a69 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/optional_enum_case_matching.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/optional_enum_case_matching.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/orphaned_doc_comment.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/orphaned_doc_comment.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/orphaned_doc_comment.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/orphaned_doc_comment.html index 29d43b30f..38444e355 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/orphaned_doc_comment.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/orphaned_doc_comment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/overridden_super_call.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/overridden_super_call.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/overridden_super_call.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/overridden_super_call.html index 41d3bb23e..0ee90e661 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/overridden_super_call.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/overridden_super_call.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/override_in_extension.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/override_in_extension.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/override_in_extension.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/override_in_extension.html index ed54fd2b9..e88d01f8e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/override_in_extension.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/override_in_extension.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/pattern_matching_keywords.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/pattern_matching_keywords.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/pattern_matching_keywords.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/pattern_matching_keywords.html index 19bf67e13..bc7a97929 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/pattern_matching_keywords.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/pattern_matching_keywords.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/period_spacing.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/period_spacing.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/period_spacing.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/period_spacing.html index 9810870a1..6b6e6b586 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/period_spacing.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/period_spacing.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_nimble.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_nimble.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_nimble.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_nimble.html index bcaf72e45..f6f6e3798 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_nimble.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_nimble.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_self_in_static_references.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_self_in_static_references.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_self_in_static_references.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_self_in_static_references.html index 7cca47f79..f65c2482d 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_self_in_static_references.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_self_in_static_references.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_self_type_over_type_of_self.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_self_type_over_type_of_self.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_self_type_over_type_of_self.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_self_type_over_type_of_self.html index 3766827b4..df22f342a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_self_type_over_type_of_self.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_self_type_over_type_of_self.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_zero_over_explicit_init.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_zero_over_explicit_init.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_zero_over_explicit_init.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_zero_over_explicit_init.html index 75c94f92f..8e3792647 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefer_zero_over_explicit_init.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefer_zero_over_explicit_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefixed_toplevel_constant.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefixed_toplevel_constant.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefixed_toplevel_constant.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefixed_toplevel_constant.html index 09bbf17b3..6e137b578 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prefixed_toplevel_constant.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prefixed_toplevel_constant.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_action.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_action.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_action.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_action.html index ee2c045b5..94d517961 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_action.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_action.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_outlet.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_outlet.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_outlet.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_outlet.html index 6cfd07149..4189cf9f1 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_outlet.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_outlet.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_over_fileprivate.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_over_fileprivate.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_over_fileprivate.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_over_fileprivate.html index 559cde6c0..b59667c54 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_over_fileprivate.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_over_fileprivate.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_subject.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_subject.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_subject.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_subject.html index 5abee85fb..e5424fe64 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_subject.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_subject.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_unit_test.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_unit_test.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_unit_test.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_unit_test.html index 7f2525c7a..aad0f862b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/private_unit_test.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/private_unit_test.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prohibited_interface_builder.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prohibited_interface_builder.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prohibited_interface_builder.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/prohibited_interface_builder.html index 96193f1a9..3854f1a72 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prohibited_interface_builder.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prohibited_interface_builder.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prohibited_super_call.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prohibited_super_call.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prohibited_super_call.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/prohibited_super_call.html index 102e6e9dc..5eaae9072 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/prohibited_super_call.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/prohibited_super_call.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/protocol_property_accessors_order.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/protocol_property_accessors_order.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/protocol_property_accessors_order.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/protocol_property_accessors_order.html index f1d363f7e..c9c856cf4 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/protocol_property_accessors_order.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/protocol_property_accessors_order.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/quick_discouraged_call.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/quick_discouraged_call.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/quick_discouraged_call.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/quick_discouraged_call.html index e5ebadc92..e59e28ab0 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/quick_discouraged_call.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/quick_discouraged_call.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/quick_discouraged_focused_test.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/quick_discouraged_focused_test.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/quick_discouraged_focused_test.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/quick_discouraged_focused_test.html index 573b8355c..70dd04c1f 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/quick_discouraged_focused_test.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/quick_discouraged_focused_test.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/quick_discouraged_pending_test.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/quick_discouraged_pending_test.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/quick_discouraged_pending_test.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/quick_discouraged_pending_test.html index 53c938bd9..4b7a2456d 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/quick_discouraged_pending_test.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/quick_discouraged_pending_test.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/raw_value_for_camel_cased_codable_enum.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/raw_value_for_camel_cased_codable_enum.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/raw_value_for_camel_cased_codable_enum.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/raw_value_for_camel_cased_codable_enum.html index 920518eae..699799daa 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/raw_value_for_camel_cased_codable_enum.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/raw_value_for_camel_cased_codable_enum.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/reduce_boolean.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/reduce_boolean.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/reduce_boolean.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/reduce_boolean.html index eb1a26ffc..eb19c7462 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/reduce_boolean.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/reduce_boolean.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/reduce_into.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/reduce_into.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/reduce_into.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/reduce_into.html index 55ee679a2..bfe4ae4e3 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/reduce_into.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/reduce_into.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_discardable_let.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_discardable_let.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_discardable_let.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_discardable_let.html index a15fe875b..85c706a0f 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_discardable_let.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_discardable_let.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_nil_coalescing.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_nil_coalescing.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_nil_coalescing.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_nil_coalescing.html index 994f26289..5933fd87a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_nil_coalescing.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_nil_coalescing.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_objc_attribute.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_objc_attribute.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_objc_attribute.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_objc_attribute.html index 3c61b569a..6ead1df87 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_objc_attribute.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_objc_attribute.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_optional_initialization.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_optional_initialization.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_optional_initialization.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_optional_initialization.html index eda9bfb82..2a1014a41 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_optional_initialization.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_optional_initialization.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_set_access_control.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_set_access_control.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_set_access_control.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_set_access_control.html index 1fd156bf2..dd20e8954 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_set_access_control.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_set_access_control.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_string_enum_value.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_string_enum_value.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_string_enum_value.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_string_enum_value.html index 1bb69dcfe..eaa8b3530 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_string_enum_value.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_string_enum_value.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_type_annotation.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_type_annotation.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_type_annotation.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_type_annotation.html index b542863ec..afe36872d 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_type_annotation.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_type_annotation.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_void_return.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_void_return.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_void_return.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_void_return.html index 35d87659a..573a6ec67 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/redundant_void_return.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/redundant_void_return.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/required_deinit.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/required_deinit.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/required_deinit.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/required_deinit.html index 8afd96f31..54e492569 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/required_deinit.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/required_deinit.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/required_enum_case.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/required_enum_case.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/required_enum_case.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/required_enum_case.html index a04f3d80d..40d343e82 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/required_enum_case.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/required_enum_case.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/return_arrow_whitespace.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/return_arrow_whitespace.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/return_arrow_whitespace.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/return_arrow_whitespace.html index 880639603..6421fc3f4 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/return_arrow_whitespace.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/return_arrow_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/return_value_from_void_function.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/return_value_from_void_function.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/return_value_from_void_function.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/return_value_from_void_function.html index 9e09c44fa..f66bfd9f1 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/return_value_from_void_function.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/return_value_from_void_function.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/rule-directory.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/rule-directory.html similarity index 97% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/rule-directory.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/rule-directory.html index 7357c8f1b..51e340fb9 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/rule-directory.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/rule-directory.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintCore.docset/Contents/Resources/Documents/search.json b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/search.json new file mode 100644 index 000000000..2479c04a9 --- /dev/null +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/search.json @@ -0,0 +1 @@ +{"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP18consoleDescriptionSSvp":{"name":"consoleDescription","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore27SeverityLevelsConfigurationV23shortConsoleDescriptionSSvp":{"name":"shortConsoleDescription","abstract":"

    A condensed console description.

    ","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore27SeverityLevelsConfigurationV7warningSivp":{"name":"warning","abstract":"

    The threshold for a violation to be a warning.

    ","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore27SeverityLevelsConfigurationV5errorSiSgvp":{"name":"error","abstract":"

    The threshold for a violation to be an error.

    ","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore27SeverityLevelsConfigurationV7warning5errorACSi_SiSgtcfc":{"name":"init(warning:error:)","abstract":"

    Create a SeverityLevelsConfiguration based on the sepecified warning and error thresholds.

    ","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore27SeverityLevelsConfigurationV6paramsSayAA13RuleParameterVySiGGvp":{"name":"params","abstract":"

    The rule parameters that define the thresholds that should map to each severity.

    ","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP5apply13configurationyyp_tKF":{"name":"apply(configuration:)","parent_name":"SeverityLevelsConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV10identifierSSvp":{"name":"identifier","abstract":"

    The identifier for this custom rule.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV4nameSSSgvp":{"name":"name","abstract":"

    The name for this custom rule.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV7messageSSvp":{"name":"message","abstract":"

    The message to be presented when producing violations.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV5regexSo19NSRegularExpressionCSgvp":{"name":"regex","abstract":"

    The regular expression to apply to trigger violations for this custom rule.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV8includedSaySo19NSRegularExpressionCGvp":{"name":"included","abstract":"

    Regular expressions to include when matching the file path.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV8excludedSaySo19NSRegularExpressionCGvp":{"name":"excluded","abstract":"

    Regular expressions to exclude when matching the file path.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV18excludedMatchKindsShy21SourceKittenFramework10SyntaxKindOGvp":{"name":"excludedMatchKinds","abstract":"

    The syntax kinds to exclude from matches. If the regex matched syntax kinds from this list, it would","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore30SeverityBasedRuleConfigurationP08severityG0AA0dG0Vvp":{"name":"severityConfiguration","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV12captureGroupSivp":{"name":"captureGroup","abstract":"

    The index of the regex capture group to match.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP18consoleDescriptionSSvp":{"name":"consoleDescription","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore24CacheDescriptionProviderP05cacheE0SSvp":{"name":"cacheDescription","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV11descriptionAA15RuleDescriptionVvp":{"name":"description","abstract":"

    The RuleDescription for the custom rule defined here.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV10identifierACSS_tcfc":{"name":"init(identifier:)","abstract":"

    Create a RegexConfiguration with the specified identifier, with other properties to be set later.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP5apply13configurationyyp_tKF":{"name":"apply(configuration:)","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"RegexConfiguration"},"Structs/XcodeReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"XcodeReporter"},"Structs/SummaryReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"SummaryReporter"},"Structs/SonarQubeReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"SonarQubeReporter"},"Structs/RelativePathReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"RelativePathReporter"},"Structs/GitLabJUnitReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"GitLabJUnitReporter"},"Structs/ReasonedRuleViolation.html#/s:13SwiftLintCore21ReasonedRuleViolationV8position0A6Syntax16AbsolutePositionVvp":{"name":"position","abstract":"

    The violation’s position.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:13SwiftLintCore21ReasonedRuleViolationV6reasonSSSgvp":{"name":"reason","abstract":"

    A specific reason for the violation.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:13SwiftLintCore21ReasonedRuleViolationV8severityAA0F8SeverityOSgvp":{"name":"severity","abstract":"

    The violation’s severity.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:13SwiftLintCore21ReasonedRuleViolationV8position6reason8severityAC0A6Syntax16AbsolutePositionV_SSSgAA0F8SeverityOSgtcfc":{"name":"init(position:reason:severity:)","abstract":"

    Creates a ReasonedRuleViolation.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"ReasonedRuleViolation"},"Structs/YamlParser.html#/s:13SwiftLintCore10YamlParserV5parse_3envSDySSypGSS_SDyS2SGtKFZ":{"name":"parse(_:env:)","abstract":"

    Parses the input YAML string as an untyped dictionary.

    ","parent_name":"YamlParser"},"Structs/Version.html#/s:13SwiftLintCore7VersionV5valueSSvp":{"name":"value","abstract":"

    The string value for this version.

    ","parent_name":"Version"},"Structs/Version.html#/s:13SwiftLintCore7VersionV7currentACvpZ":{"name":"current","abstract":"

    The current SwiftLint version.

    ","parent_name":"Version"},"Structs/SwiftVersion.html#/s:SY8RawValueQa":{"name":"RawValue","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SY8rawValue03RawB0Qzvp":{"name":"rawValue","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SY8rawValuexSg03RawB0Qz_tcfc":{"name":"init(rawValue:)","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV4fiveACvpZ":{"name":"five","abstract":"

    Swift 5.0.x - https://swift.org/download/#swift-50

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV10fiveDotOneACvpZ":{"name":"fiveDotOne","abstract":"

    Swift 5.1.x - https://swift.org/download/#swift-51

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV10fiveDotTwoACvpZ":{"name":"fiveDotTwo","abstract":"

    Swift 5.2.x - https://swift.org/download/#swift-52

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV12fiveDotThreeACvpZ":{"name":"fiveDotThree","abstract":"

    Swift 5.3.x - https://swift.org/download/#swift-53

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV11fiveDotFourACvpZ":{"name":"fiveDotFour","abstract":"

    Swift 5.4.x - https://swift.org/download/#swift-54

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV11fiveDotFiveACvpZ":{"name":"fiveDotFive","abstract":"

    Swift 5.5.x - https://swift.org/download/#swift-55

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV10fiveDotSixACvpZ":{"name":"fiveDotSix","abstract":"

    Swift 5.6.x - https://swift.org/download/#swift-56

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV12fiveDotSevenACvpZ":{"name":"fiveDotSeven","abstract":"

    Swift 5.7.x - https://swift.org/download/#swift-57

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV7currentACvpZ":{"name":"current","abstract":"

    The current detected Swift compiler version, based on the currently accessible SourceKit version.

    ","parent_name":"SwiftVersion"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV5value21SourceKittenFramework0dE0Vvp":{"name":"value","abstract":"

    The raw SyntaxToken obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV4kind21SourceKittenFramework0D4KindOSgvp":{"name":"kind","abstract":"

    The syntax kind associated with is token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV5valueAC21SourceKittenFramework0dE0V_tcfc":{"name":"init(value:)","abstract":"

    Creates a SwiftLintSyntaxToken from the raw SyntaxToken obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV5range21SourceKittenFramework9ByteRangeVvp":{"name":"range","abstract":"

    The byte range in a source file for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV6offset21SourceKittenFramework9ByteCountVvp":{"name":"offset","abstract":"

    The starting byte offset in a source file for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV6length21SourceKittenFramework9ByteCountVvp":{"name":"length","abstract":"

    The length in bytes for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxMap.html#/s:13SwiftLintCore0aB9SyntaxMapV5value21SourceKittenFramework0dE0Vvp":{"name":"value","abstract":"

    The raw SyntaxMap obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:13SwiftLintCore0aB9SyntaxMapV6tokensSayAA0abD5TokenVGvp":{"name":"tokens","abstract":"

    The SwiftLint-specific syntax tokens for this syntax map.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:13SwiftLintCore0aB9SyntaxMapV5valueAC21SourceKittenFramework0dE0V_tcfc":{"name":"init(value:)","abstract":"

    Creates a SwiftLintSyntaxMap from the raw SyntaxMap obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:13SwiftLintCore0aB9SyntaxMapV6tokens11inByteRangeSayAA0abD5TokenVG21SourceKittenFramework0hI0V_tF":{"name":"tokens(inByteRange:)","abstract":"

    Returns array of syntax tokens intersecting with byte range.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:13SwiftLintCore0aB9SyntaxMapV5kinds11inByteRangeSay21SourceKittenFramework0D4KindOGAF0hI0V_tF":{"name":"kinds(inByteRange:)","abstract":"

    Returns the syntax kinds in the specified byte range.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV14ruleIdentifierSSvp":{"name":"ruleIdentifier","abstract":"

    The identifier of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV15ruleDescriptionSSvp":{"name":"ruleDescription","abstract":"

    The description of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV8ruleNameSSvp":{"name":"ruleName","abstract":"

    The name of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV8severityAA0E8SeverityOvp":{"name":"severity","abstract":"

    The severity of this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV8locationAA8LocationVvp":{"name":"location","abstract":"

    The location of this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV6reasonSSvp":{"name":"reason","abstract":"

    The justification for this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV11descriptionSSvp":{"name":"description","abstract":"

    A printable description for this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV15ruleDescription8severity8location6reasonAcA04RuleG0V_AA0E8SeverityOAA8LocationVSSSgtcfc":{"name":"init(ruleDescription:severity:location:reason:)","abstract":"

    Creates a StyleViolation by specifying its properties directly.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV4with8severityAcA0E8SeverityO_tF":{"name":"with(severity:)","abstract":"

    Returns the same violation, but with the severity that is passed in

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV4with8locationAcA8LocationV_tF":{"name":"with(location:)","abstract":"

    Returns the same violation, but with the location that is passed in

    ","parent_name":"StyleViolation"},"Structs/SeverityConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP18consoleDescriptionSSvp":{"name":"consoleDescription","parent_name":"SeverityConfiguration"},"Structs/SeverityConfiguration.html#/s:13SwiftLintCore30SeverityBasedRuleConfigurationP08severityG0AA0dG0Vvp":{"name":"severityConfiguration","parent_name":"SeverityConfiguration"},"Structs/SeverityConfiguration.html#/s:13SwiftLintCore21SeverityConfigurationVyAcA09ViolationD0Ocfc":{"name":"init(_:)","abstract":"

    Create a SeverityConfiguration with the specified severity.

    ","parent_name":"SeverityConfiguration"},"Structs/SeverityConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP5apply13configurationyyp_tKF":{"name":"apply(configuration:)","parent_name":"SeverityConfiguration"},"Structs/RuleParameter.html#/s:13SwiftLintCore13RuleParameterV8severityAA17ViolationSeverityOvp":{"name":"severity","abstract":"

    The severity that should be assigned to the violation of this parameter’s value is met.

    ","parent_name":"RuleParameter"},"Structs/RuleParameter.html#/s:13SwiftLintCore13RuleParameterV5valuexvp":{"name":"value","abstract":"

    The value to configure the rule.

    ","parent_name":"RuleParameter"},"Structs/RuleParameter.html#/s:13SwiftLintCore13RuleParameterV8severity5valueACyxGAA17ViolationSeverityO_xtcfc":{"name":"init(severity:value:)","abstract":"

    Creates a RuleParameter by specifying its properties directly.

    ","parent_name":"RuleParameter"},"Structs/RuleList.html#/s:13SwiftLintCore8RuleListV4listSDySSAA0D0_pXpGvp":{"name":"list","abstract":"

    The rules contained in this list.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:13SwiftLintCore8RuleListV5rulesAcA0D0_pXpd_tcfc":{"name":"init(rules:)","abstract":"

    Creates a RuleList by specifying all its rules.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:13SwiftLintCore8RuleListV5rulesACSayAA0D0_pXpG_tcfc":{"name":"init(rules:)","abstract":"

    Creates a RuleList by specifying all its rules.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"RuleList"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV10identifierSSvp":{"name":"identifier","abstract":"

    The rule’s unique identifier, to be used in configuration files and SwiftLint commands.","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV4nameSSvp":{"name":"name","abstract":"

    The rule’s human-readable name. Should be short, descriptive and formatted in Title Case. May contain spaces.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV11descriptionSSvp":{"name":"description","abstract":"

    The rule’s verbose description. Should read as a sentence or short paragraph. Good things to include are an","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV4kindAA0D4KindOvp":{"name":"kind","abstract":"

    The RuleKind that best categorizes this rule.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV21nonTriggeringExamplesSayAA7ExampleVGvp":{"name":"nonTriggeringExamples","abstract":"

    Swift source examples that do not trigger a violation for this rule. Used for documentation purposes to inform","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV18triggeringExamplesSayAA7ExampleVGvp":{"name":"triggeringExamples","abstract":"

    Swift source examples that do trigger one or more violations for this rule. Used for documentation purposes to","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV11correctionsSDyAA7ExampleVAFGvp":{"name":"corrections","abstract":"

    Pairs of Swift source examples, where keys are examples that trigger violations for this rule, and the values","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV17deprecatedAliasesShySSGvp":{"name":"deprecatedAliases","abstract":"

    Any previous iteration of the rule’s identifier that was previously shipped with SwiftLint.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV03minA7VersionAA0aG0Vvp":{"name":"minSwiftVersion","abstract":"

    The oldest version of the Swift compiler supported by this rule.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV18requiresFileOnDiskSbvp":{"name":"requiresFileOnDisk","abstract":"

    Whether or not this rule can only be executed on a file physically on-disk. Typically necessary for rules","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV07consoleE0SSvp":{"name":"consoleDescription","abstract":"

    The console-printable string for this description.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV14allIdentifiersSaySSGvp":{"name":"allIdentifiers","abstract":"

    All identifiers that have been used to uniquely identify this rule in past and current SwiftLint versions.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV10identifier4name11description4kind03minA7Version21nonTriggeringExamples010triggeringN011corrections17deprecatedAliases18requiresFileOnDiskACSS_S2SAA0D4KindOAA0aK0VSayAA7ExampleVGATSDyA2SGShySSGSbtcfc":{"name":"init(identifier:name:description:kind:minSwiftVersion:nonTriggeringExamples:triggeringExamples:corrections:deprecatedAliases:requiresFileOnDisk:)","abstract":"

    Creates a RuleDescription by specifying all its properties directly.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"RuleDescription"},"Structs/Region.html#/s:13SwiftLintCore6RegionV5startAA8LocationVvp":{"name":"start","abstract":"

    The location describing the start of the region. All locations that are less than this value","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV3endAA8LocationVvp":{"name":"end","abstract":"

    The location describing the end of the region. All locations that are greater than this value","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV23disabledRuleIdentifiersShyAA0F10IdentifierOGvp":{"name":"disabledRuleIdentifiers","abstract":"

    All SwiftLint rule identifiers that are disabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV5start3end23disabledRuleIdentifiersAcA8LocationV_AHShyAA0H10IdentifierOGtcfc":{"name":"init(start:end:disabledRuleIdentifiers:)","abstract":"

    Creates a Region by setting explicit values for all its properties.

    ","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV8containsySbAA8LocationVF":{"name":"contains(_:)","abstract":"

    Whether the specific location is contained in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV13isRuleEnabledySbAA0F0_pF":{"name":"isRuleEnabled(_:)","abstract":"

    Whether the specified rule is enabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV14isRuleDisabledySbAA0F0_pF":{"name":"isRuleDisabled(_:)","abstract":"

    Whether the specified rule is disabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV26deprecatedAliasesDisabling4ruleShySSGAA4Rule_p_tF":{"name":"deprecatedAliasesDisabling(rule:)","abstract":"

    Returns the deprecated rule aliases that are disabling the specified rule in this region.","parent_name":"Region"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4fileSSSgvp":{"name":"file","abstract":"

    The file path on disk for this location.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4lineSiSgvp":{"name":"line","abstract":"

    The line offset in the file for this location. 1-indexed.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV9characterSiSgvp":{"name":"character","abstract":"

    The character offset in the file for this location. 1-indexed.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV11descriptionSSvp":{"name":"description","abstract":"

    A lossless printable description of this location.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV12relativeFileSSSgvp":{"name":"relativeFile","abstract":"

    The file path for this location relative to the current working directory.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4file4line9characterACSSSg_SiSgAHtcfc":{"name":"init(file:line:character:)","abstract":"

    Creates a Location by specifying its properties directly.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4file10byteOffsetAcA0aB4FileC_21SourceKittenFramework9ByteCountVtcfc":{"name":"init(file:byteOffset:)","abstract":"

    Creates a Location based on a SwiftLintFile and a byte-offset into the file.","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4file8positionAcA0aB4FileC_0A6Syntax16AbsolutePositionVtcfc":{"name":"init(file:position:)","abstract":"

    Creates a Location based on a SwiftLintFile and a SwiftSyntax AbsolutePosition into the file.","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4file15characterOffsetAcA0aB4FileC_Sitcfc":{"name":"init(file:characterOffset:)","abstract":"

    Creates a Location based on a SwiftLintFile and a UTF8 character-offset into the file.","parent_name":"Location"},"Structs/Location.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"Location"},"Structs/CollectedLinter.html#/s:13SwiftLintCore15CollectedLinterV4fileAA0aB4FileCvp":{"name":"file","abstract":"

    The file to lint with this linter.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:13SwiftLintCore15CollectedLinterV15styleViolations5usingSayAA14StyleViolationVGAA11RuleStorageC_tF":{"name":"styleViolations(using:)","abstract":"

    Computes or retrieves style violations.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:13SwiftLintCore15CollectedLinterV27styleViolationsAndRuleTimes5usingSayAA14StyleViolationVG_SaySS2id_Sd4timetGtAA0I7StorageC_tF":{"name":"styleViolationsAndRuleTimes(using:)","abstract":"

    Computes or retrieves style violations and the time spent executing each rule.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:13SwiftLintCore15CollectedLinterV7correct5usingSayAA10CorrectionVGAA11RuleStorageC_tF":{"name":"correct(using:)","abstract":"

    Applies corrections for all rules to this file, returning performed corrections.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:13SwiftLintCore15CollectedLinterV6format7useTabs11indentWidthySb_SitF":{"name":"format(useTabs:indentWidth:)","abstract":"

    Formats the file associated with this linter.

    ","parent_name":"CollectedLinter"},"Structs/Linter.html#/s:13SwiftLintCore6LinterV4fileAA0aB4FileCvp":{"name":"file","abstract":"

    The file to lint with this linter.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:13SwiftLintCore6LinterV12isCollectingSbvp":{"name":"isCollecting","abstract":"

    Whether or not this linter will be used to collect information from several files.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:13SwiftLintCore6LinterV4file13configuration5cache17compilerArgumentsAcA0aB4FileC_AA13ConfigurationVAA0D5CacheCSgSaySSGtcfc":{"name":"init(file:configuration:cache:compilerArguments:)","abstract":"

    Creates a Linter by specifying its properties directly.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:13SwiftLintCore6LinterV7collect4intoAA09CollectedD0VAA11RuleStorageC_tF":{"name":"collect(into:)","abstract":"

    Returns a linter capable of checking for violations after running each rule’s collection step.

    ","parent_name":"Linter"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV4codeSSvp":{"name":"code","abstract":"

    The contents of the example

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV13configurationypSgvp":{"name":"configuration","abstract":"

    The untyped configuration to apply to the rule, if deviating from the default configuration.","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV20testMultiByteOffsetsSbvp":{"name":"testMultiByteOffsets","abstract":"

    Whether the example should be tested by prepending multibyte grapheme clusters

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV11testOnLinuxSbvp":{"name":"testOnLinux","abstract":"

    Whether the example should be tested on Linux

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV4files12StaticStringVvp":{"name":"file","abstract":"

    The path to the file where the example was created

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV4lineSuvp":{"name":"line","abstract":"

    The line in the file where the example was created

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV_13configuration20testMultiByteOffsets0F17WrappingInComment0fjK6String0F14DisableCommand0F7OnLinux4file4line24excludeFromDocumentationACSS_ypSgS5bs06StaticM0VSuSbtcfc":{"name":"init(_:configuration:testMultiByteOffsets:testWrappingInComment:testWrappingInString:testDisableCommand:testOnLinux:file:line:excludeFromDocumentation:)","abstract":"

    Create a new Example with the specified code, file, and line.

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV4with4codeACSS_tF":{"name":"with(code:)","abstract":"

    Returns the same example, but with the code that is passed in

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV24removingViolationMarkersACyF":{"name":"removingViolationMarkers()","abstract":"

    Returns a copy of the Example with all instances of the “↓” character removed.

    ","parent_name":"Example"},"Structs/Example.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"Example"},"Structs/Example.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"Example"},"Structs/Example.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"Example"},"Structs/Correction.html#/s:13SwiftLintCore10CorrectionV15ruleDescriptionAA04RuleF0Vvp":{"name":"ruleDescription","abstract":"

    The description of the rule for which this correction was applied.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:13SwiftLintCore10CorrectionV8locationAA8LocationVvp":{"name":"location","abstract":"

    The location of the original violation that was corrected.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:13SwiftLintCore10CorrectionV18consoleDescriptionSSvp":{"name":"consoleDescription","abstract":"

    The console-printable description for this correction.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:13SwiftLintCore10CorrectionV15ruleDescription8locationAcA04RuleF0V_AA8LocationVtcfc":{"name":"init(ruleDescription:location:)","abstract":"

    Memberwise initializer.

    ","parent_name":"Correction"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV7defaultACvpZ":{"name":"default","abstract":"

    The default Configuration resulting from an empty configuration file.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV15defaultFileNameSSvpZ":{"name":"defaultFileName","abstract":"

    The default file name to look for user-defined configurations.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV13includedPathsSaySSGvp":{"name":"includedPaths","abstract":"

    The paths that should be included when linting

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV13excludedPathsSaySSGvp":{"name":"excludedPaths","abstract":"

    The paths that should be excluded when linting

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV11indentationAC16IndentationStyleOvp":{"name":"indentation","abstract":"

    The style to use when indenting Swift source code.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV16warningThresholdSiSgvp":{"name":"warningThreshold","abstract":"

    The threshold for the number of warnings to tolerate before treating the lint as having failed.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV8reporterSSvp":{"name":"reporter","abstract":"

    The identifier for the Reporter to use to report style violations.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV9cachePathSSSgvp":{"name":"cachePath","abstract":"

    The location of the persisted cache to use with this configuration.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV22allowZeroLintableFilesSbvp":{"name":"allowZeroLintableFiles","abstract":"

    Allow or disallow SwiftLint to exit successfully when passed only ignored or unlintable files.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV013basedOnCustomD5FilesSbvp":{"name":"basedOnCustomConfigurationFiles","abstract":"

    This value is true iff the --config parameter was used to specify (a) configuration file(s)","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV5rulesSayAA4Rule_pGvp":{"name":"rules","abstract":"

    All rules enabled in this configuration

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV13rootDirectorySSvp":{"name":"rootDirectory","abstract":"

    The root directory is the directory that included & excluded paths relate to.","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV9rulesModeAC05RulesF0Ovp":{"name":"rulesMode","abstract":"

    The rules mode used for this configuration.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV18configurationFiles14enableAllRules9cachePath27ignoreParentAndChildConfigs20mockedNetworkResults25useDefaultConfigOnFailureACSaySSG_SbSSSgSbSDyS2SGSbSgtcfc":{"name":"init(configurationFiles:enableAllRules:cachePath:ignoreParentAndChildConfigs:mockedNetworkResults:useDefaultConfigOnFailure:)","abstract":"

    Creates a Configuration with convenience parameters.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"Configuration"},"Structs/Configuration.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"Configuration"},"Structs/Configuration.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"Configuration"},"Structs/Command/Modifier.html#/s:13SwiftLintCore7CommandV8ModifierO8previousyA2EmF":{"name":"previous","abstract":"

    The command should only apply to the line preceding its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:13SwiftLintCore7CommandV8ModifierO4thisyA2EmF":{"name":"this","abstract":"

    The command should only apply to the same line as its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:13SwiftLintCore7CommandV8ModifierO4nextyA2EmF":{"name":"next","abstract":"

    The command should only apply to the line following its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:13SwiftLintCore7CommandV8ModifierO7invalidyA2EmF":{"name":"invalid","abstract":"

    The modifier string was invalid.

    ","parent_name":"Modifier"},"Structs/Command/Action.html#/s:13SwiftLintCore7CommandV6ActionO6enableyA2EmF":{"name":"enable","abstract":"

    The rule(s) associated with this command should be enabled by the SwiftLint engine.

    ","parent_name":"Action"},"Structs/Command/Action.html#/s:13SwiftLintCore7CommandV6ActionO7disableyA2EmF":{"name":"disable","abstract":"

    The rule(s) associated with this command should be disabled by the SwiftLint engine.

    ","parent_name":"Action"},"Structs/Command/Action.html#/s:13SwiftLintCore7CommandV6ActionO7invalidyA2EmF":{"name":"invalid","abstract":"

    The action string was invalid.

    ","parent_name":"Action"},"Structs/Command/Action.html":{"name":"Action","abstract":"

    The action (verb) that SwiftLint should perform when interpreting this command.

    ","parent_name":"Command"},"Structs/Command/Modifier.html":{"name":"Modifier","abstract":"

    The modifier for a command, used to modify its scope.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV6actionAC6ActionOvp":{"name":"action","abstract":"

    The action (verb) that SwiftLint should perform when interpreting this command.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV15ruleIdentifiersShyAA14RuleIdentifierOGvp":{"name":"ruleIdentifiers","abstract":"

    The identifiers for the rules associated with this command.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV4lineSivp":{"name":"line","abstract":"

    The line in the source file where this command is defined.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV9characterSiSgvp":{"name":"character","abstract":"

    The character offset within the line in the source file where this command is defined.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV8modifierAC8ModifierOSgvp":{"name":"modifier","abstract":"

    This command’s modifier, if any.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV6action15ruleIdentifiers4line9character8modifier15trailingCommentA2C6ActionO_ShyAA14RuleIdentifierOGS2iSgAC8ModifierOSgSSSgtcfc":{"name":"init(action:ruleIdentifiers:line:character:modifier:trailingComment:)","abstract":"

    Creates a command based on the specified parameters.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV12actionString4line9characterACSS_S2itcfc":{"name":"init(actionString:line:character:)","abstract":"

    Creates a command based on the specified parameters.

    ","parent_name":"Command"},"Structs/Stack.html#/s:13SwiftLintCore5StackVACyxGycfc":{"name":"init()","abstract":"

    Creates an empty Stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:13SwiftLintCore5StackV7isEmptySbvp":{"name":"isEmpty","abstract":"

    True if the stack has no elements. False otherwise.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:13SwiftLintCore5StackV5countSivp":{"name":"count","abstract":"

    The number of elements in this stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:13SwiftLintCore5StackV4pushyyxF":{"name":"push(_:)","abstract":"

    Pushes (appends) an element onto the stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:13SwiftLintCore5StackV3popxSgyF":{"name":"pop()","abstract":"

    Removes and returns the last element of the stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:13SwiftLintCore5StackV4peekxSgyF":{"name":"peek()","abstract":"

    Returns the last element of the stack if the stack is not empty; otherwise, nil.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"Stack"},"Structs/RuleListDocumentation.html#/s:13SwiftLintCore21RuleListDocumentationVyAcA0dE0Vcfc":{"name":"init(_:)","abstract":"

    Creates a RuleListDocumentation instance from a RuleList.

    ","parent_name":"RuleListDocumentation"},"Structs/RuleListDocumentation.html#/s:13SwiftLintCore21RuleListDocumentationV5write2toy10Foundation3URLV_tKF":{"name":"write(to:)","abstract":"

    Write the rule list documentation as markdown files to the specified directory.

    ","parent_name":"RuleListDocumentation"},"Structs/RuleListDocumentation.html":{"name":"RuleListDocumentation","abstract":"

    User-facing documentation for a SwiftLint RuleList.

    "},"Structs/Stack.html":{"name":"Stack","abstract":"

    A basic stack type implementing the LIFO principle - only the last inserted element can be accessed and removed.

    "},"Structs/Command.html":{"name":"Command","abstract":"

    A SwiftLint-interpretable command to modify SwiftLint’s behavior embedded as comments in source code.

    "},"Structs/Configuration.html":{"name":"Configuration","abstract":"

    The configuration struct for SwiftLint. User-defined in the .swiftlint.yml file, drives the behavior of SwiftLint.

    "},"Structs/Correction.html":{"name":"Correction","abstract":"

    A value describing a SwiftLint violation that was corrected.

    "},"Structs/Example.html":{"name":"Example","abstract":"

    Captures code and context information for an example of a triggering or"},"Structs/Linter.html":{"name":"Linter","abstract":"

    Represents a file that can be linted for style violations and corrections after being collected.

    "},"Structs/CollectedLinter.html":{"name":"CollectedLinter","abstract":"

    Represents a file that can compute style violations and corrections for a list of rules.

    "},"Structs/Location.html":{"name":"Location","abstract":"

    The placement of a segment of Swift in a collection of source files.

    "},"Structs/Region.html":{"name":"Region","abstract":"

    A contiguous region of Swift source code.

    "},"Structs/RuleDescription.html":{"name":"RuleDescription","abstract":"

    A detailed description for a SwiftLint rule. Used for both documentation and testing purposes.

    "},"Structs/RuleList.html":{"name":"RuleList","abstract":"

    A list of available SwiftLint rules.

    "},"Structs/RuleParameter.html":{"name":"RuleParameter","abstract":"

    A configuration parameter for rules.

    "},"Structs/SeverityConfiguration.html":{"name":"SeverityConfiguration","abstract":"

    A rule configuration that allows specifying the desired severity level for violations.

    "},"Structs/StyleViolation.html":{"name":"StyleViolation","abstract":"

    A value describing an instance of Swift source code that is considered invalid by a SwiftLint rule.

    "},"Structs/SwiftLintSyntaxMap.html":{"name":"SwiftLintSyntaxMap","abstract":"

    Represents a Swift file’s syntax information.

    "},"Structs/SwiftLintSyntaxToken.html":{"name":"SwiftLintSyntaxToken","abstract":"

    A SwiftLint-aware Swift syntax token.

    "},"Structs/SwiftVersion.html":{"name":"SwiftVersion","abstract":"

    A value describing the version of the Swift compiler.

    "},"Structs/Version.html":{"name":"Version","abstract":"

    A type describing the SwiftLint version.

    "},"Structs/YamlParser.html":{"name":"YamlParser","abstract":"

    An interface for parsing YAML.

    "},"Structs/ReasonedRuleViolation.html":{"name":"ReasonedRuleViolation","abstract":"

    A violation produced by ViolationsSyntaxVisitors.

    "},"Structs/GitLabJUnitReporter.html":{"name":"GitLabJUnitReporter","abstract":"

    Reports violations as JUnit XML supported by GitLab.

    "},"Structs/RelativePathReporter.html":{"name":"RelativePathReporter","abstract":"

    Reports violations with relative paths.

    "},"Structs/SonarQubeReporter.html":{"name":"SonarQubeReporter","abstract":"

    Reports violations in SonarQube import format.

    "},"Structs/SummaryReporter.html":{"name":"SummaryReporter","abstract":"

    Reports a summary table of all violations

    "},"Structs/XcodeReporter.html":{"name":"XcodeReporter","abstract":"

    Reports violations in the format Xcode uses to display in the IDE. (default)

    "},"Structs/RegexConfiguration.html":{"name":"RegexConfiguration","abstract":"

    A rule configuration used for defining custom rules in yaml.

    "},"Structs/SeverityLevelsConfiguration.html":{"name":"SeverityLevelsConfiguration","abstract":"

    A rule configuration that allows specifying thresholds for warning and error severities.

    "},"Protocols/SwiftSyntaxRule.html#/s:13SwiftLintCore0A10SyntaxRuleP11makeVisitor4fileAA010ViolationsdG0CAA0aB4FileC_tF":{"name":"makeVisitor(file:)","abstract":"

    Produce a ViolationsSyntaxVisitor for the given file.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:13SwiftLintCore0A10SyntaxRuleP13makeViolation4file9violationAA05StyleG0VAA0aB4FileC_AA08ReasonedeG0VtF":{"name":"makeViolation(file:violation:)","abstract":"

    Produce a violation for the given file and absolute position.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:13SwiftLintCore0A10SyntaxRuleP10preprocess4file0aD0010SourceFileD0VSgAA0abI0C_tF":{"name":"preprocess(file:)","abstract":"

    Gives a chance for the rule to do some pre-processing on the syntax tree.","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:13SwiftLintCore0A10SyntaxRulePAAE15disabledRegions4fileSay0aD011SourceRangeVGAA0aB4FileC_tF":{"name":"disabledRegions(file:)","abstract":"

    Returns the source ranges in the specified file where this rule is disabled.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:13SwiftLintCore4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"SwiftSyntaxRule"},"Protocols/ViolationsSyntaxRewriter.html#/s:13SwiftLintCore24ViolationsSyntaxRewriterP19correctionPositionsSay0aE016AbsolutePositionVGvp":{"name":"correctionPositions","abstract":"

    Positions in a source file where corrections were applied.

    ","parent_name":"ViolationsSyntaxRewriter"},"Protocols/SwiftSyntaxCorrectableRule.html#/s:13SwiftLintCore0A21SyntaxCorrectableRuleP12makeRewriter4fileAA010ViolationsdH0_pSgAA0aB4FileC_tF":{"name":"makeRewriter(file:)","abstract":"

    Produce a ViolationsSyntaxRewriter for the given file.

    ","parent_name":"SwiftSyntaxCorrectableRule"},"Protocols/SwiftSyntaxCorrectableRule.html#/s:13SwiftLintCore15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","parent_name":"SwiftSyntaxCorrectableRule"},"Protocols/SeverityBasedRuleConfiguration.html#/s:13SwiftLintCore30SeverityBasedRuleConfigurationP08severityG0AA0dG0Vvp":{"name":"severityConfiguration","abstract":"

    The configuration of a rule’s severity.

    ","parent_name":"SeverityBasedRuleConfiguration"},"Protocols/SeverityBasedRuleConfiguration.html#/s:13SwiftLintCore30SeverityBasedRuleConfigurationPAAE8severityAA09ViolationD0Ovp":{"name":"severity","abstract":"

    The severity of a rule.

    ","parent_name":"SeverityBasedRuleConfiguration"},"Protocols/RuleConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP18consoleDescriptionSSvp":{"name":"consoleDescription","abstract":"

    A human-readable description for this configuration and its applied values.

    ","parent_name":"RuleConfiguration"},"Protocols/RuleConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP5apply13configurationyyp_tKF":{"name":"apply(configuration:)","abstract":"

    Apply an untyped configuration to the current value.

    ","parent_name":"RuleConfiguration"},"Protocols/RuleConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","abstract":"

    Whether the specified configuration is equivalent to the current value.

    ","parent_name":"RuleConfiguration"},"Protocols/AnalyzerRule.html#/s:13SwiftLintCore4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"AnalyzerRule"},"Protocols/SubstitutionCorrectableASTRule.html#/s:13SwiftLintCore30SubstitutionCorrectableASTRuleP15violationRanges2in4kind10dictionarySaySo8_NSRangeVGAA0aB4FileC_8KindTypeQzAA22SourceKittenDictionaryVtF":{"name":"violationRanges(in:kind:dictionary:)","abstract":"

    Returns the NSString-based NSRanges to be replaced in the specified file.

    ","parent_name":"SubstitutionCorrectableASTRule"},"Protocols/SubstitutionCorrectableASTRule.html#/s:13SwiftLintCore27SubstitutionCorrectableRuleP15violationRanges2inSaySo8_NSRangeVGAA0aB4FileC_tF":{"name":"violationRanges(in:)","parent_name":"SubstitutionCorrectableASTRule"},"Protocols/SubstitutionCorrectableRule.html#/s:13SwiftLintCore27SubstitutionCorrectableRuleP15violationRanges2inSaySo8_NSRangeVGAA0aB4FileC_tF":{"name":"violationRanges(in:)","abstract":"

    Returns the NSString-based NSRanges to be replaced in the specified file.

    ","parent_name":"SubstitutionCorrectableRule"},"Protocols/SubstitutionCorrectableRule.html#/s:13SwiftLintCore27SubstitutionCorrectableRuleP12substitution3for2inSo8_NSRangeV_SStSgAH_AA0aB4FileCtF":{"name":"substitution(for:in:)","abstract":"

    Returns the substitution to apply for the given range.

    ","parent_name":"SubstitutionCorrectableRule"},"Protocols/SubstitutionCorrectableRule.html#/s:13SwiftLintCore15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","parent_name":"SubstitutionCorrectableRule"},"Protocols/CorrectableRule.html#/s:13SwiftLintCore15CorrectableRuleP7correct4file17compilerArgumentsSayAA10CorrectionVGAA0aB4FileC_SaySSGtF":{"name":"correct(file:compilerArguments:)","abstract":"

    Attempts to correct the violations to this rule in the specified file.

    ","parent_name":"CorrectableRule"},"Protocols/CorrectableRule.html#/s:13SwiftLintCore15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","abstract":"

    Attempts to correct the violations to this rule in the specified file.

    ","parent_name":"CorrectableRule"},"Protocols/CorrectableRule.html#/s:13SwiftLintCore15CorrectableRuleP7correct4file5using17compilerArgumentsSayAA10CorrectionVGAA0aB4FileC_AA0E7StorageCSaySSGtF":{"name":"correct(file:using:compilerArguments:)","abstract":"

    Attempts to correct the violations to this rule in the specified file after collecting file info for all files","parent_name":"CorrectableRule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP11descriptionAA0D11DescriptionVvpZ":{"name":"description","abstract":"

    A verbose description of many of this rule’s properties.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP24configurationDescriptionSSvp":{"name":"configurationDescription","abstract":"

    A description of how this rule has been configured to run.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RulePxycfc":{"name":"init()","abstract":"

    A default initializer for rules. All rules need to be trivially initializable.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP13configurationxyp_tKcfc":{"name":"init(configuration:)","abstract":"

    Creates a rule by applying its configuration.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP8validate4file17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SaySSGtF":{"name":"validate(file:compilerArguments:)","abstract":"

    Executes the rule on a file and returns any violations to the rule’s expectations.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","abstract":"

    Executes the rule on a file and returns any violations to the rule’s expectations.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","abstract":"

    Whether or not the specified rule is equivalent to the current rule.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP11collectInfo3for4into17compilerArgumentsyAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"collectInfo(for:into:compilerArguments:)","abstract":"

    Collects information for the specified file in a storage object, to be analyzed by a CollectedLinter.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP8validate4file5using17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"validate(file:using:compilerArguments:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RulePAAE16cacheDescriptionSSvp":{"name":"cacheDescription","abstract":"

    The cache description which will be used to determine if a previous","parent_name":"Rule"},"Protocols/Reporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","abstract":"

    The unique identifier for this reporter.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","abstract":"

    Whether or not this reporter can output incrementally as violations are found or if all violations must be","parent_name":"Reporter"},"Protocols/Reporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","abstract":"

    A more detailed description of the reporter’s output.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvp":{"name":"description","abstract":"

    For CustomStringConvertible conformance.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","abstract":"

    Return a string with the report for the specified violations.

    ","parent_name":"Reporter"},"Protocols/ConfigurationProviderRule.html#/s:13SwiftLintCore25ConfigurationProviderRuleP0D4TypeQa":{"name":"ConfigurationType","abstract":"

    The type of configuration used to configure this rule.

    ","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:13SwiftLintCore25ConfigurationProviderRuleP13configuration0D4TypeQzvp":{"name":"configuration","abstract":"

    This rule’s configuration.

    ","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:13SwiftLintCore4RuleP13configurationxyp_tKcfc":{"name":"init(configuration:)","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:13SwiftLintCore4RuleP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:13SwiftLintCore4RuleP24configurationDescriptionSSvp":{"name":"configurationDescription","parent_name":"ConfigurationProviderRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore14CollectingRuleP8FileInfoQa":{"name":"FileInfo","abstract":"

    The kind of information to collect for each file being linted for this rule.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore14CollectingRuleP11collectInfo3for17compilerArguments04FileG0QzAA0abK0C_SaySSGtF":{"name":"collectInfo(for:compilerArguments:)","abstract":"

    Collects information for the specified file, to be analyzed by a CollectedLinter.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore14CollectingRuleP11collectInfo3for04FileG0QzAA0abI0C_tF":{"name":"collectInfo(for:)","abstract":"

    Collects information for the specified file, to be analyzed by a CollectedLinter.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore14CollectingRuleP8validate4file13collectedInfo17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SDyAL0nI0QzGSaySSGtF":{"name":"validate(file:collectedInfo:compilerArguments:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore14CollectingRuleP8validate4file13collectedInfoSayAA14StyleViolationVGAA0aB4FileC_SDyAK0lI0QzGtF":{"name":"validate(file:collectedInfo:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore4RuleP11collectInfo3for4into17compilerArgumentsyAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"collectInfo(for:into:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore4RuleP8validate4file5using17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"validate(file:using:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore4RuleP8validate4file17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SaySSGtF":{"name":"validate(file:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CacheDescriptionProvider.html#/s:13SwiftLintCore24CacheDescriptionProviderP05cacheE0SSvp":{"name":"cacheDescription","abstract":"

    The cache description which will be used to determine if a previous","parent_name":"CacheDescriptionProvider"},"Protocols/ASTRule.html#/s:13SwiftLintCore7ASTRuleP8KindTypeQa":{"name":"KindType","abstract":"

    The kind of token being recursed over.

    ","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:13SwiftLintCore7ASTRuleP8validate4file4kind10dictionarySayAA14StyleViolationVGAA0aB4FileC_8KindTypeQzAA22SourceKittenDictionaryVtF":{"name":"validate(file:kind:dictionary:)","abstract":"

    Executes the rule on a file and a subset of its AST structure, returning any violations to the rule’s","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:13SwiftLintCore7ASTRuleP4kind4from8KindTypeQzSgAA22SourceKittenDictionaryV_tF":{"name":"kind(from:)","abstract":"

    Get the kind from the specified dictionary.

    ","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:13SwiftLintCore4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:13SwiftLintCore7ASTRulePAAE8validate4file10dictionarySayAA14StyleViolationVGAA0aB4FileC_AA22SourceKittenDictionaryVtF":{"name":"validate(file:dictionary:)","abstract":"

    Executes the rule on a file and a subset of its AST structure, returning any violations to the rule’s","parent_name":"ASTRule"},"Protocols/ASTRule.html":{"name":"ASTRule","abstract":"

    A rule that leverages the Swift source’s pre-typechecked Abstract Syntax Tree to recurse into the source’s"},"Protocols/CacheDescriptionProvider.html":{"name":"CacheDescriptionProvider","abstract":"

    Interface providing access to a cache description.

    "},"Protocols.html#/s:13SwiftLintCore17AnyCollectingRuleP":{"name":"AnyCollectingRule","abstract":"

    Type-erased protocol used to check whether a rule is collectable.

    "},"Protocols/CollectingRule.html":{"name":"CollectingRule","abstract":"

    A rule that requires knowledge of all other files being linted.

    "},"Protocols/ConfigurationProviderRule.html":{"name":"ConfigurationProviderRule","abstract":"

    A rule that is user-configurable.

    "},"Protocols/Reporter.html":{"name":"Reporter","abstract":"

    An interface for reporting violations as strings.

    "},"Protocols/Rule.html":{"name":"Rule","abstract":"

    An executable value that can identify issues (violations) in Swift source code.

    "},"Protocols.html#/s:13SwiftLintCore9OptInRuleP":{"name":"OptInRule","abstract":"

    A rule that is not enabled by default. Rules conforming to this need to be explicitly enabled by users.

    "},"Protocols/CorrectableRule.html":{"name":"CorrectableRule","abstract":"

    A rule that can correct violations.

    "},"Protocols/SubstitutionCorrectableRule.html":{"name":"SubstitutionCorrectableRule","abstract":"

    A correctable rule that can apply its corrections by replacing the content of ranges in the offending file with"},"Protocols/SubstitutionCorrectableASTRule.html":{"name":"SubstitutionCorrectableASTRule","abstract":"

    A SubstitutionCorrectableRule that is also an ASTRule.

    "},"Protocols.html#/s:13SwiftLintCore17SourceKitFreeRuleP":{"name":"SourceKitFreeRule","abstract":"

    A rule that does not need SourceKit to operate and can still operate even after SourceKit has crashed.

    "},"Protocols/AnalyzerRule.html":{"name":"AnalyzerRule","abstract":"

    A rule that can operate on the post-typechecked AST using compiler arguments. Performs rules that are more like"},"Protocols/RuleConfiguration.html":{"name":"RuleConfiguration","abstract":"

    A configuration value for a rule to allow users to modify its behavior.

    "},"Protocols/SeverityBasedRuleConfiguration.html":{"name":"SeverityBasedRuleConfiguration","abstract":"

    A configuration for a rule that allows to configure at least the severity.

    "},"Protocols/SwiftSyntaxCorrectableRule.html":{"name":"SwiftSyntaxCorrectableRule","abstract":"

    A SwiftLint CorrectableRule that performs its corrections using a SwiftSyntax SyntaxRewriter.

    "},"Protocols/ViolationsSyntaxRewriter.html":{"name":"ViolationsSyntaxRewriter","abstract":"

    A SwiftSyntax SyntaxRewriter that produces absolute positions where corrections were applied.

    "},"Protocols/SwiftSyntaxRule.html":{"name":"SwiftSyntaxRule","abstract":"

    A SwiftLint Rule backed by SwiftSyntax that does not use SourceKit requests.

    "},"Functions.html#/s:13SwiftLintCore12reporterFrom10identifierAA8Reporter_pXpSS_tF":{"name":"reporterFrom(identifier:)","abstract":"

    Returns the reporter with the specified identifier. Traps if the specified identifier doesn’t correspond to any"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA7ExampleVRszlE26skipWrappingInCommentTestsSayACGyF":{"name":"skipWrappingInCommentTests()","abstract":"

    Make these examples skip wrapping in comment tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA7ExampleVRszlE25skipWrappingInStringTestsSayACGyF":{"name":"skipWrappingInStringTests()","abstract":"

    Make these examples skip wrapping in string tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA7ExampleVRszlE24skipMultiByteOffsetTestsSayACGyF":{"name":"skipMultiByteOffsetTests()","abstract":"

    Make these examples skip multi-byte offset tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA7ExampleVRszlE23skipDisableCommandTestsSayACGyF":{"name":"skipDisableCommandTests()","abstract":"

    Make these examples skip disable command tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA0aB11SyntaxTokenVRszlE5kindsSay21SourceKittenFramework0D4KindOGvp":{"name":"kinds","abstract":"

    The kinds for these tokens.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA21ReasonedRuleViolationVRszlE6appendyy0A6Syntax16AbsolutePositionVF":{"name":"append(_:)","abstract":"

    Append a minimal violation for the specified position.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA21ReasonedRuleViolationVRszlE6append10contentsOfySay0A6Syntax16AbsolutePositionVG_tF":{"name":"append(contentsOf:)","abstract":"

    Append minimal violations for the specified positions.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCore0A6Syntax04DeclD8Protocol_pXpRszlE3allSayAbC_pXpGvpZ":{"name":"all","abstract":"

    All visitable declaration syntax types.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCore0A6Syntax04DeclD8Protocol_pXpRszlE22extensionsAndProtocolsSayAbC_pXpGvpZ":{"name":"extensionsAndProtocols","abstract":"

    Useful for class-specific checks since extensions and protocols do not allow nested classes.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCore0A6Syntax04DeclD8Protocol_pXpRszlE9allExceptySayAbC_pXpGAbC_pXpd_tFZ":{"name":"allExcept(_:)","abstract":"

    All declarations except for the specified ones.

    ","parent_name":"Array"},"Extensions/Array.html":{"name":"Array"},"Enums/ViolationSeverity.html#/s:13SwiftLintCore17ViolationSeverityO7warningyA2CmF":{"name":"warning","abstract":"

    Non-fatal. If using SwiftLint as an Xcode build phase, Xcode will mark the build as having succeeded.

    ","parent_name":"ViolationSeverity"},"Enums/ViolationSeverity.html#/s:13SwiftLintCore17ViolationSeverityO5erroryA2CmF":{"name":"error","abstract":"

    Fatal. If using SwiftLint as an Xcode build phase, Xcode will mark the build as having failed.

    ","parent_name":"ViolationSeverity"},"Enums/ViolationSeverity.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"ViolationSeverity"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO4callyA2CmF":{"name":"call","abstract":"

    A call to a named function or closure.

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO8argumentyA2CmF":{"name":"argument","abstract":"

    An argument value for a function or closure.

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO5arrayyA2CmF":{"name":"array","abstract":"

    An Array expression.

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO10dictionaryyA2CmF":{"name":"dictionary","abstract":"

    A Dictionary expression.

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO13objectLiteralyA2CmF":{"name":"objectLiteral","abstract":"

    An object literal expression. https://developer.apple.com/swift/blog/?id=33

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO7closureyA2CmF":{"name":"closure","abstract":"

    A closure expression. https://docs.swift.org/swift-book/LanguageGuide/Closures.html

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO5tupleyA2CmF":{"name":"tuple","abstract":"

    A tuple expression. https://docs.swift.org/swift-book/ReferenceManual/Types.html#ID448

    ","parent_name":"SwiftExpressionKind"},"Enums/RuleListError.html#/s:13SwiftLintCore13RuleListErrorO24duplicatedConfigurationsyAcA0D0_pXp_tcACmF":{"name":"duplicatedConfigurations(rule:)","abstract":"

    The rule list contains more than one configuration for the specified rule.

    ","parent_name":"RuleListError"},"Enums/RuleKind.html#/s:13SwiftLintCore8RuleKindO4lintyA2CmF":{"name":"lint","abstract":"

    Describes rules that validate Swift source conventions.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:13SwiftLintCore8RuleKindO9idiomaticyA2CmF":{"name":"idiomatic","abstract":"

    Describes rules that validate common practices in the Swift community.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:13SwiftLintCore8RuleKindO5styleyA2CmF":{"name":"style","abstract":"

    Describes rules that validate stylistic choices.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:13SwiftLintCore8RuleKindO7metricsyA2CmF":{"name":"metrics","abstract":"

    Describes rules that validate magnitudes or measurements of Swift source.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:13SwiftLintCore8RuleKindO11performanceyA2CmF":{"name":"performance","abstract":"

    Describes rules that validate that code patterns with poor performance are avoided.

    ","parent_name":"RuleKind"},"Enums/RuleIdentifier.html#/s:13SwiftLintCore14RuleIdentifierO3allyA2CmF":{"name":"all","abstract":"

    Special identifier that should be treated as referring to ‘all’ SwiftLint rules. One helpful usecase is in","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:13SwiftLintCore14RuleIdentifierO6singleyACSS_tcACmF":{"name":"single(identifier:)","abstract":"

    Represents a single SwiftLint rule with the specified identifier.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:13SwiftLintCore14RuleIdentifierO20stringRepresentationSSvp":{"name":"stringRepresentation","abstract":"

    The spelling of the string for this idenfitier.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:13SwiftLintCore14RuleIdentifierOyACSScfc":{"name":"init(_:)","abstract":"

    Creates a RuleIdentifier by its string representation.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:s26ExpressibleByStringLiteralP06stringD0x0cD4TypeQz_tcfc":{"name":"init(stringLiteral:)","parent_name":"RuleIdentifier"},"Enums/ConfigurationError.html#/s:13SwiftLintCore18ConfigurationErrorO07unknownD0yA2CmF":{"name":"unknownConfiguration","abstract":"

    The configuration didn’t match internal expectations.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:13SwiftLintCore18ConfigurationErrorO28ambiguousMatchKindParametersyA2CmF":{"name":"ambiguousMatchKindParameters","abstract":"

    The configuration had both match_kind and excluded_match_kind parameters.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:13SwiftLintCore18ConfigurationErrorO7genericyACSScACmF":{"name":"generic(_:)","abstract":"

    A generic configuration error specified by a string.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:13SwiftLintCore18ConfigurationErrorO19initialFileNotFoundyACSS_tcACmF":{"name":"initialFileNotFound(path:)","abstract":"

    The initial configuration file was not found.

    ","parent_name":"ConfigurationError"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO7privateyA2CmF":{"name":"private","abstract":"

    Accessible by the declaration’s immediate lexical scope.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO11fileprivateyA2CmF":{"name":"fileprivate","abstract":"

    Accessible by the declaration’s same file.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO8internalyA2CmF":{"name":"internal","abstract":"

    Accessible by the declaration’s same module, or modules importing it with the @testable attribute.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO6publicyA2CmF":{"name":"public","abstract":"

    Accessible by the declaration’s same program.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO4openyA2CmF":{"name":"open","abstract":"

    Accessible and customizable (via subclassing or overrides) by the declaration’s same program.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO11descriptionACSgSS_tcfc":{"name":"init(description:)","abstract":"

    Initializes an access control level by its Swift source keyword value.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO9isPrivateSbvp":{"name":"isPrivate","abstract":"

    Returns true if is private or fileprivate

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"AccessControlLevel"},"Enums/ExecutableInfo.html#/s:13SwiftLintCore14ExecutableInfoO7buildIDSSSgvpZ":{"name":"buildID","abstract":"

    A stable identifier for this executable. Uses the Mach-O header UUID on macOS. Nil on Linux.

    ","parent_name":"ExecutableInfo"},"Enums/ExecutableInfo.html":{"name":"ExecutableInfo","abstract":"

    Information about this executable.

    "},"Enums/AccessControlLevel.html":{"name":"AccessControlLevel","abstract":"

    The accessibility of a Swift source declaration.

    "},"Enums/ConfigurationError.html":{"name":"ConfigurationError","abstract":"

    All possible configuration errors.

    "},"Enums/RuleIdentifier.html":{"name":"RuleIdentifier","abstract":"

    An identifier representing a SwiftLint rule, or all rules.

    "},"Enums/RuleKind.html":{"name":"RuleKind","abstract":"

    All the possible rule kinds (categories).

    "},"Enums/RuleListError.html":{"name":"RuleListError","abstract":"

    All possible rule list configuration errors.

    "},"Enums/SwiftExpressionKind.html":{"name":"SwiftExpressionKind","abstract":"

    The kind of expression for a contiguous set of Swift source tokens.

    "},"Enums/ViolationSeverity.html":{"name":"ViolationSeverity","abstract":"

    The magnitude of a StyleViolation.

    "},"Global%20Variables.html#/s:13SwiftLintCore13reportersListSayAA8Reporter_pXpGvp":{"name":"reportersList","abstract":"

    The reporters list containing all the reporters built into SwiftLint.

    "},"Global%20Variables.html#/s:13SwiftLintCore9coreRulesSayAA4Rule_pXpGvp":{"name":"coreRules","abstract":"

    The rule list containing all available rules built into SwiftLintCore.

    "},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC10violationsSayAA21ReasonedRuleViolationVGvp":{"name":"violations","abstract":"

    Positions in a source file where violations should be reported.

    ","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC21skippableDeclarationsSay0aE004DeclE8Protocol_pXpGvp":{"name":"skippableDeclarations","abstract":"

    List of declaration types that shall be skipped while traversing the AST.

    ","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE09ActorDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE09ClassDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE08EnumDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE013ExtensionDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012FunctionDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE013SubscriptDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012VariableDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012ProtocolDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE010StructDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC4file21SourceKittenFramework0D0Cvp":{"name":"file","abstract":"

    The underlying SourceKitten file.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC06isTestD0Sbvp":{"name":"isTestFile","abstract":"

    Whether or not this is a file generated for testing purposes.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC4fileAC21SourceKittenFramework0D0C_tcfc":{"name":"init(file:)","abstract":"

    Creates a SwiftLintFile with a SourceKitten File.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC4pathACSgSS_tcfc":{"name":"init(path:)","abstract":"

    Creates a SwiftLintFile by specifying its path on disk.","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC20pathDeferringReadingACSS_tcfc":{"name":"init(pathDeferringReading:)","abstract":"

    Creates a SwiftLintFile by specifying its path on disk. Unlike the SwiftLintFile(path:) initializer, this","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC8contentsACSS_tcfc":{"name":"init(contents:)","abstract":"

    Creates a SwiftLintFile that is not backed by a file on disk by specifying its contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC4pathSSSgvp":{"name":"path","abstract":"

    The path on disk for this file.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC8contentsSSvp":{"name":"contents","abstract":"

    The file’s contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC10stringView21SourceKittenFramework06StringF0Vvp":{"name":"stringView","abstract":"

    A string view into the contents of this file optimized for string manipulation operations.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC5linesSay21SourceKittenFramework4LineVGvp":{"name":"lines","abstract":"

    The parsed lines for this file’s contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"SwiftLintFile"},"Classes/RuleStorage.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"RuleStorage"},"Classes/RuleStorage.html#/s:13SwiftLintCore11RuleStorageCACycfc":{"name":"init()","abstract":"

    Creates a RuleStorage with no initial stored data.

    ","parent_name":"RuleStorage"},"Classes/RuleRegistry.html#/s:13SwiftLintCore12RuleRegistryC6sharedACvpZ":{"name":"shared","abstract":"

    Shared rule registry instance.

    ","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:13SwiftLintCore12RuleRegistryC4listAA0D4ListVvp":{"name":"list","abstract":"

    Rule list associated with this registry. Lazily created, and","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:13SwiftLintCore12RuleRegistryC8register5rulesySayAA0D0_pXpG_tF":{"name":"register(rules:)","abstract":"

    Register rules.

    ","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:13SwiftLintCore12RuleRegistryC4rule5forIDAA0D0_pXpSgSS_tF":{"name":"rule(forID:)","abstract":"

    Look up a rule for a given ID.

    ","parent_name":"RuleRegistry"},"Classes/LinterCache.html#/s:13SwiftLintCore11LinterCacheC13configuration11fileManagerAcA13ConfigurationV_AA012LintableFileH0_ptcfc":{"name":"init(configuration:fileManager:)","abstract":"

    Creates a LinterCache by specifying a SwiftLint configuration and a file manager.

    ","parent_name":"LinterCache"},"Classes/LinterCache.html#/s:13SwiftLintCore11LinterCacheC4saveyyKF":{"name":"save()","abstract":"

    Persists the cache to disk.

    ","parent_name":"LinterCache"},"Classes/CustomRuleTimer.html#/s:13SwiftLintCore15CustomRuleTimerC6sharedACvpZ":{"name":"shared","abstract":"

    Singleton.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html#/s:13SwiftLintCore15CustomRuleTimerC8activateyyF":{"name":"activate()","abstract":"

    Tell the timer it should record time spent in rules.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html#/s:13SwiftLintCore15CustomRuleTimerC4dumpSDySSSdGyF":{"name":"dump()","abstract":"

    Return all time spent for each custom rule, keyed by rule ID.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html":{"name":"CustomRuleTimer","abstract":"

    Utility to measure the time spent in each custom rule.

    "},"Classes/LinterCache.html":{"name":"LinterCache","abstract":"

    A persisted cache for storing and retrieving linter results.

    "},"Classes/RuleRegistry.html":{"name":"RuleRegistry","abstract":"

    Container to register and look up SwiftLint rules.

    "},"Classes/RuleStorage.html":{"name":"RuleStorage","abstract":"

    A storage mechanism for aggregating the results of CollectingRules.

    "},"Classes/SwiftLintFile.html":{"name":"SwiftLintFile","abstract":"

    A unit of Swift source code, either on disk or in memory.

    "},"Classes/ViolationsSyntaxVisitor.html":{"name":"ViolationsSyntaxVisitor","abstract":"

    A SwiftSyntax SyntaxVisitor that produces absolute positions where violations should be reported.

    "},"swift-syntax-dashboard.html":{"name":"Swift Syntax Dashboard"},"accessibility_label_for_image.html":{"name":"accessibility_label_for_image"},"accessibility_trait_for_button.html":{"name":"accessibility_trait_for_button"},"anonymous_argument_in_multiline_closure.html":{"name":"anonymous_argument_in_multiline_closure"},"anyobject_protocol.html":{"name":"anyobject_protocol"},"array_init.html":{"name":"array_init"},"attributes.html":{"name":"attributes"},"balanced_xctest_lifecycle.html":{"name":"balanced_xctest_lifecycle"},"blanket_disable_command.html":{"name":"blanket_disable_command"},"block_based_kvo.html":{"name":"block_based_kvo"},"capture_variable.html":{"name":"capture_variable"},"class_delegate_protocol.html":{"name":"class_delegate_protocol"},"closing_brace.html":{"name":"closing_brace"},"closure_body_length.html":{"name":"closure_body_length"},"closure_end_indentation.html":{"name":"closure_end_indentation"},"closure_parameter_position.html":{"name":"closure_parameter_position"},"closure_spacing.html":{"name":"closure_spacing"},"collection_alignment.html":{"name":"collection_alignment"},"colon.html":{"name":"colon"},"comma.html":{"name":"comma"},"comma_inheritance.html":{"name":"comma_inheritance"},"comment_spacing.html":{"name":"comment_spacing"},"compiler_protocol_init.html":{"name":"compiler_protocol_init"},"computed_accessors_order.html":{"name":"computed_accessors_order"},"conditional_returns_on_newline.html":{"name":"conditional_returns_on_newline"},"contains_over_filter_count.html":{"name":"contains_over_filter_count"},"contains_over_filter_is_empty.html":{"name":"contains_over_filter_is_empty"},"contains_over_first_not_nil.html":{"name":"contains_over_first_not_nil"},"contains_over_range_nil_comparison.html":{"name":"contains_over_range_nil_comparison"},"control_statement.html":{"name":"control_statement"},"convenience_type.html":{"name":"convenience_type"},"custom_rules.html":{"name":"custom_rules"},"cyclomatic_complexity.html":{"name":"cyclomatic_complexity"},"deployment_target.html":{"name":"deployment_target"},"direct_return.html":{"name":"direct_return"},"discarded_notification_center_observer.html":{"name":"discarded_notification_center_observer"},"discouraged_assert.html":{"name":"discouraged_assert"},"discouraged_direct_init.html":{"name":"discouraged_direct_init"},"discouraged_none_name.html":{"name":"discouraged_none_name"},"discouraged_object_literal.html":{"name":"discouraged_object_literal"},"discouraged_optional_boolean.html":{"name":"discouraged_optional_boolean"},"discouraged_optional_collection.html":{"name":"discouraged_optional_collection"},"duplicate_conditions.html":{"name":"duplicate_conditions"},"duplicate_enum_cases.html":{"name":"duplicate_enum_cases"},"duplicate_imports.html":{"name":"duplicate_imports"},"duplicated_key_in_dictionary_literal.html":{"name":"duplicated_key_in_dictionary_literal"},"dynamic_inline.html":{"name":"dynamic_inline"},"empty_collection_literal.html":{"name":"empty_collection_literal"},"empty_count.html":{"name":"empty_count"},"empty_enum_arguments.html":{"name":"empty_enum_arguments"},"empty_parameters.html":{"name":"empty_parameters"},"empty_parentheses_with_trailing_closure.html":{"name":"empty_parentheses_with_trailing_closure"},"empty_string.html":{"name":"empty_string"},"empty_xctest_method.html":{"name":"empty_xctest_method"},"enum_case_associated_values_count.html":{"name":"enum_case_associated_values_count"},"expiring_todo.html":{"name":"expiring_todo"},"explicit_acl.html":{"name":"explicit_acl"},"explicit_enum_raw_value.html":{"name":"explicit_enum_raw_value"},"explicit_init.html":{"name":"explicit_init"},"explicit_self.html":{"name":"explicit_self"},"explicit_top_level_acl.html":{"name":"explicit_top_level_acl"},"explicit_type_interface.html":{"name":"explicit_type_interface"},"extension_access_modifier.html":{"name":"extension_access_modifier"},"fallthrough.html":{"name":"fallthrough"},"fatal_error_message.html":{"name":"fatal_error_message"},"file_header.html":{"name":"file_header"},"file_length.html":{"name":"file_length"},"file_name.html":{"name":"file_name"},"file_name_no_space.html":{"name":"file_name_no_space"},"file_types_order.html":{"name":"file_types_order"},"first_where.html":{"name":"first_where"},"flatmap_over_map_reduce.html":{"name":"flatmap_over_map_reduce"},"for_where.html":{"name":"for_where"},"force_cast.html":{"name":"force_cast"},"force_try.html":{"name":"force_try"},"force_unwrapping.html":{"name":"force_unwrapping"},"function_body_length.html":{"name":"function_body_length"},"function_default_parameter_at_end.html":{"name":"function_default_parameter_at_end"},"function_parameter_count.html":{"name":"function_parameter_count"},"generic_type_name.html":{"name":"generic_type_name"},"ibinspectable_in_extension.html":{"name":"ibinspectable_in_extension"},"identical_operands.html":{"name":"identical_operands"},"identifier_name.html":{"name":"identifier_name"},"implicit_getter.html":{"name":"implicit_getter"},"implicit_return.html":{"name":"implicit_return"},"implicitly_unwrapped_optional.html":{"name":"implicitly_unwrapped_optional"},"inclusive_language.html":{"name":"inclusive_language"},"indentation_width.html":{"name":"indentation_width"},"inert_defer.html":{"name":"inert_defer"},"invalid_swiftlint_command.html":{"name":"invalid_swiftlint_command"},"is_disjoint.html":{"name":"is_disjoint"},"joined_default_parameter.html":{"name":"joined_default_parameter"},"large_tuple.html":{"name":"large_tuple"},"last_where.html":{"name":"last_where"},"leading_whitespace.html":{"name":"leading_whitespace"},"legacy_cggeometry_functions.html":{"name":"legacy_cggeometry_functions"},"legacy_constant.html":{"name":"legacy_constant"},"legacy_constructor.html":{"name":"legacy_constructor"},"legacy_hashing.html":{"name":"legacy_hashing"},"legacy_multiple.html":{"name":"legacy_multiple"},"legacy_nsgeometry_functions.html":{"name":"legacy_nsgeometry_functions"},"legacy_objc_type.html":{"name":"legacy_objc_type"},"legacy_random.html":{"name":"legacy_random"},"let_var_whitespace.html":{"name":"let_var_whitespace"},"line_length.html":{"name":"line_length"},"literal_expression_end_indentation.html":{"name":"literal_expression_end_indentation"},"local_doc_comment.html":{"name":"local_doc_comment"},"lower_acl_than_parent.html":{"name":"lower_acl_than_parent"},"mark.html":{"name":"mark"},"missing_docs.html":{"name":"missing_docs"},"modifier_order.html":{"name":"modifier_order"},"multiline_arguments.html":{"name":"multiline_arguments"},"multiline_arguments_brackets.html":{"name":"multiline_arguments_brackets"},"multiline_function_chains.html":{"name":"multiline_function_chains"},"multiline_literal_brackets.html":{"name":"multiline_literal_brackets"},"multiline_parameters.html":{"name":"multiline_parameters"},"multiline_parameters_brackets.html":{"name":"multiline_parameters_brackets"},"multiple_closures_with_trailing_closure.html":{"name":"multiple_closures_with_trailing_closure"},"nesting.html":{"name":"nesting"},"nimble_operator.html":{"name":"nimble_operator"},"no_extension_access_modifier.html":{"name":"no_extension_access_modifier"},"no_fallthrough_only.html":{"name":"no_fallthrough_only"},"no_grouping_extension.html":{"name":"no_grouping_extension"},"no_magic_numbers.html":{"name":"no_magic_numbers"},"no_space_in_method_call.html":{"name":"no_space_in_method_call"},"notification_center_detachment.html":{"name":"notification_center_detachment"},"ns_number_init_as_function_reference.html":{"name":"ns_number_init_as_function_reference"},"nslocalizedstring_key.html":{"name":"nslocalizedstring_key"},"nslocalizedstring_require_bundle.html":{"name":"nslocalizedstring_require_bundle"},"nsobject_prefer_isequal.html":{"name":"nsobject_prefer_isequal"},"number_separator.html":{"name":"number_separator"},"object_literal.html":{"name":"object_literal"},"opening_brace.html":{"name":"opening_brace"},"operator_usage_whitespace.html":{"name":"operator_usage_whitespace"},"operator_whitespace.html":{"name":"operator_whitespace"},"optional_enum_case_matching.html":{"name":"optional_enum_case_matching"},"orphaned_doc_comment.html":{"name":"orphaned_doc_comment"},"overridden_super_call.html":{"name":"overridden_super_call"},"override_in_extension.html":{"name":"override_in_extension"},"pattern_matching_keywords.html":{"name":"pattern_matching_keywords"},"period_spacing.html":{"name":"period_spacing"},"prefer_nimble.html":{"name":"prefer_nimble"},"prefer_self_in_static_references.html":{"name":"prefer_self_in_static_references"},"prefer_self_type_over_type_of_self.html":{"name":"prefer_self_type_over_type_of_self"},"prefer_zero_over_explicit_init.html":{"name":"prefer_zero_over_explicit_init"},"prefixed_toplevel_constant.html":{"name":"prefixed_toplevel_constant"},"private_action.html":{"name":"private_action"},"private_outlet.html":{"name":"private_outlet"},"private_over_fileprivate.html":{"name":"private_over_fileprivate"},"private_subject.html":{"name":"private_subject"},"private_unit_test.html":{"name":"private_unit_test"},"prohibited_interface_builder.html":{"name":"prohibited_interface_builder"},"prohibited_super_call.html":{"name":"prohibited_super_call"},"protocol_property_accessors_order.html":{"name":"protocol_property_accessors_order"},"quick_discouraged_call.html":{"name":"quick_discouraged_call"},"quick_discouraged_focused_test.html":{"name":"quick_discouraged_focused_test"},"quick_discouraged_pending_test.html":{"name":"quick_discouraged_pending_test"},"raw_value_for_camel_cased_codable_enum.html":{"name":"raw_value_for_camel_cased_codable_enum"},"reduce_boolean.html":{"name":"reduce_boolean"},"reduce_into.html":{"name":"reduce_into"},"redundant_discardable_let.html":{"name":"redundant_discardable_let"},"redundant_nil_coalescing.html":{"name":"redundant_nil_coalescing"},"redundant_objc_attribute.html":{"name":"redundant_objc_attribute"},"redundant_optional_initialization.html":{"name":"redundant_optional_initialization"},"redundant_set_access_control.html":{"name":"redundant_set_access_control"},"redundant_string_enum_value.html":{"name":"redundant_string_enum_value"},"redundant_type_annotation.html":{"name":"redundant_type_annotation"},"redundant_void_return.html":{"name":"redundant_void_return"},"required_deinit.html":{"name":"required_deinit"},"required_enum_case.html":{"name":"required_enum_case"},"return_arrow_whitespace.html":{"name":"return_arrow_whitespace"},"return_value_from_void_function.html":{"name":"return_value_from_void_function"},"self_binding.html":{"name":"self_binding"},"self_in_property_initialization.html":{"name":"self_in_property_initialization"},"shorthand_operator.html":{"name":"shorthand_operator"},"shorthand_optional_binding.html":{"name":"shorthand_optional_binding"},"single_test_class.html":{"name":"single_test_class"},"sorted_enum_cases.html":{"name":"sorted_enum_cases"},"sorted_first_last.html":{"name":"sorted_first_last"},"sorted_imports.html":{"name":"sorted_imports"},"statement_position.html":{"name":"statement_position"},"static_operator.html":{"name":"static_operator"},"strict_fileprivate.html":{"name":"strict_fileprivate"},"strong_iboutlet.html":{"name":"strong_iboutlet"},"superfluous_disable_command.html":{"name":"superfluous_disable_command"},"superfluous_else.html":{"name":"superfluous_else"},"switch_case_alignment.html":{"name":"switch_case_alignment"},"switch_case_on_newline.html":{"name":"switch_case_on_newline"},"syntactic_sugar.html":{"name":"syntactic_sugar"},"test_case_accessibility.html":{"name":"test_case_accessibility"},"todo.html":{"name":"todo"},"toggle_bool.html":{"name":"toggle_bool"},"trailing_closure.html":{"name":"trailing_closure"},"trailing_comma.html":{"name":"trailing_comma"},"trailing_newline.html":{"name":"trailing_newline"},"trailing_semicolon.html":{"name":"trailing_semicolon"},"trailing_whitespace.html":{"name":"trailing_whitespace"},"type_body_length.html":{"name":"type_body_length"},"type_contents_order.html":{"name":"type_contents_order"},"type_name.html":{"name":"type_name"},"typesafe_array_init.html":{"name":"typesafe_array_init"},"unavailable_condition.html":{"name":"unavailable_condition"},"unavailable_function.html":{"name":"unavailable_function"},"unneeded_break_in_switch.html":{"name":"unneeded_break_in_switch"},"unneeded_parentheses_in_closure_argument.html":{"name":"unneeded_parentheses_in_closure_argument"},"unowned_variable_capture.html":{"name":"unowned_variable_capture"},"untyped_error_in_catch.html":{"name":"untyped_error_in_catch"},"unused_capture_list.html":{"name":"unused_capture_list"},"unused_closure_parameter.html":{"name":"unused_closure_parameter"},"unused_control_flow_label.html":{"name":"unused_control_flow_label"},"unused_declaration.html":{"name":"unused_declaration"},"unused_enumerated.html":{"name":"unused_enumerated"},"unused_import.html":{"name":"unused_import"},"unused_optional_binding.html":{"name":"unused_optional_binding"},"unused_setter_value.html":{"name":"unused_setter_value"},"valid_ibinspectable.html":{"name":"valid_ibinspectable"},"vertical_parameter_alignment.html":{"name":"vertical_parameter_alignment"},"vertical_parameter_alignment_on_call.html":{"name":"vertical_parameter_alignment_on_call"},"vertical_whitespace.html":{"name":"vertical_whitespace"},"vertical_whitespace_between_cases.html":{"name":"vertical_whitespace_between_cases"},"vertical_whitespace_closing_braces.html":{"name":"vertical_whitespace_closing_braces"},"vertical_whitespace_opening_braces.html":{"name":"vertical_whitespace_opening_braces"},"void_function_in_ternary.html":{"name":"void_function_in_ternary"},"void_return.html":{"name":"void_return"},"weak_delegate.html":{"name":"weak_delegate"},"xct_specific_matcher.html":{"name":"xct_specific_matcher"},"xctfail_message.html":{"name":"xctfail_message"},"yoda_condition.html":{"name":"yoda_condition"},"Structs/MarkdownReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"MarkdownReporter"},"Structs/JUnitReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"JUnitReporter"},"Structs/JSONReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"JSONReporter"},"Structs/HTMLReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"HTMLReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"GitHubActionsLoggingReporter"},"Structs/EmojiReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"EmojiReporter"},"Structs/CodeClimateReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CodeClimateReporter"},"Structs/CheckstyleReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CheckstyleReporter"},"Structs/CSVReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CSVReporter"},"Structs/CSVReporter.html":{"name":"CSVReporter","abstract":"

    Reports violations as a newline-separated string of comma-separated values (CSV).

    "},"Structs/CheckstyleReporter.html":{"name":"CheckstyleReporter","abstract":"

    Reports violations as XML conforming to the Checkstyle specification, as defined here:"},"Structs/CodeClimateReporter.html":{"name":"CodeClimateReporter","abstract":"

    Reports violations as a JSON array in Code Climate format.

    "},"Structs/EmojiReporter.html":{"name":"EmojiReporter","abstract":"

    Reports violations in a format that’s both fun and easy to read.

    "},"Structs/GitHubActionsLoggingReporter.html":{"name":"GitHubActionsLoggingReporter","abstract":"

    Reports violations in the format GitHub-hosted virtual machine for Actions can recognize as messages.

    "},"Structs/HTMLReporter.html":{"name":"HTMLReporter","abstract":"

    Reports violations as HTML.

    "},"Structs/JSONReporter.html":{"name":"JSONReporter","abstract":"

    Reports violations as a JSON array.

    "},"Structs/JUnitReporter.html":{"name":"JUnitReporter","abstract":"

    Reports violations as JUnit XML.

    "},"Structs/MarkdownReporter.html":{"name":"MarkdownReporter","abstract":"

    Reports violations as markdown formated (with tables).

    "},"rule-directory.html":{"name":"Rule Directory"},"Rules.html":{"name":"Rules"},"Reporters.html":{"name":"Reporters"},"Guides.html":{"name":"Guides","abstract":"

    The following guides are available globally.

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Global%20Variables.html":{"name":"Global Variables","abstract":"

    The following global variables are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Extensions.html":{"name":"Extensions","abstract":"

    The following extensions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/self_binding.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/self_binding.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/self_binding.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/self_binding.html index faa43343a..4094a2907 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/self_binding.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/self_binding.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/self_in_property_initialization.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/self_in_property_initialization.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/self_in_property_initialization.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/self_in_property_initialization.html index 87238dd5b..717e66d04 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/self_in_property_initialization.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/self_in_property_initialization.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/shorthand_operator.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/shorthand_operator.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/shorthand_operator.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/shorthand_operator.html index 8e3005d25..520117c87 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/shorthand_operator.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/shorthand_operator.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/shorthand_optional_binding.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/shorthand_optional_binding.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/shorthand_optional_binding.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/shorthand_optional_binding.html index 6491915d9..382a459cd 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/shorthand_optional_binding.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/shorthand_optional_binding.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/single_test_class.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/single_test_class.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/single_test_class.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/single_test_class.html index e407b626c..2fb0a8f94 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/single_test_class.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/single_test_class.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/sorted_enum_cases.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/sorted_enum_cases.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/sorted_enum_cases.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/sorted_enum_cases.html index 0c1420e5f..452d8143c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/sorted_enum_cases.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/sorted_enum_cases.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/sorted_first_last.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/sorted_first_last.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/sorted_first_last.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/sorted_first_last.html index 12917fd5b..3bc58d0bd 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/sorted_first_last.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/sorted_first_last.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/sorted_imports.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/sorted_imports.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/sorted_imports.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/sorted_imports.html index 3a3b1eb9b..826e4e4b2 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/sorted_imports.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/sorted_imports.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/statement_position.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/statement_position.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/statement_position.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/statement_position.html index a1b4decfe..060fd4653 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/statement_position.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/statement_position.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/static_operator.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/static_operator.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/static_operator.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/static_operator.html index b6b612df4..86b401866 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/static_operator.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/static_operator.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/strict_fileprivate.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/strict_fileprivate.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/strict_fileprivate.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/strict_fileprivate.html index 6a75cc4c6..1e95060a7 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/strict_fileprivate.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/strict_fileprivate.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/strong_iboutlet.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/strong_iboutlet.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/strong_iboutlet.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/strong_iboutlet.html index 76cdd1178..433ca9f3a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/strong_iboutlet.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/strong_iboutlet.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/superfluous_disable_command.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/superfluous_disable_command.html similarity index 91% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/superfluous_disable_command.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/superfluous_disable_command.html index 44e8659e2..b12c7236d 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/superfluous_disable_command.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/superfluous_disable_command.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/superfluous_else.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/superfluous_else.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/superfluous_else.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/superfluous_else.html index f13b1ef1e..8a52feaca 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/superfluous_else.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/superfluous_else.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/swift-syntax-dashboard.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/swift-syntax-dashboard.html similarity index 97% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/swift-syntax-dashboard.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/swift-syntax-dashboard.html index e92433493..2e3ca9978 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/swift-syntax-dashboard.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/swift-syntax-dashboard.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/switch_case_alignment.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/switch_case_alignment.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/switch_case_alignment.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/switch_case_alignment.html index 27faeb38c..c3b64a18f 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/switch_case_alignment.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/switch_case_alignment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/switch_case_on_newline.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/switch_case_on_newline.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/switch_case_on_newline.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/switch_case_on_newline.html index 20510e422..61976539a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/switch_case_on_newline.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/switch_case_on_newline.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/syntactic_sugar.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/syntactic_sugar.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/syntactic_sugar.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/syntactic_sugar.html index a688c33d7..9fb7f9292 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/syntactic_sugar.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/syntactic_sugar.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/test_case_accessibility.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/test_case_accessibility.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/test_case_accessibility.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/test_case_accessibility.html index b8e6685e7..6537200d0 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/test_case_accessibility.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/test_case_accessibility.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/todo.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/todo.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/todo.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/todo.html index cf78eacf3..7430565d2 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/todo.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/todo.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/toggle_bool.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/toggle_bool.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/toggle_bool.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/toggle_bool.html index e7ddba15f..be748bca1 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/toggle_bool.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/toggle_bool.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_closure.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_closure.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_closure.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_closure.html index 90f768758..16aa96dc3 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_closure.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_closure.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_comma.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_comma.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_comma.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_comma.html index 799119ecc..a953d0bc4 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_comma.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_comma.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_newline.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_newline.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_newline.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_newline.html index 5091bce56..9b1010937 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_newline.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_newline.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_semicolon.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_semicolon.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_semicolon.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_semicolon.html index 5476977fc..80615ace7 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_semicolon.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_semicolon.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_whitespace.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_whitespace.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_whitespace.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_whitespace.html index cf7aa269d..6524936a2 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/trailing_whitespace.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/trailing_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/type_body_length.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/type_body_length.html similarity index 99% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/type_body_length.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/type_body_length.html index 9609392c8..9f3df5580 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/type_body_length.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/type_body_length.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/type_contents_order.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/type_contents_order.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/type_contents_order.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/type_contents_order.html index 88a54afab..48a1961ac 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/type_contents_order.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/type_contents_order.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/type_name.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/type_name.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/type_name.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/type_name.html index ad9c97c2f..d14faadb1 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/type_name.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/type_name.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/typesafe_array_init.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/typesafe_array_init.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/typesafe_array_init.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/typesafe_array_init.html index 550bc1a9c..5d1211288 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/typesafe_array_init.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/typesafe_array_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unavailable_condition.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unavailable_condition.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unavailable_condition.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unavailable_condition.html index 3d0ff5c0a..5df2b510c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unavailable_condition.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unavailable_condition.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unavailable_function.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unavailable_function.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unavailable_function.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unavailable_function.html index 8dcb91fcd..51fd933a2 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unavailable_function.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unavailable_function.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unneeded_break_in_switch.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unneeded_break_in_switch.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unneeded_break_in_switch.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unneeded_break_in_switch.html index 2d44fe5c6..1f04b74a5 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unneeded_break_in_switch.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unneeded_break_in_switch.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unneeded_parentheses_in_closure_argument.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unneeded_parentheses_in_closure_argument.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unneeded_parentheses_in_closure_argument.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unneeded_parentheses_in_closure_argument.html index 253e4669d..b36f2ba37 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unneeded_parentheses_in_closure_argument.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unneeded_parentheses_in_closure_argument.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unowned_variable_capture.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unowned_variable_capture.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unowned_variable_capture.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unowned_variable_capture.html index c47ed7c2b..3b35f7683 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unowned_variable_capture.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unowned_variable_capture.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/untyped_error_in_catch.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/untyped_error_in_catch.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/untyped_error_in_catch.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/untyped_error_in_catch.html index fecac7b6a..cf942e653 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/untyped_error_in_catch.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/untyped_error_in_catch.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_capture_list.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_capture_list.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_capture_list.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_capture_list.html index 189624474..976c5dc61 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_capture_list.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_capture_list.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_closure_parameter.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_closure_parameter.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_closure_parameter.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_closure_parameter.html index f63ecb3b6..1869a9db3 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_closure_parameter.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_closure_parameter.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_control_flow_label.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_control_flow_label.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_control_flow_label.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_control_flow_label.html index c4d21f987..2eff47d13 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_control_flow_label.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_control_flow_label.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_declaration.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_declaration.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_declaration.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_declaration.html index 6e3fa68ab..735d28b4e 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_declaration.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_declaration.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_enumerated.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_enumerated.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_enumerated.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_enumerated.html index 82b10655e..6a521d23b 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_enumerated.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_enumerated.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_import.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_import.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_import.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_import.html index 035853703..ea09f32c1 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_import.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_import.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_optional_binding.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_optional_binding.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_optional_binding.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_optional_binding.html index 4096ed732..54dac5261 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_optional_binding.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_optional_binding.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_setter_value.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_setter_value.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_setter_value.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_setter_value.html index cf38ddfbb..6e5a91fff 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/unused_setter_value.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/unused_setter_value.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/valid_ibinspectable.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/valid_ibinspectable.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/valid_ibinspectable.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/valid_ibinspectable.html index acb7d46bb..3aa0b7a8d 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/valid_ibinspectable.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/valid_ibinspectable.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_parameter_alignment.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_parameter_alignment.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_parameter_alignment.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_parameter_alignment.html index f3c6f2807..1d406dba6 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_parameter_alignment.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_parameter_alignment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_parameter_alignment_on_call.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_parameter_alignment_on_call.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_parameter_alignment_on_call.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_parameter_alignment_on_call.html index c584ca52c..6d59dd806 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_parameter_alignment_on_call.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_parameter_alignment_on_call.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace.html index ff3b1e556..19e934834 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace_between_cases.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace_between_cases.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace_between_cases.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace_between_cases.html index 006e26fe5..b0263a280 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace_between_cases.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace_between_cases.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace_closing_braces.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace_closing_braces.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace_closing_braces.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace_closing_braces.html index 3d72390bd..980879aab 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace_closing_braces.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace_closing_braces.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + @@ -334,39 +349,19 @@
  • Default configuration: severity: warning, only_enforce_before_trivial_lines: false
  • Non Triggering Examples

    -
    [
    -1,
    -2,
    -3
    -]
    +
    do {
    +  print("x is 5")
    +}
     
    foo(
         x: 5,
         y:6
     )
     
    -
    do {
    -  print("x is 5")
    -}
    -
    -
    func foo() {
    -  run(5) { x in
    -    print(x)
    -  }
    -}
    -
    -
    do {
    -  print("x is 5")
    -}
    -
    print([
       1
     ])
     
    -
    do {
    -  print("x is 5")
    -}
    -
    print([foo {
       var sum = 0
       for i in 1...5 { sum += i }
    @@ -378,6 +373,26 @@
       return mul
     }])
     
    +
    [
    +1,
    +2,
    +3
    +]
    +
    +
    do {
    +  print("x is 5")
    +}
    +
    +
    do {
    +  print("x is 5")
    +}
    +
    +
    func foo() {
    +  run(5) { x in
    +    print(x)
    +  }
    +}
    +
    [1, 2].map { $0 }.filter { true }
     
    [1, 2].map { $0 }.filter { num in true }
    @@ -405,12 +420,11 @@
     }
     

    Triggering Examples

    -
    [
    -1,
    -2,
    -3
    +
    do {
    +  print("x is 5")
     
    -]
    +
    +}
     
    foo(
         x: 5,
    @@ -418,35 +432,11 @@
     
     )
     
    -
    do {
    -  print("x is 5")
    -
    -}
    -
    -
    func foo() {
    -  run(5) { x in
    -    print(x)
    -  }
    -
    -}
    -
    -
    do {
    -  print("x is 5")
    -
    -
    -}
    -
    print([
       1
     
     ])
     
    -
    do {
    -  print("x is 5")
    -
    -
    -}
    -
    print([foo {
       var sum = 0
       for i in 1...5 { sum += i }
    @@ -458,6 +448,31 @@
       return mul
     
     }])
    +
    +
    [
    +1,
    +2,
    +3
    +
    +]
    +
    +
    do {
    +  print("x is 5")
    +
    +}
    +
    +
    do {
    +  print("x is 5")
    +
    +
    +}
    +
    +
    func foo() {
    +  run(5) { x in
    +    print(x)
    +  }
    +
    +}
     
    diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace_opening_braces.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace_opening_braces.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace_opening_braces.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace_opening_braces.html index cf226dfa3..eae563400 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/vertical_whitespace_opening_braces.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/vertical_whitespace_opening_braces.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/void_function_in_ternary.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/void_function_in_ternary.html similarity index 95% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/void_function_in_ternary.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/void_function_in_ternary.html index 733dd7b4d..866d764bc 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/void_function_in_ternary.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/void_function_in_ternary.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/void_return.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/void_return.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/void_return.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/void_return.html index 405f6d7d4..8bb66c049 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/void_return.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/void_return.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/weak_delegate.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/weak_delegate.html similarity index 94% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/weak_delegate.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/weak_delegate.html index 2548e0efc..4373063a8 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/weak_delegate.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/weak_delegate.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/xct_specific_matcher.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/xct_specific_matcher.html similarity index 96% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/xct_specific_matcher.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/xct_specific_matcher.html index 1688d5753..3ef604d06 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/xct_specific_matcher.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/xct_specific_matcher.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/xctfail_message.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/xctfail_message.html similarity index 92% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/xctfail_message.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/xctfail_message.html index 9ffe99d61..71ed216ec 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/xctfail_message.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/xctfail_message.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/yoda_condition.html b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/yoda_condition.html similarity index 93% rename from docsets/SwiftLintFramework.docset/Contents/Resources/Documents/yoda_condition.html rename to docsets/SwiftLintCore.docset/Contents/Resources/Documents/yoda_condition.html index 78cb1f473..758dd164a 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/yoda_condition.html +++ b/docsets/SwiftLintCore.docset/Contents/Resources/Documents/yoda_condition.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/docsets/SwiftLintCore.docset/Contents/Resources/docSet.dsidx b/docsets/SwiftLintCore.docset/Contents/Resources/docSet.dsidx new file mode 100644 index 000000000..8f707a091 Binary files /dev/null and b/docsets/SwiftLintCore.docset/Contents/Resources/docSet.dsidx differ diff --git a/docsets/SwiftLintCore.tgz b/docsets/SwiftLintCore.tgz new file mode 100644 index 000000000..3eb4e192d Binary files /dev/null and b/docsets/SwiftLintCore.tgz differ diff --git a/docsets/SwiftLintFramework.xml b/docsets/SwiftLintCore.xml similarity index 55% rename from docsets/SwiftLintFramework.xml rename to docsets/SwiftLintCore.xml index 39afc2c1c..47256ad03 100644 --- a/docsets/SwiftLintFramework.xml +++ b/docsets/SwiftLintCore.xml @@ -1 +1 @@ -0.51.0https://realm.github.io/SwiftLint/docsets/SwiftLintFramework.tgz +0.51.0https://realm.github.io/SwiftLint/docsets/SwiftLintCore.tgz diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/search.json b/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/search.json deleted file mode 100644 index 7d3e81885..000000000 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/search.json +++ /dev/null @@ -1 +0,0 @@ -{"Structs/XcodeReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"XcodeReporter"},"Structs/SummaryReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"SummaryReporter"},"Structs/SonarQubeReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"SonarQubeReporter"},"Structs/RelativePathReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"RelativePathReporter"},"Structs/GitLabJUnitReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"GitLabJUnitReporter"},"Structs/ReasonedRuleViolation.html#/s:18SwiftLintFramework21ReasonedRuleViolationV8position0A6Syntax16AbsolutePositionVvp":{"name":"position","abstract":"

    The violation’s position.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:18SwiftLintFramework21ReasonedRuleViolationV6reasonSSSgvp":{"name":"reason","abstract":"

    A specific reason for the violation.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:18SwiftLintFramework21ReasonedRuleViolationV8severityAA0F8SeverityOSgvp":{"name":"severity","abstract":"

    The violation’s severity.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:18SwiftLintFramework21ReasonedRuleViolationV8position6reason8severityAC0A6Syntax16AbsolutePositionV_SSSgAA0F8SeverityOSgtcfc":{"name":"init(position:reason:severity:)","abstract":"

    Creates a ReasonedRuleViolation.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"ReasonedRuleViolation"},"Structs/YamlParser.html#/s:18SwiftLintFramework10YamlParserV5parse_3envSDySSypGSS_SDyS2SGtKFZ":{"name":"parse(_:env:)","abstract":"

    Parses the input YAML string as an untyped dictionary.

    ","parent_name":"YamlParser"},"Structs/Version.html#/s:18SwiftLintFramework7VersionV5valueSSvp":{"name":"value","abstract":"

    The string value for this version.

    ","parent_name":"Version"},"Structs/Version.html#/s:18SwiftLintFramework7VersionV7currentACvpZ":{"name":"current","abstract":"

    The current SwiftLint version.

    ","parent_name":"Version"},"Structs/SwiftVersion.html#/s:SY8RawValueQa":{"name":"RawValue","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SY8rawValue03RawB0Qzvp":{"name":"rawValue","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SY8rawValuexSg03RawB0Qz_tcfc":{"name":"init(rawValue:)","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV4fiveACvpZ":{"name":"five","abstract":"

    Swift 5.0.x - https://swift.org/download/#swift-50

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV10fiveDotOneACvpZ":{"name":"fiveDotOne","abstract":"

    Swift 5.1.x - https://swift.org/download/#swift-51

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV10fiveDotTwoACvpZ":{"name":"fiveDotTwo","abstract":"

    Swift 5.2.x - https://swift.org/download/#swift-52

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV12fiveDotThreeACvpZ":{"name":"fiveDotThree","abstract":"

    Swift 5.3.x - https://swift.org/download/#swift-53

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV11fiveDotFourACvpZ":{"name":"fiveDotFour","abstract":"

    Swift 5.4.x - https://swift.org/download/#swift-54

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV11fiveDotFiveACvpZ":{"name":"fiveDotFive","abstract":"

    Swift 5.5.x - https://swift.org/download/#swift-55

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV10fiveDotSixACvpZ":{"name":"fiveDotSix","abstract":"

    Swift 5.6.x - https://swift.org/download/#swift-56

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV12fiveDotSevenACvpZ":{"name":"fiveDotSeven","abstract":"

    Swift 5.7.x - https://swift.org/download/#swift-57

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV7currentACvpZ":{"name":"current","abstract":"

    The current detected Swift compiler version, based on the currently accessible SourceKit version.

    ","parent_name":"SwiftVersion"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV5value012SourceKittenC00dE0Vvp":{"name":"value","abstract":"

    The raw SyntaxToken obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV4kind012SourceKittenC00D4KindOSgvp":{"name":"kind","abstract":"

    The syntax kind associated with is token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV5valueAC012SourceKittenC00dE0V_tcfc":{"name":"init(value:)","abstract":"

    Creates a SwiftLintSyntaxToken from the raw SyntaxToken obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV5range012SourceKittenC09ByteRangeVvp":{"name":"range","abstract":"

    The byte range in a source file for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV6offset012SourceKittenC09ByteCountVvp":{"name":"offset","abstract":"

    The starting byte offset in a source file for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV6length012SourceKittenC09ByteCountVvp":{"name":"length","abstract":"

    The length in bytes for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV5value012SourceKittenC00dE0Vvp":{"name":"value","abstract":"

    The raw SyntaxMap obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV6tokensSayAA0abD5TokenVGvp":{"name":"tokens","abstract":"

    The SwiftLint-specific syntax tokens for this syntax map.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV5valueAC012SourceKittenC00dE0V_tcfc":{"name":"init(value:)","abstract":"

    Creates a SwiftLintSyntaxMap from the raw SyntaxMap obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV6tokens11inByteRangeSayAA0abD5TokenVG012SourceKittenC00hI0V_tF":{"name":"tokens(inByteRange:)","abstract":"

    Returns array of syntax tokens intersecting with byte range.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV5kinds11inByteRangeSay012SourceKittenC00D4KindOGAF0hI0V_tF":{"name":"kinds(inByteRange:)","abstract":"

    Returns the syntax kinds in the specified byte range.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV14ruleIdentifierSSvp":{"name":"ruleIdentifier","abstract":"

    The identifier of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV15ruleDescriptionSSvp":{"name":"ruleDescription","abstract":"

    The description of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV8ruleNameSSvp":{"name":"ruleName","abstract":"

    The name of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV8severityAA0E8SeverityOvp":{"name":"severity","abstract":"

    The severity of this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV8locationAA8LocationVvp":{"name":"location","abstract":"

    The location of this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV6reasonSSvp":{"name":"reason","abstract":"

    The justification for this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV11descriptionSSvp":{"name":"description","abstract":"

    A printable description for this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV15ruleDescription8severity8location6reasonAcA04RuleG0V_AA0E8SeverityOAA8LocationVSSSgtcfc":{"name":"init(ruleDescription:severity:location:reason:)","abstract":"

    Creates a StyleViolation by specifying its properties directly.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV4with8severityAcA0E8SeverityO_tF":{"name":"with(severity:)","abstract":"

    Returns the same violation, but with the severity that is passed in

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV4with8locationAcA8LocationV_tF":{"name":"with(location:)","abstract":"

    Returns the same violation, but with the location that is passed in

    ","parent_name":"StyleViolation"},"Structs/RuleParameter.html#/s:18SwiftLintFramework13RuleParameterV8severityAA17ViolationSeverityOvp":{"name":"severity","abstract":"

    The severity that should be assigned to the violation of this parameter’s value is met.

    ","parent_name":"RuleParameter"},"Structs/RuleParameter.html#/s:18SwiftLintFramework13RuleParameterV5valuexvp":{"name":"value","abstract":"

    The value to configure the rule.

    ","parent_name":"RuleParameter"},"Structs/RuleParameter.html#/s:18SwiftLintFramework13RuleParameterV8severity5valueACyxGAA17ViolationSeverityO_xtcfc":{"name":"init(severity:value:)","abstract":"

    Creates a RuleParameter by specifying its properties directly.

    ","parent_name":"RuleParameter"},"Structs/RuleList.html#/s:18SwiftLintFramework8RuleListV4listSDySSAA0D0_pXpGvp":{"name":"list","abstract":"

    The rules contained in this list.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:18SwiftLintFramework8RuleListV5rulesAcA0D0_pXpd_tcfc":{"name":"init(rules:)","abstract":"

    Creates a RuleList by specifying all its rules.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:18SwiftLintFramework8RuleListV5rulesACSayAA0D0_pXpG_tcfc":{"name":"init(rules:)","abstract":"

    Creates a RuleList by specifying all its rules.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"RuleList"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV10identifierSSvp":{"name":"identifier","abstract":"

    The rule’s unique identifier, to be used in configuration files and SwiftLint commands.","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV4nameSSvp":{"name":"name","abstract":"

    The rule’s human-readable name. Should be short, descriptive and formatted in Title Case. May contain spaces.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV11descriptionSSvp":{"name":"description","abstract":"

    The rule’s verbose description. Should read as a sentence or short paragraph. Good things to include are an","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV4kindAA0D4KindOvp":{"name":"kind","abstract":"

    The RuleKind that best categorizes this rule.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV21nonTriggeringExamplesSayAA7ExampleVGvp":{"name":"nonTriggeringExamples","abstract":"

    Swift source examples that do not trigger a violation for this rule. Used for documentation purposes to inform","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV18triggeringExamplesSayAA7ExampleVGvp":{"name":"triggeringExamples","abstract":"

    Swift source examples that do trigger one or more violations for this rule. Used for documentation purposes to","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV11correctionsSDyAA7ExampleVAFGvp":{"name":"corrections","abstract":"

    Pairs of Swift source examples, where keys are examples that trigger violations for this rule, and the values","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV17deprecatedAliasesShySSGvp":{"name":"deprecatedAliases","abstract":"

    Any previous iteration of the rule’s identifier that was previously shipped with SwiftLint.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV03minA7VersionAA0aG0Vvp":{"name":"minSwiftVersion","abstract":"

    The oldest version of the Swift compiler supported by this rule.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV18requiresFileOnDiskSbvp":{"name":"requiresFileOnDisk","abstract":"

    Whether or not this rule can only be executed on a file physically on-disk. Typically necessary for rules","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV07consoleE0SSvp":{"name":"consoleDescription","abstract":"

    The console-printable string for this description.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV14allIdentifiersSaySSGvp":{"name":"allIdentifiers","abstract":"

    All identifiers that have been used to uniquely identify this rule in past and current SwiftLint versions.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV10identifier4name11description4kind03minA7Version21nonTriggeringExamples010triggeringN011corrections17deprecatedAliases18requiresFileOnDiskACSS_S2SAA0D4KindOAA0aK0VSayAA7ExampleVGATSDyA2SGShySSGSbtcfc":{"name":"init(identifier:name:description:kind:minSwiftVersion:nonTriggeringExamples:triggeringExamples:corrections:deprecatedAliases:requiresFileOnDisk:)","abstract":"

    Creates a RuleDescription by specifying all its properties directly.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"RuleDescription"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV5startAA8LocationVvp":{"name":"start","abstract":"

    The location describing the start of the region. All locations that are less than this value","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV3endAA8LocationVvp":{"name":"end","abstract":"

    The location describing the end of the region. All locations that are greater than this value","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV23disabledRuleIdentifiersShyAA0F10IdentifierOGvp":{"name":"disabledRuleIdentifiers","abstract":"

    All SwiftLint rule identifiers that are disabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV5start3end23disabledRuleIdentifiersAcA8LocationV_AHShyAA0H10IdentifierOGtcfc":{"name":"init(start:end:disabledRuleIdentifiers:)","abstract":"

    Creates a Region by setting explicit values for all its properties.

    ","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV8containsySbAA8LocationVF":{"name":"contains(_:)","abstract":"

    Whether the specific location is contained in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV13isRuleEnabledySbAA0F0_pF":{"name":"isRuleEnabled(_:)","abstract":"

    Whether the specified rule is enabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV14isRuleDisabledySbAA0F0_pF":{"name":"isRuleDisabled(_:)","abstract":"

    Whether the specified rule is disabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV26deprecatedAliasesDisabling4ruleShySSGAA4Rule_p_tF":{"name":"deprecatedAliasesDisabling(rule:)","abstract":"

    Returns the deprecated rule aliases that are disabling the specified rule in this region.","parent_name":"Region"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4fileSSSgvp":{"name":"file","abstract":"

    The file path on disk for this location.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4lineSiSgvp":{"name":"line","abstract":"

    The line offset in the file for this location. 1-indexed.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV9characterSiSgvp":{"name":"character","abstract":"

    The character offset in the file for this location. 1-indexed.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV11descriptionSSvp":{"name":"description","abstract":"

    A lossless printable description of this location.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV12relativeFileSSSgvp":{"name":"relativeFile","abstract":"

    The file path for this location relative to the current working directory.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4file4line9characterACSSSg_SiSgAHtcfc":{"name":"init(file:line:character:)","abstract":"

    Creates a Location by specifying its properties directly.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4file10byteOffsetAcA0aB4FileC_012SourceKittenC09ByteCountVtcfc":{"name":"init(file:byteOffset:)","abstract":"

    Creates a Location based on a SwiftLintFile and a byte-offset into the file.","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4file8positionAcA0aB4FileC_0A6Syntax16AbsolutePositionVtcfc":{"name":"init(file:position:)","abstract":"

    Creates a Location based on a SwiftLintFile and a SwiftSyntax AbsolutePosition into the file.","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4file15characterOffsetAcA0aB4FileC_Sitcfc":{"name":"init(file:characterOffset:)","abstract":"

    Creates a Location based on a SwiftLintFile and a UTF8 character-offset into the file.","parent_name":"Location"},"Structs/Location.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"Location"},"Structs/CollectedLinter.html#/s:18SwiftLintFramework15CollectedLinterV4fileAA0aB4FileCvp":{"name":"file","abstract":"

    The file to lint with this linter.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:18SwiftLintFramework15CollectedLinterV15styleViolations5usingSayAA14StyleViolationVGAA11RuleStorageC_tF":{"name":"styleViolations(using:)","abstract":"

    Computes or retrieves style violations.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:18SwiftLintFramework15CollectedLinterV27styleViolationsAndRuleTimes5usingSayAA14StyleViolationVG_SaySS2id_Sd4timetGtAA0I7StorageC_tF":{"name":"styleViolationsAndRuleTimes(using:)","abstract":"

    Computes or retrieves style violations and the time spent executing each rule.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:18SwiftLintFramework15CollectedLinterV7correct5usingSayAA10CorrectionVGAA11RuleStorageC_tF":{"name":"correct(using:)","abstract":"

    Applies corrections for all rules to this file, returning performed corrections.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:18SwiftLintFramework15CollectedLinterV6format7useTabs11indentWidthySb_SitF":{"name":"format(useTabs:indentWidth:)","abstract":"

    Formats the file associated with this linter.

    ","parent_name":"CollectedLinter"},"Structs/Linter.html#/s:18SwiftLintFramework6LinterV4fileAA0aB4FileCvp":{"name":"file","abstract":"

    The file to lint with this linter.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:18SwiftLintFramework6LinterV12isCollectingSbvp":{"name":"isCollecting","abstract":"

    Whether or not this linter will be used to collect information from several files.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:18SwiftLintFramework6LinterV4file13configuration5cache17compilerArgumentsAcA0aB4FileC_AA13ConfigurationVAA0D5CacheCSgSaySSGtcfc":{"name":"init(file:configuration:cache:compilerArguments:)","abstract":"

    Creates a Linter by specifying its properties directly.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:18SwiftLintFramework6LinterV7collect4intoAA09CollectedD0VAA11RuleStorageC_tF":{"name":"collect(into:)","abstract":"

    Returns a linter capable of checking for violations after running each rule’s collection step.

    ","parent_name":"Linter"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV4codeSSvp":{"name":"code","abstract":"

    The contents of the example

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV13configurationypSgvp":{"name":"configuration","abstract":"

    The untyped configuration to apply to the rule, if deviating from the default configuration.","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV20testMultiByteOffsetsSbvp":{"name":"testMultiByteOffsets","abstract":"

    Whether the example should be tested by prepending multibyte grapheme clusters

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV11testOnLinuxSbvp":{"name":"testOnLinux","abstract":"

    Whether the example should be tested on Linux

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV4files12StaticStringVvp":{"name":"file","abstract":"

    The path to the file where the example was created

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV4lineSuvp":{"name":"line","abstract":"

    The line in the file where the example was created

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV_13configuration20testMultiByteOffsets0F17WrappingInComment0fjK6String0F14DisableCommand0F7OnLinux4file4line24excludeFromDocumentationACSS_ypSgS5bs06StaticM0VSuSbtcfc":{"name":"init(_:configuration:testMultiByteOffsets:testWrappingInComment:testWrappingInString:testDisableCommand:testOnLinux:file:line:excludeFromDocumentation:)","abstract":"

    Create a new Example with the specified code, file, and line.

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV4with4codeACSS_tF":{"name":"with(code:)","abstract":"

    Returns the same example, but with the code that is passed in

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV24removingViolationMarkersACyF":{"name":"removingViolationMarkers()","abstract":"

    Returns a copy of the Example with all instances of the “↓” character removed.

    ","parent_name":"Example"},"Structs/Example.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"Example"},"Structs/Example.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"Example"},"Structs/Example.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"Example"},"Structs/Correction.html#/s:18SwiftLintFramework10CorrectionV15ruleDescriptionAA04RuleF0Vvp":{"name":"ruleDescription","abstract":"

    The description of the rule for which this correction was applied.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:18SwiftLintFramework10CorrectionV8locationAA8LocationVvp":{"name":"location","abstract":"

    The location of the original violation that was corrected.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:18SwiftLintFramework10CorrectionV18consoleDescriptionSSvp":{"name":"consoleDescription","abstract":"

    The console-printable description for this correction.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:18SwiftLintFramework10CorrectionV15ruleDescription8locationAcA04RuleF0V_AA8LocationVtcfc":{"name":"init(ruleDescription:location:)","abstract":"

    Memberwise initializer.

    ","parent_name":"Correction"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV7defaultACvpZ":{"name":"default","abstract":"

    The default Configuration resulting from an empty configuration file.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV15defaultFileNameSSvpZ":{"name":"defaultFileName","abstract":"

    The default file name to look for user-defined configurations.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV13includedPathsSaySSGvp":{"name":"includedPaths","abstract":"

    The paths that should be included when linting

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV13excludedPathsSaySSGvp":{"name":"excludedPaths","abstract":"

    The paths that should be excluded when linting

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV11indentationAC16IndentationStyleOvp":{"name":"indentation","abstract":"

    The style to use when indenting Swift source code.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV16warningThresholdSiSgvp":{"name":"warningThreshold","abstract":"

    The threshold for the number of warnings to tolerate before treating the lint as having failed.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV8reporterSSvp":{"name":"reporter","abstract":"

    The identifier for the Reporter to use to report style violations.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV9cachePathSSSgvp":{"name":"cachePath","abstract":"

    The location of the persisted cache to use with this configuration.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV22allowZeroLintableFilesSbvp":{"name":"allowZeroLintableFiles","abstract":"

    Allow or disallow SwiftLint to exit successfully when passed only ignored or unlintable files.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV013basedOnCustomD5FilesSbvp":{"name":"basedOnCustomConfigurationFiles","abstract":"

    This value is true iff the --config parameter was used to specify (a) configuration file(s)","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV5rulesSayAA4Rule_pGvp":{"name":"rules","abstract":"

    All rules enabled in this configuration

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV13rootDirectorySSvp":{"name":"rootDirectory","abstract":"

    The root directory is the directory that included & excluded paths relate to.","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV9rulesModeAC05RulesF0Ovp":{"name":"rulesMode","abstract":"

    The rules mode used for this configuration.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV18configurationFiles14enableAllRules9cachePath27ignoreParentAndChildConfigs20mockedNetworkResults25useDefaultConfigOnFailureACSaySSG_SbSSSgSbSDyS2SGSbSgtcfc":{"name":"init(configurationFiles:enableAllRules:cachePath:ignoreParentAndChildConfigs:mockedNetworkResults:useDefaultConfigOnFailure:)","abstract":"

    Creates a Configuration with convenience parameters.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"Configuration"},"Structs/Configuration.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"Configuration"},"Structs/Configuration.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"Configuration"},"Structs/Command/Modifier.html#/s:18SwiftLintFramework7CommandV8ModifierO8previousyA2EmF":{"name":"previous","abstract":"

    The command should only apply to the line preceding its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:18SwiftLintFramework7CommandV8ModifierO4thisyA2EmF":{"name":"this","abstract":"

    The command should only apply to the same line as its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:18SwiftLintFramework7CommandV8ModifierO4nextyA2EmF":{"name":"next","abstract":"

    The command should only apply to the line following its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:18SwiftLintFramework7CommandV8ModifierO7invalidyA2EmF":{"name":"invalid","abstract":"

    The modifier string was invalid.

    ","parent_name":"Modifier"},"Structs/Command/Action.html#/s:18SwiftLintFramework7CommandV6ActionO6enableyA2EmF":{"name":"enable","abstract":"

    The rule(s) associated with this command should be enabled by the SwiftLint engine.

    ","parent_name":"Action"},"Structs/Command/Action.html#/s:18SwiftLintFramework7CommandV6ActionO7disableyA2EmF":{"name":"disable","abstract":"

    The rule(s) associated with this command should be disabled by the SwiftLint engine.

    ","parent_name":"Action"},"Structs/Command/Action.html#/s:18SwiftLintFramework7CommandV6ActionO7invalidyA2EmF":{"name":"invalid","abstract":"

    The action string was invalid.

    ","parent_name":"Action"},"Structs/Command/Action.html":{"name":"Action","abstract":"

    The action (verb) that SwiftLint should perform when interpreting this command.

    ","parent_name":"Command"},"Structs/Command/Modifier.html":{"name":"Modifier","abstract":"

    The modifier for a command, used to modify its scope.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV6actionAC6ActionOvp":{"name":"action","abstract":"

    The action (verb) that SwiftLint should perform when interpreting this command.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV15ruleIdentifiersShyAA14RuleIdentifierOGvp":{"name":"ruleIdentifiers","abstract":"

    The identifiers for the rules associated with this command.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV4lineSivp":{"name":"line","abstract":"

    The line in the source file where this command is defined.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV9characterSiSgvp":{"name":"character","abstract":"

    The character offset within the line in the source file where this command is defined.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV8modifierAC8ModifierOSgvp":{"name":"modifier","abstract":"

    This command’s modifier, if any.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV6action15ruleIdentifiers4line9character8modifier15trailingCommentA2C6ActionO_ShyAA14RuleIdentifierOGS2iSgAC8ModifierOSgSSSgtcfc":{"name":"init(action:ruleIdentifiers:line:character:modifier:trailingComment:)","abstract":"

    Creates a command based on the specified parameters.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV12actionString4line9characterACSS_S2itcfc":{"name":"init(actionString:line:character:)","abstract":"

    Creates a command based on the specified parameters.

    ","parent_name":"Command"},"Structs/Stack.html#/s:18SwiftLintFramework5StackVACyxGycfc":{"name":"init()","abstract":"

    Creates an empty Stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:18SwiftLintFramework5StackV7isEmptySbvp":{"name":"isEmpty","abstract":"

    True if the stack has no elements. False otherwise.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:18SwiftLintFramework5StackV5countSivp":{"name":"count","abstract":"

    The number of elements in this stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:18SwiftLintFramework5StackV4pushyyxF":{"name":"push(_:)","abstract":"

    Pushes (appends) an element onto the stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:18SwiftLintFramework5StackV3popxSgyF":{"name":"pop()","abstract":"

    Removes and returns the last element of the stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:18SwiftLintFramework5StackV4peekxSgyF":{"name":"peek()","abstract":"

    Returns the last element of the stack if the stack is not empty; otherwise, nil.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"Stack"},"Structs/RuleListDocumentation.html#/s:18SwiftLintFramework21RuleListDocumentationVyAcA0dE0Vcfc":{"name":"init(_:)","abstract":"

    Creates a RuleListDocumentation instance from a RuleList.

    ","parent_name":"RuleListDocumentation"},"Structs/RuleListDocumentation.html#/s:18SwiftLintFramework21RuleListDocumentationV5write2toy10Foundation3URLV_tKF":{"name":"write(to:)","abstract":"

    Write the rule list documentation as markdown files to the specified directory.

    ","parent_name":"RuleListDocumentation"},"Structs/RuleListDocumentation.html":{"name":"RuleListDocumentation","abstract":"

    User-facing documentation for a SwiftLint RuleList.

    "},"Structs/Stack.html":{"name":"Stack","abstract":"

    A basic stack type implementing the LIFO principle - only the last inserted element can be accessed and removed.

    "},"Structs/Command.html":{"name":"Command","abstract":"

    A SwiftLint-interpretable command to modify SwiftLint’s behavior embedded as comments in source code.

    "},"Structs/Configuration.html":{"name":"Configuration","abstract":"

    The configuration struct for SwiftLint. User-defined in the .swiftlint.yml file, drives the behavior of SwiftLint.

    "},"Structs/Correction.html":{"name":"Correction","abstract":"

    A value describing a SwiftLint violation that was corrected.

    "},"Structs/Example.html":{"name":"Example","abstract":"

    Captures code and context information for an example of a triggering or"},"Structs/Linter.html":{"name":"Linter","abstract":"

    Represents a file that can be linted for style violations and corrections after being collected.

    "},"Structs/CollectedLinter.html":{"name":"CollectedLinter","abstract":"

    Represents a file that can compute style violations and corrections for a list of rules.

    "},"Structs/Location.html":{"name":"Location","abstract":"

    The placement of a segment of Swift in a collection of source files.

    "},"Structs/Region.html":{"name":"Region","abstract":"

    A contiguous region of Swift source code.

    "},"Structs/RuleDescription.html":{"name":"RuleDescription","abstract":"

    A detailed description for a SwiftLint rule. Used for both documentation and testing purposes.

    "},"Structs/RuleList.html":{"name":"RuleList","abstract":"

    A list of available SwiftLint rules.

    "},"Structs/RuleParameter.html":{"name":"RuleParameter","abstract":"

    A configuration parameter for rules.

    "},"Structs/StyleViolation.html":{"name":"StyleViolation","abstract":"

    A value describing an instance of Swift source code that is considered invalid by a SwiftLint rule.

    "},"Structs/SwiftLintSyntaxMap.html":{"name":"SwiftLintSyntaxMap","abstract":"

    Represents a Swift file’s syntax information.

    "},"Structs/SwiftLintSyntaxToken.html":{"name":"SwiftLintSyntaxToken","abstract":"

    A SwiftLint-aware Swift syntax token.

    "},"Structs/SwiftVersion.html":{"name":"SwiftVersion","abstract":"

    A value describing the version of the Swift compiler.

    "},"Structs/Version.html":{"name":"Version","abstract":"

    A type describing the SwiftLint version.

    "},"Structs/YamlParser.html":{"name":"YamlParser","abstract":"

    An interface for parsing YAML.

    "},"Structs/ReasonedRuleViolation.html":{"name":"ReasonedRuleViolation","abstract":"

    A violation produced by ViolationsSyntaxVisitors.

    "},"Structs/GitLabJUnitReporter.html":{"name":"GitLabJUnitReporter","abstract":"

    Reports violations as JUnit XML supported by GitLab.

    "},"Structs/RelativePathReporter.html":{"name":"RelativePathReporter","abstract":"

    Reports violations with relative paths.

    "},"Structs/SonarQubeReporter.html":{"name":"SonarQubeReporter","abstract":"

    Reports violations in SonarQube import format.

    "},"Structs/SummaryReporter.html":{"name":"SummaryReporter","abstract":"

    Reports a summary table of all violations

    "},"Structs/XcodeReporter.html":{"name":"XcodeReporter","abstract":"

    Reports violations in the format Xcode uses to display in the IDE. (default)

    "},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework0A10SyntaxRuleP11makeVisitor4fileAA010ViolationsdG0CAA0aB4FileC_tF":{"name":"makeVisitor(file:)","abstract":"

    Produce a ViolationsSyntaxVisitor for the given file.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework0A10SyntaxRuleP13makeViolation4file9violationAA05StyleG0VAA0aB4FileC_AA08ReasonedeG0VtF":{"name":"makeViolation(file:violation:)","abstract":"

    Produce a violation for the given file and absolute position.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework0A10SyntaxRuleP10preprocess4file0aD0010SourceFileD0VSgAA0abI0C_tF":{"name":"preprocess(file:)","abstract":"

    Gives a chance for the rule to do some pre-processing on the syntax tree.","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework0A10SyntaxRulePAAE15disabledRegions4fileSay0aD011SourceRangeVGAA0aB4FileC_tF":{"name":"disabledRegions(file:)","abstract":"

    Returns the source ranges in the specified file where this rule is disabled.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"SwiftSyntaxRule"},"Protocols/ViolationsSyntaxRewriter.html#/s:18SwiftLintFramework24ViolationsSyntaxRewriterP19correctionPositionsSay0aE016AbsolutePositionVGvp":{"name":"correctionPositions","abstract":"

    Positions in a source file where corrections were applied.

    ","parent_name":"ViolationsSyntaxRewriter"},"Protocols/SwiftSyntaxCorrectableRule.html#/s:18SwiftLintFramework0A21SyntaxCorrectableRuleP12makeRewriter4fileAA010ViolationsdH0_pSgAA0aB4FileC_tF":{"name":"makeRewriter(file:)","abstract":"

    Produce a ViolationsSyntaxRewriter for the given file.

    ","parent_name":"SwiftSyntaxCorrectableRule"},"Protocols/SwiftSyntaxCorrectableRule.html#/s:18SwiftLintFramework15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","parent_name":"SwiftSyntaxCorrectableRule"},"Protocols/SeverityBasedRuleConfiguration.html#/s:18SwiftLintFramework30SeverityBasedRuleConfigurationP08severityG0AA0dG0Vvp":{"name":"severityConfiguration","abstract":"

    The configuration of a rule’s severity.

    ","parent_name":"SeverityBasedRuleConfiguration"},"Protocols/SeverityBasedRuleConfiguration.html#/s:18SwiftLintFramework30SeverityBasedRuleConfigurationPAAE8severityAA09ViolationD0Ovp":{"name":"severity","abstract":"

    The severity of a rule.

    ","parent_name":"SeverityBasedRuleConfiguration"},"Protocols/RuleConfiguration.html#/s:18SwiftLintFramework17RuleConfigurationP18consoleDescriptionSSvp":{"name":"consoleDescription","abstract":"

    A human-readable description for this configuration and its applied values.

    ","parent_name":"RuleConfiguration"},"Protocols/RuleConfiguration.html#/s:18SwiftLintFramework17RuleConfigurationP5apply13configurationyyp_tKF":{"name":"apply(configuration:)","abstract":"

    Apply an untyped configuration to the current value.

    ","parent_name":"RuleConfiguration"},"Protocols/RuleConfiguration.html#/s:18SwiftLintFramework17RuleConfigurationP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","abstract":"

    Whether the specified configuration is equivalent to the current value.

    ","parent_name":"RuleConfiguration"},"Protocols/AnalyzerRule.html#/s:18SwiftLintFramework4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"AnalyzerRule"},"Protocols/SubstitutionCorrectableASTRule.html#/s:18SwiftLintFramework30SubstitutionCorrectableASTRuleP15violationRanges2in4kind10dictionarySaySo8_NSRangeVGAA0aB4FileC_8KindTypeQzAA22SourceKittenDictionaryVtF":{"name":"violationRanges(in:kind:dictionary:)","abstract":"

    Returns the NSString-based NSRanges to be replaced in the specified file.

    ","parent_name":"SubstitutionCorrectableASTRule"},"Protocols/SubstitutionCorrectableASTRule.html#/s:18SwiftLintFramework27SubstitutionCorrectableRuleP15violationRanges2inSaySo8_NSRangeVGAA0aB4FileC_tF":{"name":"violationRanges(in:)","parent_name":"SubstitutionCorrectableASTRule"},"Protocols/SubstitutionCorrectableRule.html#/s:18SwiftLintFramework27SubstitutionCorrectableRuleP15violationRanges2inSaySo8_NSRangeVGAA0aB4FileC_tF":{"name":"violationRanges(in:)","abstract":"

    Returns the NSString-based NSRanges to be replaced in the specified file.

    ","parent_name":"SubstitutionCorrectableRule"},"Protocols/SubstitutionCorrectableRule.html#/s:18SwiftLintFramework27SubstitutionCorrectableRuleP12substitution3for2inSo8_NSRangeV_SStSgAH_AA0aB4FileCtF":{"name":"substitution(for:in:)","abstract":"

    Returns the substitution to apply for the given range.

    ","parent_name":"SubstitutionCorrectableRule"},"Protocols/SubstitutionCorrectableRule.html#/s:18SwiftLintFramework15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","parent_name":"SubstitutionCorrectableRule"},"Protocols/CorrectableRule.html#/s:18SwiftLintFramework15CorrectableRuleP7correct4file17compilerArgumentsSayAA10CorrectionVGAA0aB4FileC_SaySSGtF":{"name":"correct(file:compilerArguments:)","abstract":"

    Attempts to correct the violations to this rule in the specified file.

    ","parent_name":"CorrectableRule"},"Protocols/CorrectableRule.html#/s:18SwiftLintFramework15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","abstract":"

    Attempts to correct the violations to this rule in the specified file.

    ","parent_name":"CorrectableRule"},"Protocols/CorrectableRule.html#/s:18SwiftLintFramework15CorrectableRuleP7correct4file5using17compilerArgumentsSayAA10CorrectionVGAA0aB4FileC_AA0E7StorageCSaySSGtF":{"name":"correct(file:using:compilerArguments:)","abstract":"

    Attempts to correct the violations to this rule in the specified file after collecting file info for all files","parent_name":"CorrectableRule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP11descriptionAA0D11DescriptionVvpZ":{"name":"description","abstract":"

    A verbose description of many of this rule’s properties.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP24configurationDescriptionSSvp":{"name":"configurationDescription","abstract":"

    A description of how this rule has been configured to run.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RulePxycfc":{"name":"init()","abstract":"

    A default initializer for rules. All rules need to be trivially initializable.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP13configurationxyp_tKcfc":{"name":"init(configuration:)","abstract":"

    Creates a rule by applying its configuration.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP8validate4file17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SaySSGtF":{"name":"validate(file:compilerArguments:)","abstract":"

    Executes the rule on a file and returns any violations to the rule’s expectations.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","abstract":"

    Executes the rule on a file and returns any violations to the rule’s expectations.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","abstract":"

    Whether or not the specified rule is equivalent to the current rule.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP11collectInfo3for4into17compilerArgumentsyAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"collectInfo(for:into:compilerArguments:)","abstract":"

    Collects information for the specified file in a storage object, to be analyzed by a CollectedLinter.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP8validate4file5using17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"validate(file:using:compilerArguments:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RulePAAE16cacheDescriptionSSvp":{"name":"cacheDescription","abstract":"

    The cache description which will be used to determine if a previous","parent_name":"Rule"},"Protocols/Reporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","abstract":"

    The unique identifier for this reporter.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","abstract":"

    Whether or not this reporter can output incrementally as violations are found or if all violations must be","parent_name":"Reporter"},"Protocols/Reporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","abstract":"

    A more detailed description of the reporter’s output.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvp":{"name":"description","abstract":"

    For CustomStringConvertible conformance.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","abstract":"

    Return a string with the report for the specified violations.

    ","parent_name":"Reporter"},"Protocols/ConfigurationProviderRule.html#/s:18SwiftLintFramework25ConfigurationProviderRuleP0D4TypeQa":{"name":"ConfigurationType","abstract":"

    The type of configuration used to configure this rule.

    ","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:18SwiftLintFramework25ConfigurationProviderRuleP13configuration0D4TypeQzvp":{"name":"configuration","abstract":"

    This rule’s configuration.

    ","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:18SwiftLintFramework4RuleP13configurationxyp_tKcfc":{"name":"init(configuration:)","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:18SwiftLintFramework4RuleP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:18SwiftLintFramework4RuleP24configurationDescriptionSSvp":{"name":"configurationDescription","parent_name":"ConfigurationProviderRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework14CollectingRuleP8FileInfoQa":{"name":"FileInfo","abstract":"

    The kind of information to collect for each file being linted for this rule.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework14CollectingRuleP11collectInfo3for17compilerArguments04FileG0QzAA0abK0C_SaySSGtF":{"name":"collectInfo(for:compilerArguments:)","abstract":"

    Collects information for the specified file, to be analyzed by a CollectedLinter.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework14CollectingRuleP11collectInfo3for04FileG0QzAA0abI0C_tF":{"name":"collectInfo(for:)","abstract":"

    Collects information for the specified file, to be analyzed by a CollectedLinter.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework14CollectingRuleP8validate4file13collectedInfo17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SDyAL0nI0QzGSaySSGtF":{"name":"validate(file:collectedInfo:compilerArguments:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework14CollectingRuleP8validate4file13collectedInfoSayAA14StyleViolationVGAA0aB4FileC_SDyAK0lI0QzGtF":{"name":"validate(file:collectedInfo:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework4RuleP11collectInfo3for4into17compilerArgumentsyAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"collectInfo(for:into:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework4RuleP8validate4file5using17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"validate(file:using:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework4RuleP8validate4file17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SaySSGtF":{"name":"validate(file:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CacheDescriptionProvider.html#/s:18SwiftLintFramework24CacheDescriptionProviderP05cacheE0SSvp":{"name":"cacheDescription","abstract":"

    The cache description which will be used to determine if a previous","parent_name":"CacheDescriptionProvider"},"Protocols/ASTRule.html#/s:18SwiftLintFramework7ASTRuleP8KindTypeQa":{"name":"KindType","abstract":"

    The kind of token being recursed over.

    ","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:18SwiftLintFramework7ASTRuleP8validate4file4kind10dictionarySayAA14StyleViolationVGAA0aB4FileC_8KindTypeQzAA22SourceKittenDictionaryVtF":{"name":"validate(file:kind:dictionary:)","abstract":"

    Executes the rule on a file and a subset of its AST structure, returning any violations to the rule’s","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:18SwiftLintFramework7ASTRuleP4kind4from8KindTypeQzSgAA22SourceKittenDictionaryV_tF":{"name":"kind(from:)","abstract":"

    Get the kind from the specified dictionary.

    ","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:18SwiftLintFramework4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:18SwiftLintFramework7ASTRulePAAE8validate4file10dictionarySayAA14StyleViolationVGAA0aB4FileC_AA22SourceKittenDictionaryVtF":{"name":"validate(file:dictionary:)","abstract":"

    Executes the rule on a file and a subset of its AST structure, returning any violations to the rule’s","parent_name":"ASTRule"},"Protocols/ASTRule.html":{"name":"ASTRule","abstract":"

    A rule that leverages the Swift source’s pre-typechecked Abstract Syntax Tree to recurse into the source’s"},"Protocols/CacheDescriptionProvider.html":{"name":"CacheDescriptionProvider","abstract":"

    Interface providing access to a cache description.

    "},"Protocols.html#/s:18SwiftLintFramework17AnyCollectingRuleP":{"name":"AnyCollectingRule","abstract":"

    Type-erased protocol used to check whether a rule is collectable.

    "},"Protocols/CollectingRule.html":{"name":"CollectingRule","abstract":"

    A rule that requires knowledge of all other files being linted.

    "},"Protocols/ConfigurationProviderRule.html":{"name":"ConfigurationProviderRule","abstract":"

    A rule that is user-configurable.

    "},"Protocols/Reporter.html":{"name":"Reporter","abstract":"

    An interface for reporting violations as strings.

    "},"Protocols/Rule.html":{"name":"Rule","abstract":"

    An executable value that can identify issues (violations) in Swift source code.

    "},"Protocols.html#/s:18SwiftLintFramework9OptInRuleP":{"name":"OptInRule","abstract":"

    A rule that is not enabled by default. Rules conforming to this need to be explicitly enabled by users.

    "},"Protocols/CorrectableRule.html":{"name":"CorrectableRule","abstract":"

    A rule that can correct violations.

    "},"Protocols/SubstitutionCorrectableRule.html":{"name":"SubstitutionCorrectableRule","abstract":"

    A correctable rule that can apply its corrections by replacing the content of ranges in the offending file with"},"Protocols/SubstitutionCorrectableASTRule.html":{"name":"SubstitutionCorrectableASTRule","abstract":"

    A SubstitutionCorrectableRule that is also an ASTRule.

    "},"Protocols.html#/s:18SwiftLintFramework17SourceKitFreeRuleP":{"name":"SourceKitFreeRule","abstract":"

    A rule that does not need SourceKit to operate and can still operate even after SourceKit has crashed.

    "},"Protocols/AnalyzerRule.html":{"name":"AnalyzerRule","abstract":"

    A rule that can operate on the post-typechecked AST using compiler arguments. Performs rules that are more like"},"Protocols/RuleConfiguration.html":{"name":"RuleConfiguration","abstract":"

    A configuration value for a rule to allow users to modify its behavior.

    "},"Protocols/SeverityBasedRuleConfiguration.html":{"name":"SeverityBasedRuleConfiguration","abstract":"

    A configuration for a rule that allows to configure at least the severity.

    "},"Protocols/SwiftSyntaxCorrectableRule.html":{"name":"SwiftSyntaxCorrectableRule","abstract":"

    A SwiftLint CorrectableRule that performs its corrections using a SwiftSyntax SyntaxRewriter.

    "},"Protocols/ViolationsSyntaxRewriter.html":{"name":"ViolationsSyntaxRewriter","abstract":"

    A SwiftSyntax SyntaxRewriter that produces absolute positions where corrections were applied.

    "},"Protocols/SwiftSyntaxRule.html":{"name":"SwiftSyntaxRule","abstract":"

    A SwiftLint Rule backed by SwiftSyntax that does not use SourceKit requests.

    "},"Functions.html#/s:18SwiftLintFramework12reporterFrom10identifierAA8Reporter_pXpSS_tF":{"name":"reporterFrom(identifier:)","abstract":"

    Returns the reporter with the specified identifier. Traps if the specified identifier doesn’t correspond to any"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA7ExampleVRszlE26skipWrappingInCommentTestsSayACGyF":{"name":"skipWrappingInCommentTests()","abstract":"

    Make these examples skip wrapping in comment tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA7ExampleVRszlE25skipWrappingInStringTestsSayACGyF":{"name":"skipWrappingInStringTests()","abstract":"

    Make these examples skip wrapping in string tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA7ExampleVRszlE24skipMultiByteOffsetTestsSayACGyF":{"name":"skipMultiByteOffsetTests()","abstract":"

    Make these examples skip multi-byte offset tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA7ExampleVRszlE23skipDisableCommandTestsSayACGyF":{"name":"skipDisableCommandTests()","abstract":"

    Make these examples skip disable command tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA0aB11SyntaxTokenVRszlE5kindsSay012SourceKittenC00D4KindOGvp":{"name":"kinds","abstract":"

    The kinds for these tokens.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA21ReasonedRuleViolationVRszlE6appendyy0A6Syntax16AbsolutePositionVF":{"name":"append(_:)","abstract":"

    Append a minimal violation for the specified position.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA21ReasonedRuleViolationVRszlE6append10contentsOfySay0A6Syntax16AbsolutePositionVG_tF":{"name":"append(contentsOf:)","abstract":"

    Append minimal violations for the specified positions.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFramework0A6Syntax04DeclD8Protocol_pXpRszlE3allSayAbC_pXpGvpZ":{"name":"all","abstract":"

    All visitable declaration syntax types.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFramework0A6Syntax04DeclD8Protocol_pXpRszlE22extensionsAndProtocolsSayAbC_pXpGvpZ":{"name":"extensionsAndProtocols","abstract":"

    Useful for class-specific checks since extensions and protocols do not allow nested classes.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFramework0A6Syntax04DeclD8Protocol_pXpRszlE9allExceptySayAbC_pXpGAbC_pXpd_tFZ":{"name":"allExcept(_:)","abstract":"

    All declarations except for the specified ones.

    ","parent_name":"Array"},"Extensions/Array.html":{"name":"Array"},"Enums/ViolationSeverity.html#/s:18SwiftLintFramework17ViolationSeverityO7warningyA2CmF":{"name":"warning","abstract":"

    Non-fatal. If using SwiftLint as an Xcode build phase, Xcode will mark the build as having succeeded.

    ","parent_name":"ViolationSeverity"},"Enums/ViolationSeverity.html#/s:18SwiftLintFramework17ViolationSeverityO5erroryA2CmF":{"name":"error","abstract":"

    Fatal. If using SwiftLint as an Xcode build phase, Xcode will mark the build as having failed.

    ","parent_name":"ViolationSeverity"},"Enums/ViolationSeverity.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"ViolationSeverity"},"Enums/RuleListError.html#/s:18SwiftLintFramework13RuleListErrorO24duplicatedConfigurationsyAcA0D0_pXp_tcACmF":{"name":"duplicatedConfigurations(rule:)","abstract":"

    The rule list contains more than one configuration for the specified rule.

    ","parent_name":"RuleListError"},"Enums/RuleKind.html#/s:18SwiftLintFramework8RuleKindO4lintyA2CmF":{"name":"lint","abstract":"

    Describes rules that validate Swift source conventions.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:18SwiftLintFramework8RuleKindO9idiomaticyA2CmF":{"name":"idiomatic","abstract":"

    Describes rules that validate common practices in the Swift community.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:18SwiftLintFramework8RuleKindO5styleyA2CmF":{"name":"style","abstract":"

    Describes rules that validate stylistic choices.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:18SwiftLintFramework8RuleKindO7metricsyA2CmF":{"name":"metrics","abstract":"

    Describes rules that validate magnitudes or measurements of Swift source.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:18SwiftLintFramework8RuleKindO11performanceyA2CmF":{"name":"performance","abstract":"

    Describes rules that validate that code patterns with poor performance are avoided.

    ","parent_name":"RuleKind"},"Enums/RuleIdentifier.html#/s:18SwiftLintFramework14RuleIdentifierO3allyA2CmF":{"name":"all","abstract":"

    Special identifier that should be treated as referring to ‘all’ SwiftLint rules. One helpful usecase is in","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:18SwiftLintFramework14RuleIdentifierO6singleyACSS_tcACmF":{"name":"single(identifier:)","abstract":"

    Represents a single SwiftLint rule with the specified identifier.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:18SwiftLintFramework14RuleIdentifierO20stringRepresentationSSvp":{"name":"stringRepresentation","abstract":"

    The spelling of the string for this idenfitier.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:18SwiftLintFramework14RuleIdentifierOyACSScfc":{"name":"init(_:)","abstract":"

    Creates a RuleIdentifier by its string representation.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:s26ExpressibleByStringLiteralP06stringD0x0cD4TypeQz_tcfc":{"name":"init(stringLiteral:)","parent_name":"RuleIdentifier"},"Enums/ConfigurationError.html#/s:18SwiftLintFramework18ConfigurationErrorO07unknownD0yA2CmF":{"name":"unknownConfiguration","abstract":"

    The configuration didn’t match internal expectations.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:18SwiftLintFramework18ConfigurationErrorO28ambiguousMatchKindParametersyA2CmF":{"name":"ambiguousMatchKindParameters","abstract":"

    The configuration had both match_kind and excluded_match_kind parameters.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:18SwiftLintFramework18ConfigurationErrorO7genericyACSScACmF":{"name":"generic(_:)","abstract":"

    A generic configuration error specified by a string.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:18SwiftLintFramework18ConfigurationErrorO19initialFileNotFoundyACSS_tcACmF":{"name":"initialFileNotFound(path:)","abstract":"

    The initial configuration file was not found.

    ","parent_name":"ConfigurationError"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO7privateyA2CmF":{"name":"private","abstract":"

    Accessible by the declaration’s immediate lexical scope.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO11fileprivateyA2CmF":{"name":"fileprivate","abstract":"

    Accessible by the declaration’s same file.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO8internalyA2CmF":{"name":"internal","abstract":"

    Accessible by the declaration’s same module, or modules importing it with the @testable attribute.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO6publicyA2CmF":{"name":"public","abstract":"

    Accessible by the declaration’s same program.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO4openyA2CmF":{"name":"open","abstract":"

    Accessible and customizable (via subclassing or overrides) by the declaration’s same program.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO11descriptionACSgSS_tcfc":{"name":"init(description:)","abstract":"

    Initializes an access control level by its Swift source keyword value.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO9isPrivateSbvp":{"name":"isPrivate","abstract":"

    Returns true if is private or fileprivate

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"AccessControlLevel"},"Enums/ExecutableInfo.html#/s:18SwiftLintFramework14ExecutableInfoO7buildIDSSSgvpZ":{"name":"buildID","abstract":"

    A stable identifier for this executable. Uses the Mach-O header UUID on macOS. Nil on Linux.

    ","parent_name":"ExecutableInfo"},"Enums/ExecutableInfo.html":{"name":"ExecutableInfo","abstract":"

    Information about this executable.

    "},"Enums/AccessControlLevel.html":{"name":"AccessControlLevel","abstract":"

    The accessibility of a Swift source declaration.

    "},"Enums/ConfigurationError.html":{"name":"ConfigurationError","abstract":"

    All possible configuration errors.

    "},"Enums/RuleIdentifier.html":{"name":"RuleIdentifier","abstract":"

    An identifier representing a SwiftLint rule, or all rules.

    "},"Enums/RuleKind.html":{"name":"RuleKind","abstract":"

    All the possible rule kinds (categories).

    "},"Enums/RuleListError.html":{"name":"RuleListError","abstract":"

    All possible rule list configuration errors.

    "},"Enums/ViolationSeverity.html":{"name":"ViolationSeverity","abstract":"

    The magnitude of a StyleViolation.

    "},"Global%20Variables.html#/s:18SwiftLintFramework13reportersListSayAA8Reporter_pXpGvp":{"name":"reportersList","abstract":"

    The reporters list containing all the reporters built into SwiftLint.

    "},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC10violationsSayAA21ReasonedRuleViolationVGvp":{"name":"violations","abstract":"

    Positions in a source file where violations should be reported.

    ","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC21skippableDeclarationsSay0aE004DeclE8Protocol_pXpGvp":{"name":"skippableDeclarations","abstract":"

    List of declaration types that shall be skipped while traversing the AST.

    ","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE09ActorDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE09ClassDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE08EnumDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE013ExtensionDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012FunctionDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE013SubscriptDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012VariableDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012ProtocolDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE010StructDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC4file012SourceKittenC00D0Cvp":{"name":"file","abstract":"

    The underlying SourceKitten file.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC06isTestD0Sbvp":{"name":"isTestFile","abstract":"

    Whether or not this is a file generated for testing purposes.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC4fileAC012SourceKittenC00D0C_tcfc":{"name":"init(file:)","abstract":"

    Creates a SwiftLintFile with a SourceKitten File.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC4pathACSgSS_tcfc":{"name":"init(path:)","abstract":"

    Creates a SwiftLintFile by specifying its path on disk.","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC20pathDeferringReadingACSS_tcfc":{"name":"init(pathDeferringReading:)","abstract":"

    Creates a SwiftLintFile by specifying its path on disk. Unlike the SwiftLintFile(path:) initializer, this","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC8contentsACSS_tcfc":{"name":"init(contents:)","abstract":"

    Creates a SwiftLintFile that is not backed by a file on disk by specifying its contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC4pathSSSgvp":{"name":"path","abstract":"

    The path on disk for this file.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC8contentsSSvp":{"name":"contents","abstract":"

    The file’s contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC10stringView012SourceKittenC006StringF0Vvp":{"name":"stringView","abstract":"

    A string view into the contents of this file optimized for string manipulation operations.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC5linesSay012SourceKittenC04LineVGvp":{"name":"lines","abstract":"

    The parsed lines for this file’s contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"SwiftLintFile"},"Classes/RuleStorage.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"RuleStorage"},"Classes/RuleStorage.html#/s:18SwiftLintFramework11RuleStorageCACycfc":{"name":"init()","abstract":"

    Creates a RuleStorage with no initial stored data.

    ","parent_name":"RuleStorage"},"Classes/RuleRegistry.html#/s:18SwiftLintFramework12RuleRegistryC6sharedACvpZ":{"name":"shared","abstract":"

    Shared rule registry instance.

    ","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:18SwiftLintFramework12RuleRegistryC4listAA0D4ListVvp":{"name":"list","abstract":"

    Rule list associated with this registry. Lazily created, and","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:18SwiftLintFramework12RuleRegistryC8register5rulesySayAA0D0_pXpG_tF":{"name":"register(rules:)","abstract":"

    Register rules.

    ","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:18SwiftLintFramework12RuleRegistryC4rule5forIDAA0D0_pXpSgSS_tF":{"name":"rule(forID:)","abstract":"

    Look up a rule for a given ID.

    ","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:18SwiftLintFramework12RuleRegistryC20registerAllRulesOnceyyFZ":{"name":"registerAllRulesOnce()","abstract":"

    Register all rules. Should only be called once before any SwiftLint code is executed.

    ","parent_name":"RuleRegistry"},"Classes/LinterCache.html#/s:18SwiftLintFramework11LinterCacheC13configuration11fileManagerAcA13ConfigurationV_AA012LintableFileH0_ptcfc":{"name":"init(configuration:fileManager:)","abstract":"

    Creates a LinterCache by specifying a SwiftLint configuration and a file manager.

    ","parent_name":"LinterCache"},"Classes/LinterCache.html#/s:18SwiftLintFramework11LinterCacheC4saveyyKF":{"name":"save()","abstract":"

    Persists the cache to disk.

    ","parent_name":"LinterCache"},"Classes/CustomRuleTimer.html#/s:18SwiftLintFramework15CustomRuleTimerC6sharedACvpZ":{"name":"shared","abstract":"

    Singleton.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html#/s:18SwiftLintFramework15CustomRuleTimerC8activateyyF":{"name":"activate()","abstract":"

    Tell the timer it should record time spent in rules.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html#/s:18SwiftLintFramework15CustomRuleTimerC4dumpSDySSSdGyF":{"name":"dump()","abstract":"

    Return all time spent for each custom rule, keyed by rule ID.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html":{"name":"CustomRuleTimer","abstract":"

    Utility to measure the time spent in each custom rule.

    "},"Classes/LinterCache.html":{"name":"LinterCache","abstract":"

    A persisted cache for storing and retrieving linter results.

    "},"Classes/RuleRegistry.html":{"name":"RuleRegistry","abstract":"

    Container to register and look up SwiftLint rules.

    "},"Classes/RuleStorage.html":{"name":"RuleStorage","abstract":"

    A storage mechanism for aggregating the results of CollectingRules.

    "},"Classes/SwiftLintFile.html":{"name":"SwiftLintFile","abstract":"

    A unit of Swift source code, either on disk or in memory.

    "},"Classes/ViolationsSyntaxVisitor.html":{"name":"ViolationsSyntaxVisitor","abstract":"

    A SwiftSyntax SyntaxVisitor that produces absolute positions where violations should be reported.

    "},"swift-syntax-dashboard.html":{"name":"Swift Syntax Dashboard"},"accessibility_label_for_image.html":{"name":"accessibility_label_for_image"},"accessibility_trait_for_button.html":{"name":"accessibility_trait_for_button"},"anonymous_argument_in_multiline_closure.html":{"name":"anonymous_argument_in_multiline_closure"},"anyobject_protocol.html":{"name":"anyobject_protocol"},"array_init.html":{"name":"array_init"},"attributes.html":{"name":"attributes"},"balanced_xctest_lifecycle.html":{"name":"balanced_xctest_lifecycle"},"blanket_disable_command.html":{"name":"blanket_disable_command"},"block_based_kvo.html":{"name":"block_based_kvo"},"capture_variable.html":{"name":"capture_variable"},"class_delegate_protocol.html":{"name":"class_delegate_protocol"},"closing_brace.html":{"name":"closing_brace"},"closure_body_length.html":{"name":"closure_body_length"},"closure_end_indentation.html":{"name":"closure_end_indentation"},"closure_parameter_position.html":{"name":"closure_parameter_position"},"closure_spacing.html":{"name":"closure_spacing"},"collection_alignment.html":{"name":"collection_alignment"},"colon.html":{"name":"colon"},"comma.html":{"name":"comma"},"comma_inheritance.html":{"name":"comma_inheritance"},"comment_spacing.html":{"name":"comment_spacing"},"compiler_protocol_init.html":{"name":"compiler_protocol_init"},"computed_accessors_order.html":{"name":"computed_accessors_order"},"conditional_returns_on_newline.html":{"name":"conditional_returns_on_newline"},"contains_over_filter_count.html":{"name":"contains_over_filter_count"},"contains_over_filter_is_empty.html":{"name":"contains_over_filter_is_empty"},"contains_over_first_not_nil.html":{"name":"contains_over_first_not_nil"},"contains_over_range_nil_comparison.html":{"name":"contains_over_range_nil_comparison"},"control_statement.html":{"name":"control_statement"},"convenience_type.html":{"name":"convenience_type"},"custom_rules.html":{"name":"custom_rules"},"cyclomatic_complexity.html":{"name":"cyclomatic_complexity"},"deployment_target.html":{"name":"deployment_target"},"direct_return.html":{"name":"direct_return"},"discarded_notification_center_observer.html":{"name":"discarded_notification_center_observer"},"discouraged_assert.html":{"name":"discouraged_assert"},"discouraged_direct_init.html":{"name":"discouraged_direct_init"},"discouraged_none_name.html":{"name":"discouraged_none_name"},"discouraged_object_literal.html":{"name":"discouraged_object_literal"},"discouraged_optional_boolean.html":{"name":"discouraged_optional_boolean"},"discouraged_optional_collection.html":{"name":"discouraged_optional_collection"},"duplicate_conditions.html":{"name":"duplicate_conditions"},"duplicate_enum_cases.html":{"name":"duplicate_enum_cases"},"duplicate_imports.html":{"name":"duplicate_imports"},"duplicated_key_in_dictionary_literal.html":{"name":"duplicated_key_in_dictionary_literal"},"dynamic_inline.html":{"name":"dynamic_inline"},"empty_collection_literal.html":{"name":"empty_collection_literal"},"empty_count.html":{"name":"empty_count"},"empty_enum_arguments.html":{"name":"empty_enum_arguments"},"empty_parameters.html":{"name":"empty_parameters"},"empty_parentheses_with_trailing_closure.html":{"name":"empty_parentheses_with_trailing_closure"},"empty_string.html":{"name":"empty_string"},"empty_xctest_method.html":{"name":"empty_xctest_method"},"enum_case_associated_values_count.html":{"name":"enum_case_associated_values_count"},"expiring_todo.html":{"name":"expiring_todo"},"explicit_acl.html":{"name":"explicit_acl"},"explicit_enum_raw_value.html":{"name":"explicit_enum_raw_value"},"explicit_init.html":{"name":"explicit_init"},"explicit_self.html":{"name":"explicit_self"},"explicit_top_level_acl.html":{"name":"explicit_top_level_acl"},"explicit_type_interface.html":{"name":"explicit_type_interface"},"extension_access_modifier.html":{"name":"extension_access_modifier"},"fallthrough.html":{"name":"fallthrough"},"fatal_error_message.html":{"name":"fatal_error_message"},"file_header.html":{"name":"file_header"},"file_length.html":{"name":"file_length"},"file_name.html":{"name":"file_name"},"file_name_no_space.html":{"name":"file_name_no_space"},"file_types_order.html":{"name":"file_types_order"},"first_where.html":{"name":"first_where"},"flatmap_over_map_reduce.html":{"name":"flatmap_over_map_reduce"},"for_where.html":{"name":"for_where"},"force_cast.html":{"name":"force_cast"},"force_try.html":{"name":"force_try"},"force_unwrapping.html":{"name":"force_unwrapping"},"function_body_length.html":{"name":"function_body_length"},"function_default_parameter_at_end.html":{"name":"function_default_parameter_at_end"},"function_parameter_count.html":{"name":"function_parameter_count"},"generic_type_name.html":{"name":"generic_type_name"},"ibinspectable_in_extension.html":{"name":"ibinspectable_in_extension"},"identical_operands.html":{"name":"identical_operands"},"identifier_name.html":{"name":"identifier_name"},"implicit_getter.html":{"name":"implicit_getter"},"implicit_return.html":{"name":"implicit_return"},"implicitly_unwrapped_optional.html":{"name":"implicitly_unwrapped_optional"},"inclusive_language.html":{"name":"inclusive_language"},"indentation_width.html":{"name":"indentation_width"},"inert_defer.html":{"name":"inert_defer"},"invalid_swiftlint_command.html":{"name":"invalid_swiftlint_command"},"is_disjoint.html":{"name":"is_disjoint"},"joined_default_parameter.html":{"name":"joined_default_parameter"},"large_tuple.html":{"name":"large_tuple"},"last_where.html":{"name":"last_where"},"leading_whitespace.html":{"name":"leading_whitespace"},"legacy_cggeometry_functions.html":{"name":"legacy_cggeometry_functions"},"legacy_constant.html":{"name":"legacy_constant"},"legacy_constructor.html":{"name":"legacy_constructor"},"legacy_hashing.html":{"name":"legacy_hashing"},"legacy_multiple.html":{"name":"legacy_multiple"},"legacy_nsgeometry_functions.html":{"name":"legacy_nsgeometry_functions"},"legacy_objc_type.html":{"name":"legacy_objc_type"},"legacy_random.html":{"name":"legacy_random"},"let_var_whitespace.html":{"name":"let_var_whitespace"},"line_length.html":{"name":"line_length"},"literal_expression_end_indentation.html":{"name":"literal_expression_end_indentation"},"local_doc_comment.html":{"name":"local_doc_comment"},"lower_acl_than_parent.html":{"name":"lower_acl_than_parent"},"mark.html":{"name":"mark"},"missing_docs.html":{"name":"missing_docs"},"modifier_order.html":{"name":"modifier_order"},"multiline_arguments.html":{"name":"multiline_arguments"},"multiline_arguments_brackets.html":{"name":"multiline_arguments_brackets"},"multiline_function_chains.html":{"name":"multiline_function_chains"},"multiline_literal_brackets.html":{"name":"multiline_literal_brackets"},"multiline_parameters.html":{"name":"multiline_parameters"},"multiline_parameters_brackets.html":{"name":"multiline_parameters_brackets"},"multiple_closures_with_trailing_closure.html":{"name":"multiple_closures_with_trailing_closure"},"nesting.html":{"name":"nesting"},"nimble_operator.html":{"name":"nimble_operator"},"no_extension_access_modifier.html":{"name":"no_extension_access_modifier"},"no_fallthrough_only.html":{"name":"no_fallthrough_only"},"no_grouping_extension.html":{"name":"no_grouping_extension"},"no_magic_numbers.html":{"name":"no_magic_numbers"},"no_space_in_method_call.html":{"name":"no_space_in_method_call"},"notification_center_detachment.html":{"name":"notification_center_detachment"},"ns_number_init_as_function_reference.html":{"name":"ns_number_init_as_function_reference"},"nslocalizedstring_key.html":{"name":"nslocalizedstring_key"},"nslocalizedstring_require_bundle.html":{"name":"nslocalizedstring_require_bundle"},"nsobject_prefer_isequal.html":{"name":"nsobject_prefer_isequal"},"number_separator.html":{"name":"number_separator"},"object_literal.html":{"name":"object_literal"},"opening_brace.html":{"name":"opening_brace"},"operator_usage_whitespace.html":{"name":"operator_usage_whitespace"},"operator_whitespace.html":{"name":"operator_whitespace"},"optional_enum_case_matching.html":{"name":"optional_enum_case_matching"},"orphaned_doc_comment.html":{"name":"orphaned_doc_comment"},"overridden_super_call.html":{"name":"overridden_super_call"},"override_in_extension.html":{"name":"override_in_extension"},"pattern_matching_keywords.html":{"name":"pattern_matching_keywords"},"period_spacing.html":{"name":"period_spacing"},"prefer_nimble.html":{"name":"prefer_nimble"},"prefer_self_in_static_references.html":{"name":"prefer_self_in_static_references"},"prefer_self_type_over_type_of_self.html":{"name":"prefer_self_type_over_type_of_self"},"prefer_zero_over_explicit_init.html":{"name":"prefer_zero_over_explicit_init"},"prefixed_toplevel_constant.html":{"name":"prefixed_toplevel_constant"},"private_action.html":{"name":"private_action"},"private_outlet.html":{"name":"private_outlet"},"private_over_fileprivate.html":{"name":"private_over_fileprivate"},"private_subject.html":{"name":"private_subject"},"private_unit_test.html":{"name":"private_unit_test"},"prohibited_interface_builder.html":{"name":"prohibited_interface_builder"},"prohibited_super_call.html":{"name":"prohibited_super_call"},"protocol_property_accessors_order.html":{"name":"protocol_property_accessors_order"},"quick_discouraged_call.html":{"name":"quick_discouraged_call"},"quick_discouraged_focused_test.html":{"name":"quick_discouraged_focused_test"},"quick_discouraged_pending_test.html":{"name":"quick_discouraged_pending_test"},"raw_value_for_camel_cased_codable_enum.html":{"name":"raw_value_for_camel_cased_codable_enum"},"reduce_boolean.html":{"name":"reduce_boolean"},"reduce_into.html":{"name":"reduce_into"},"redundant_discardable_let.html":{"name":"redundant_discardable_let"},"redundant_nil_coalescing.html":{"name":"redundant_nil_coalescing"},"redundant_objc_attribute.html":{"name":"redundant_objc_attribute"},"redundant_optional_initialization.html":{"name":"redundant_optional_initialization"},"redundant_set_access_control.html":{"name":"redundant_set_access_control"},"redundant_string_enum_value.html":{"name":"redundant_string_enum_value"},"redundant_type_annotation.html":{"name":"redundant_type_annotation"},"redundant_void_return.html":{"name":"redundant_void_return"},"required_deinit.html":{"name":"required_deinit"},"required_enum_case.html":{"name":"required_enum_case"},"return_arrow_whitespace.html":{"name":"return_arrow_whitespace"},"return_value_from_void_function.html":{"name":"return_value_from_void_function"},"self_binding.html":{"name":"self_binding"},"self_in_property_initialization.html":{"name":"self_in_property_initialization"},"shorthand_operator.html":{"name":"shorthand_operator"},"shorthand_optional_binding.html":{"name":"shorthand_optional_binding"},"single_test_class.html":{"name":"single_test_class"},"sorted_enum_cases.html":{"name":"sorted_enum_cases"},"sorted_first_last.html":{"name":"sorted_first_last"},"sorted_imports.html":{"name":"sorted_imports"},"statement_position.html":{"name":"statement_position"},"static_operator.html":{"name":"static_operator"},"strict_fileprivate.html":{"name":"strict_fileprivate"},"strong_iboutlet.html":{"name":"strong_iboutlet"},"superfluous_disable_command.html":{"name":"superfluous_disable_command"},"superfluous_else.html":{"name":"superfluous_else"},"switch_case_alignment.html":{"name":"switch_case_alignment"},"switch_case_on_newline.html":{"name":"switch_case_on_newline"},"syntactic_sugar.html":{"name":"syntactic_sugar"},"test_case_accessibility.html":{"name":"test_case_accessibility"},"todo.html":{"name":"todo"},"toggle_bool.html":{"name":"toggle_bool"},"trailing_closure.html":{"name":"trailing_closure"},"trailing_comma.html":{"name":"trailing_comma"},"trailing_newline.html":{"name":"trailing_newline"},"trailing_semicolon.html":{"name":"trailing_semicolon"},"trailing_whitespace.html":{"name":"trailing_whitespace"},"type_body_length.html":{"name":"type_body_length"},"type_contents_order.html":{"name":"type_contents_order"},"type_name.html":{"name":"type_name"},"typesafe_array_init.html":{"name":"typesafe_array_init"},"unavailable_condition.html":{"name":"unavailable_condition"},"unavailable_function.html":{"name":"unavailable_function"},"unneeded_break_in_switch.html":{"name":"unneeded_break_in_switch"},"unneeded_parentheses_in_closure_argument.html":{"name":"unneeded_parentheses_in_closure_argument"},"unowned_variable_capture.html":{"name":"unowned_variable_capture"},"untyped_error_in_catch.html":{"name":"untyped_error_in_catch"},"unused_capture_list.html":{"name":"unused_capture_list"},"unused_closure_parameter.html":{"name":"unused_closure_parameter"},"unused_control_flow_label.html":{"name":"unused_control_flow_label"},"unused_declaration.html":{"name":"unused_declaration"},"unused_enumerated.html":{"name":"unused_enumerated"},"unused_import.html":{"name":"unused_import"},"unused_optional_binding.html":{"name":"unused_optional_binding"},"unused_setter_value.html":{"name":"unused_setter_value"},"valid_ibinspectable.html":{"name":"valid_ibinspectable"},"vertical_parameter_alignment.html":{"name":"vertical_parameter_alignment"},"vertical_parameter_alignment_on_call.html":{"name":"vertical_parameter_alignment_on_call"},"vertical_whitespace.html":{"name":"vertical_whitespace"},"vertical_whitespace_between_cases.html":{"name":"vertical_whitespace_between_cases"},"vertical_whitespace_closing_braces.html":{"name":"vertical_whitespace_closing_braces"},"vertical_whitespace_opening_braces.html":{"name":"vertical_whitespace_opening_braces"},"void_function_in_ternary.html":{"name":"void_function_in_ternary"},"void_return.html":{"name":"void_return"},"weak_delegate.html":{"name":"weak_delegate"},"xct_specific_matcher.html":{"name":"xct_specific_matcher"},"xctfail_message.html":{"name":"xctfail_message"},"yoda_condition.html":{"name":"yoda_condition"},"Structs/MarkdownReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"MarkdownReporter"},"Structs/JUnitReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"JUnitReporter"},"Structs/JSONReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"JSONReporter"},"Structs/HTMLReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"HTMLReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"GitHubActionsLoggingReporter"},"Structs/EmojiReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"EmojiReporter"},"Structs/CodeClimateReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CodeClimateReporter"},"Structs/CheckstyleReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CheckstyleReporter"},"Structs/CSVReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CSVReporter"},"Structs/CSVReporter.html":{"name":"CSVReporter","abstract":"

    Reports violations as a newline-separated string of comma-separated values (CSV).

    "},"Structs/CheckstyleReporter.html":{"name":"CheckstyleReporter","abstract":"

    Reports violations as XML conforming to the Checkstyle specification, as defined here:"},"Structs/CodeClimateReporter.html":{"name":"CodeClimateReporter","abstract":"

    Reports violations as a JSON array in Code Climate format.

    "},"Structs/EmojiReporter.html":{"name":"EmojiReporter","abstract":"

    Reports violations in a format that’s both fun and easy to read.

    "},"Structs/GitHubActionsLoggingReporter.html":{"name":"GitHubActionsLoggingReporter","abstract":"

    Reports violations in the format GitHub-hosted virtual machine for Actions can recognize as messages.

    "},"Structs/HTMLReporter.html":{"name":"HTMLReporter","abstract":"

    Reports violations as HTML.

    "},"Structs/JSONReporter.html":{"name":"JSONReporter","abstract":"

    Reports violations as a JSON array.

    "},"Structs/JUnitReporter.html":{"name":"JUnitReporter","abstract":"

    Reports violations as JUnit XML.

    "},"Structs/MarkdownReporter.html":{"name":"MarkdownReporter","abstract":"

    Reports violations as markdown formated (with tables).

    "},"rule-directory.html":{"name":"Rule Directory"},"Rules.html":{"name":"Rules"},"Reporters.html":{"name":"Reporters"},"Guides.html":{"name":"Guides","abstract":"

    The following guides are available globally.

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Global%20Variables.html":{"name":"Global Variables","abstract":"

    The following global variables are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Extensions.html":{"name":"Extensions","abstract":"

    The following extensions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/docSet.dsidx b/docsets/SwiftLintFramework.docset/Contents/Resources/docSet.dsidx deleted file mode 100644 index 0bf5e6a27..000000000 Binary files a/docsets/SwiftLintFramework.docset/Contents/Resources/docSet.dsidx and /dev/null differ diff --git a/docsets/SwiftLintFramework.tgz b/docsets/SwiftLintFramework.tgz deleted file mode 100644 index d17a47c13..000000000 Binary files a/docsets/SwiftLintFramework.tgz and /dev/null differ diff --git a/duplicate_conditions.html b/duplicate_conditions.html index b7bb65fd3..8ce3a53c8 100644 --- a/duplicate_conditions.html +++ b/duplicate_conditions.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/duplicate_enum_cases.html b/duplicate_enum_cases.html index 014dd6545..06103ca86 100644 --- a/duplicate_enum_cases.html +++ b/duplicate_enum_cases.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/duplicate_imports.html b/duplicate_imports.html index 02b96769a..137ecd8ba 100644 --- a/duplicate_imports.html +++ b/duplicate_imports.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/duplicated_key_in_dictionary_literal.html b/duplicated_key_in_dictionary_literal.html index 26722263f..80ff1b3f5 100644 --- a/duplicated_key_in_dictionary_literal.html +++ b/duplicated_key_in_dictionary_literal.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/dynamic_inline.html b/dynamic_inline.html index 6744b1e0f..24ff1c4af 100644 --- a/dynamic_inline.html +++ b/dynamic_inline.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/empty_collection_literal.html b/empty_collection_literal.html index b7feeac39..c5bfb00d3 100644 --- a/empty_collection_literal.html +++ b/empty_collection_literal.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/empty_count.html b/empty_count.html index 39157f49a..936b87464 100644 --- a/empty_count.html +++ b/empty_count.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/empty_enum_arguments.html b/empty_enum_arguments.html index 17b719b82..4d1f5cb08 100644 --- a/empty_enum_arguments.html +++ b/empty_enum_arguments.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/empty_parameters.html b/empty_parameters.html index cabf3d63b..bec8f9986 100644 --- a/empty_parameters.html +++ b/empty_parameters.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/empty_parentheses_with_trailing_closure.html b/empty_parentheses_with_trailing_closure.html index 33f35a9e3..4151260a7 100644 --- a/empty_parentheses_with_trailing_closure.html +++ b/empty_parentheses_with_trailing_closure.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/empty_string.html b/empty_string.html index a842ca5f7..2775f86c4 100644 --- a/empty_string.html +++ b/empty_string.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/empty_xctest_method.html b/empty_xctest_method.html index d7d5434b0..6d8d30906 100644 --- a/empty_xctest_method.html +++ b/empty_xctest_method.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/enum_case_associated_values_count.html b/enum_case_associated_values_count.html index 3d181cf2f..1367593a0 100644 --- a/enum_case_associated_values_count.html +++ b/enum_case_associated_values_count.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/expiring_todo.html b/expiring_todo.html index 64d5cdd2c..d11debd04 100644 --- a/expiring_todo.html +++ b/expiring_todo.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/explicit_acl.html b/explicit_acl.html index e82788d71..876fa7d30 100644 --- a/explicit_acl.html +++ b/explicit_acl.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/explicit_enum_raw_value.html b/explicit_enum_raw_value.html index d53ef0062..60cf3215f 100644 --- a/explicit_enum_raw_value.html +++ b/explicit_enum_raw_value.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/explicit_init.html b/explicit_init.html index 2f6850b85..8af026c21 100644 --- a/explicit_init.html +++ b/explicit_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/explicit_self.html b/explicit_self.html index 80d324a2a..64c9e70ac 100644 --- a/explicit_self.html +++ b/explicit_self.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/explicit_top_level_acl.html b/explicit_top_level_acl.html index a3e57f831..6e621c39c 100644 --- a/explicit_top_level_acl.html +++ b/explicit_top_level_acl.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/explicit_type_interface.html b/explicit_type_interface.html index 31005604d..30f28ccc3 100644 --- a/explicit_type_interface.html +++ b/explicit_type_interface.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/extension_access_modifier.html b/extension_access_modifier.html index 9bdc33223..e8253f39e 100644 --- a/extension_access_modifier.html +++ b/extension_access_modifier.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/fallthrough.html b/fallthrough.html index 4edc1c95b..74c24001b 100644 --- a/fallthrough.html +++ b/fallthrough.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/fatal_error_message.html b/fatal_error_message.html index c3ffa34e7..88785b909 100644 --- a/fatal_error_message.html +++ b/fatal_error_message.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/file_header.html b/file_header.html index a6a25af8c..5ba6fefec 100644 --- a/file_header.html +++ b/file_header.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/file_length.html b/file_length.html index 264423298..540cd0361 100644 --- a/file_length.html +++ b/file_length.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/file_name.html b/file_name.html index 5532c2631..4ab9cd172 100644 --- a/file_name.html +++ b/file_name.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/file_name_no_space.html b/file_name_no_space.html index 4cfd012fc..35ab097da 100644 --- a/file_name_no_space.html +++ b/file_name_no_space.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/file_types_order.html b/file_types_order.html index 3aaca3dfd..91d4cfe4b 100644 --- a/file_types_order.html +++ b/file_types_order.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/first_where.html b/first_where.html index a8c46dae2..e63f0f9bd 100644 --- a/first_where.html +++ b/first_where.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/flatmap_over_map_reduce.html b/flatmap_over_map_reduce.html index ff98b9367..449456ca6 100644 --- a/flatmap_over_map_reduce.html +++ b/flatmap_over_map_reduce.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/for_where.html b/for_where.html index eba25d948..e77577f94 100644 --- a/for_where.html +++ b/for_where.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/force_cast.html b/force_cast.html index 275399cab..225c465df 100644 --- a/force_cast.html +++ b/force_cast.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/force_try.html b/force_try.html index 1f9fe80ca..dae31560b 100644 --- a/force_try.html +++ b/force_try.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/force_unwrapping.html b/force_unwrapping.html index 59200c761..a26d8161e 100644 --- a/force_unwrapping.html +++ b/force_unwrapping.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/function_body_length.html b/function_body_length.html index d18a7331b..e296a2068 100644 --- a/function_body_length.html +++ b/function_body_length.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/function_default_parameter_at_end.html b/function_default_parameter_at_end.html index df74b3071..720eb066e 100644 --- a/function_default_parameter_at_end.html +++ b/function_default_parameter_at_end.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/function_parameter_count.html b/function_parameter_count.html index 34b914992..031597e80 100644 --- a/function_parameter_count.html +++ b/function_parameter_count.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/generic_type_name.html b/generic_type_name.html index bf31f3e67..02e462d39 100644 --- a/generic_type_name.html +++ b/generic_type_name.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/ibinspectable_in_extension.html b/ibinspectable_in_extension.html index ada23a31c..33a6a4084 100644 --- a/ibinspectable_in_extension.html +++ b/ibinspectable_in_extension.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/identical_operands.html b/identical_operands.html index 0c92605de..0eec50ad6 100644 --- a/identical_operands.html +++ b/identical_operands.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/identifier_name.html b/identifier_name.html index 9e5d4b64e..cd17c084e 100644 --- a/identifier_name.html +++ b/identifier_name.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/implicit_getter.html b/implicit_getter.html index 5c1c8eb4e..c8a7d04cc 100644 --- a/implicit_getter.html +++ b/implicit_getter.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/implicit_return.html b/implicit_return.html index 6c83b6d62..307c8b04b 100644 --- a/implicit_return.html +++ b/implicit_return.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/implicitly_unwrapped_optional.html b/implicitly_unwrapped_optional.html index 9ca635add..b33b0f770 100644 --- a/implicitly_unwrapped_optional.html +++ b/implicitly_unwrapped_optional.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/inclusive_language.html b/inclusive_language.html index c9bc9e236..4bb801073 100644 --- a/inclusive_language.html +++ b/inclusive_language.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/indentation_width.html b/indentation_width.html index 7f468c161..31618f608 100644 --- a/indentation_width.html +++ b/indentation_width.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/index.html b/index.html index eab10d737..839b1f4e6 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - SwiftLintFramework Reference + SwiftLintCore Reference @@ -15,12 +15,12 @@ - +

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,9 +47,9 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/inert_defer.html b/inert_defer.html index 1f521956c..306c12368 100644 --- a/inert_defer.html +++ b/inert_defer.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/invalid_swiftlint_command.html b/invalid_swiftlint_command.html index 0ac81fe85..5b4edf259 100644 --- a/invalid_swiftlint_command.html +++ b/invalid_swiftlint_command.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/is_disjoint.html b/is_disjoint.html index a6e7a7b1f..4a9c4bb16 100644 --- a/is_disjoint.html +++ b/is_disjoint.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/joined_default_parameter.html b/joined_default_parameter.html index dea60ac66..0c87c9a90 100644 --- a/joined_default_parameter.html +++ b/joined_default_parameter.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/large_tuple.html b/large_tuple.html index 34f2995f7..d306f4b5c 100644 --- a/large_tuple.html +++ b/large_tuple.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/last_where.html b/last_where.html index 6ac695882..10c635f76 100644 --- a/last_where.html +++ b/last_where.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/leading_whitespace.html b/leading_whitespace.html index 04d72d587..484a06028 100644 --- a/leading_whitespace.html +++ b/leading_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/legacy_cggeometry_functions.html b/legacy_cggeometry_functions.html index 8b233ccf9..458d32357 100644 --- a/legacy_cggeometry_functions.html +++ b/legacy_cggeometry_functions.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/legacy_constant.html b/legacy_constant.html index 1c3dba11e..0ffeb0be8 100644 --- a/legacy_constant.html +++ b/legacy_constant.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/legacy_constructor.html b/legacy_constructor.html index 0b276f2fe..ba7e0421f 100644 --- a/legacy_constructor.html +++ b/legacy_constructor.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/legacy_hashing.html b/legacy_hashing.html index 3f33b015e..c71450c6a 100644 --- a/legacy_hashing.html +++ b/legacy_hashing.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/legacy_multiple.html b/legacy_multiple.html index c2e6b32a9..00fb8bf56 100644 --- a/legacy_multiple.html +++ b/legacy_multiple.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/legacy_nsgeometry_functions.html b/legacy_nsgeometry_functions.html index 4ae401a76..aeefd1a52 100644 --- a/legacy_nsgeometry_functions.html +++ b/legacy_nsgeometry_functions.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/legacy_objc_type.html b/legacy_objc_type.html index 50d3cad55..4459e4ed4 100644 --- a/legacy_objc_type.html +++ b/legacy_objc_type.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/legacy_random.html b/legacy_random.html index 2ef7150e8..f0359d483 100644 --- a/legacy_random.html +++ b/legacy_random.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/let_var_whitespace.html b/let_var_whitespace.html index 2a28fc403..cc53d7353 100644 --- a/let_var_whitespace.html +++ b/let_var_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/line_length.html b/line_length.html index 72b3dfdf3..1221b3b17 100644 --- a/line_length.html +++ b/line_length.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/literal_expression_end_indentation.html b/literal_expression_end_indentation.html index ec5a7c166..3835042da 100644 --- a/literal_expression_end_indentation.html +++ b/literal_expression_end_indentation.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/local_doc_comment.html b/local_doc_comment.html index 1e9d67bae..2784592f8 100644 --- a/local_doc_comment.html +++ b/local_doc_comment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/lower_acl_than_parent.html b/lower_acl_than_parent.html index a374df746..01024d570 100644 --- a/lower_acl_than_parent.html +++ b/lower_acl_than_parent.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/mark.html b/mark.html index 717538f3a..ab74a5e58 100644 --- a/mark.html +++ b/mark.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/missing_docs.html b/missing_docs.html index 1a3970702..8c2b43e52 100644 --- a/missing_docs.html +++ b/missing_docs.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/modifier_order.html b/modifier_order.html index 713d8477b..557678cfd 100644 --- a/modifier_order.html +++ b/modifier_order.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/multiline_arguments.html b/multiline_arguments.html index afd6275c8..f2bc42075 100644 --- a/multiline_arguments.html +++ b/multiline_arguments.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/multiline_arguments_brackets.html b/multiline_arguments_brackets.html index 0ebfe86ba..31648285e 100644 --- a/multiline_arguments_brackets.html +++ b/multiline_arguments_brackets.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/multiline_function_chains.html b/multiline_function_chains.html index 9480a2da2..5afe30711 100644 --- a/multiline_function_chains.html +++ b/multiline_function_chains.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/multiline_literal_brackets.html b/multiline_literal_brackets.html index 7d39b63fa..58377d691 100644 --- a/multiline_literal_brackets.html +++ b/multiline_literal_brackets.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/multiline_parameters.html b/multiline_parameters.html index 797acde38..7a47c04ec 100644 --- a/multiline_parameters.html +++ b/multiline_parameters.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/multiline_parameters_brackets.html b/multiline_parameters_brackets.html index dcee76d97..32a73fb64 100644 --- a/multiline_parameters_brackets.html +++ b/multiline_parameters_brackets.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/multiple_closures_with_trailing_closure.html b/multiple_closures_with_trailing_closure.html index dc82ef851..7f23c1cca 100644 --- a/multiple_closures_with_trailing_closure.html +++ b/multiple_closures_with_trailing_closure.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/nesting.html b/nesting.html index 0a1097a50..31242159c 100644 --- a/nesting.html +++ b/nesting.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/nimble_operator.html b/nimble_operator.html index 8404b0187..043fb777d 100644 --- a/nimble_operator.html +++ b/nimble_operator.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/no_extension_access_modifier.html b/no_extension_access_modifier.html index 80faf1bf0..6af6708f1 100644 --- a/no_extension_access_modifier.html +++ b/no_extension_access_modifier.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/no_fallthrough_only.html b/no_fallthrough_only.html index cfff6cf35..ca8f6f754 100644 --- a/no_fallthrough_only.html +++ b/no_fallthrough_only.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/no_grouping_extension.html b/no_grouping_extension.html index ad1cd6e08..5c6072a61 100644 --- a/no_grouping_extension.html +++ b/no_grouping_extension.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/no_magic_numbers.html b/no_magic_numbers.html index c7dc8caba..c33bda6a8 100644 --- a/no_magic_numbers.html +++ b/no_magic_numbers.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/no_space_in_method_call.html b/no_space_in_method_call.html index efc9d6e75..32646d0d7 100644 --- a/no_space_in_method_call.html +++ b/no_space_in_method_call.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/notification_center_detachment.html b/notification_center_detachment.html index f5495be20..4081b5f59 100644 --- a/notification_center_detachment.html +++ b/notification_center_detachment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/ns_number_init_as_function_reference.html b/ns_number_init_as_function_reference.html index ef0b89beb..5f084b08e 100644 --- a/ns_number_init_as_function_reference.html +++ b/ns_number_init_as_function_reference.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/nslocalizedstring_key.html b/nslocalizedstring_key.html index f44ff4487..18a12f592 100644 --- a/nslocalizedstring_key.html +++ b/nslocalizedstring_key.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/nslocalizedstring_require_bundle.html b/nslocalizedstring_require_bundle.html index 0d882a83e..e82ae3abd 100644 --- a/nslocalizedstring_require_bundle.html +++ b/nslocalizedstring_require_bundle.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/nsobject_prefer_isequal.html b/nsobject_prefer_isequal.html index f40ccdfd8..7f104f022 100644 --- a/nsobject_prefer_isequal.html +++ b/nsobject_prefer_isequal.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/number_separator.html b/number_separator.html index 3542acbe6..a15d401d7 100644 --- a/number_separator.html +++ b/number_separator.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/object_literal.html b/object_literal.html index 4229c37a2..9b93cc2ea 100644 --- a/object_literal.html +++ b/object_literal.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/opening_brace.html b/opening_brace.html index d5e981e65..d7a923f11 100644 --- a/opening_brace.html +++ b/opening_brace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/operator_usage_whitespace.html b/operator_usage_whitespace.html index c98221c93..bd4880a0b 100644 --- a/operator_usage_whitespace.html +++ b/operator_usage_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/operator_whitespace.html b/operator_whitespace.html index 03bf3ddc9..7f8434db7 100644 --- a/operator_whitespace.html +++ b/operator_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/optional_enum_case_matching.html b/optional_enum_case_matching.html index cf110fe3c..5a83d7a69 100644 --- a/optional_enum_case_matching.html +++ b/optional_enum_case_matching.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/orphaned_doc_comment.html b/orphaned_doc_comment.html index 29d43b30f..38444e355 100644 --- a/orphaned_doc_comment.html +++ b/orphaned_doc_comment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/overridden_super_call.html b/overridden_super_call.html index 41d3bb23e..0ee90e661 100644 --- a/overridden_super_call.html +++ b/overridden_super_call.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/override_in_extension.html b/override_in_extension.html index ed54fd2b9..e88d01f8e 100644 --- a/override_in_extension.html +++ b/override_in_extension.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/pattern_matching_keywords.html b/pattern_matching_keywords.html index 19bf67e13..bc7a97929 100644 --- a/pattern_matching_keywords.html +++ b/pattern_matching_keywords.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/period_spacing.html b/period_spacing.html index 9810870a1..6b6e6b586 100644 --- a/period_spacing.html +++ b/period_spacing.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/prefer_nimble.html b/prefer_nimble.html index bcaf72e45..f6f6e3798 100644 --- a/prefer_nimble.html +++ b/prefer_nimble.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/prefer_self_in_static_references.html b/prefer_self_in_static_references.html index 7cca47f79..f65c2482d 100644 --- a/prefer_self_in_static_references.html +++ b/prefer_self_in_static_references.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/prefer_self_type_over_type_of_self.html b/prefer_self_type_over_type_of_self.html index 3766827b4..df22f342a 100644 --- a/prefer_self_type_over_type_of_self.html +++ b/prefer_self_type_over_type_of_self.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/prefer_zero_over_explicit_init.html b/prefer_zero_over_explicit_init.html index 75c94f92f..8e3792647 100644 --- a/prefer_zero_over_explicit_init.html +++ b/prefer_zero_over_explicit_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/prefixed_toplevel_constant.html b/prefixed_toplevel_constant.html index 09bbf17b3..6e137b578 100644 --- a/prefixed_toplevel_constant.html +++ b/prefixed_toplevel_constant.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/private_action.html b/private_action.html index ee2c045b5..94d517961 100644 --- a/private_action.html +++ b/private_action.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/private_outlet.html b/private_outlet.html index 6cfd07149..4189cf9f1 100644 --- a/private_outlet.html +++ b/private_outlet.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/private_over_fileprivate.html b/private_over_fileprivate.html index 559cde6c0..b59667c54 100644 --- a/private_over_fileprivate.html +++ b/private_over_fileprivate.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/private_subject.html b/private_subject.html index 5abee85fb..e5424fe64 100644 --- a/private_subject.html +++ b/private_subject.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/private_unit_test.html b/private_unit_test.html index 7f2525c7a..aad0f862b 100644 --- a/private_unit_test.html +++ b/private_unit_test.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/prohibited_interface_builder.html b/prohibited_interface_builder.html index 96193f1a9..3854f1a72 100644 --- a/prohibited_interface_builder.html +++ b/prohibited_interface_builder.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/prohibited_super_call.html b/prohibited_super_call.html index 102e6e9dc..5eaae9072 100644 --- a/prohibited_super_call.html +++ b/prohibited_super_call.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/protocol_property_accessors_order.html b/protocol_property_accessors_order.html index f1d363f7e..c9c856cf4 100644 --- a/protocol_property_accessors_order.html +++ b/protocol_property_accessors_order.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/quick_discouraged_call.html b/quick_discouraged_call.html index e5ebadc92..e59e28ab0 100644 --- a/quick_discouraged_call.html +++ b/quick_discouraged_call.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/quick_discouraged_focused_test.html b/quick_discouraged_focused_test.html index 573b8355c..70dd04c1f 100644 --- a/quick_discouraged_focused_test.html +++ b/quick_discouraged_focused_test.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/quick_discouraged_pending_test.html b/quick_discouraged_pending_test.html index 53c938bd9..4b7a2456d 100644 --- a/quick_discouraged_pending_test.html +++ b/quick_discouraged_pending_test.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/raw_value_for_camel_cased_codable_enum.html b/raw_value_for_camel_cased_codable_enum.html index 920518eae..699799daa 100644 --- a/raw_value_for_camel_cased_codable_enum.html +++ b/raw_value_for_camel_cased_codable_enum.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/reduce_boolean.html b/reduce_boolean.html index eb1a26ffc..eb19c7462 100644 --- a/reduce_boolean.html +++ b/reduce_boolean.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/reduce_into.html b/reduce_into.html index 55ee679a2..bfe4ae4e3 100644 --- a/reduce_into.html +++ b/reduce_into.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/redundant_discardable_let.html b/redundant_discardable_let.html index a15fe875b..85c706a0f 100644 --- a/redundant_discardable_let.html +++ b/redundant_discardable_let.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/redundant_nil_coalescing.html b/redundant_nil_coalescing.html index 994f26289..5933fd87a 100644 --- a/redundant_nil_coalescing.html +++ b/redundant_nil_coalescing.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/redundant_objc_attribute.html b/redundant_objc_attribute.html index 3c61b569a..6ead1df87 100644 --- a/redundant_objc_attribute.html +++ b/redundant_objc_attribute.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/redundant_optional_initialization.html b/redundant_optional_initialization.html index eda9bfb82..2a1014a41 100644 --- a/redundant_optional_initialization.html +++ b/redundant_optional_initialization.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/redundant_set_access_control.html b/redundant_set_access_control.html index 1fd156bf2..dd20e8954 100644 --- a/redundant_set_access_control.html +++ b/redundant_set_access_control.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/redundant_string_enum_value.html b/redundant_string_enum_value.html index 1bb69dcfe..eaa8b3530 100644 --- a/redundant_string_enum_value.html +++ b/redundant_string_enum_value.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/redundant_type_annotation.html b/redundant_type_annotation.html index b542863ec..afe36872d 100644 --- a/redundant_type_annotation.html +++ b/redundant_type_annotation.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/redundant_void_return.html b/redundant_void_return.html index 35d87659a..573a6ec67 100644 --- a/redundant_void_return.html +++ b/redundant_void_return.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/required_deinit.html b/required_deinit.html index 8afd96f31..54e492569 100644 --- a/required_deinit.html +++ b/required_deinit.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/required_enum_case.html b/required_enum_case.html index a04f3d80d..40d343e82 100644 --- a/required_enum_case.html +++ b/required_enum_case.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/return_arrow_whitespace.html b/return_arrow_whitespace.html index 880639603..6421fc3f4 100644 --- a/return_arrow_whitespace.html +++ b/return_arrow_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/return_value_from_void_function.html b/return_value_from_void_function.html index 9e09c44fa..f66bfd9f1 100644 --- a/return_value_from_void_function.html +++ b/return_value_from_void_function.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/rule-directory.html b/rule-directory.html index 7357c8f1b..51e340fb9 100644 --- a/rule-directory.html +++ b/rule-directory.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/search.json b/search.json index 7d3e81885..2479c04a9 100644 --- a/search.json +++ b/search.json @@ -1 +1 @@ -{"Structs/XcodeReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"XcodeReporter"},"Structs/SummaryReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"SummaryReporter"},"Structs/SonarQubeReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"SonarQubeReporter"},"Structs/RelativePathReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"RelativePathReporter"},"Structs/GitLabJUnitReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"GitLabJUnitReporter"},"Structs/ReasonedRuleViolation.html#/s:18SwiftLintFramework21ReasonedRuleViolationV8position0A6Syntax16AbsolutePositionVvp":{"name":"position","abstract":"

    The violation’s position.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:18SwiftLintFramework21ReasonedRuleViolationV6reasonSSSgvp":{"name":"reason","abstract":"

    A specific reason for the violation.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:18SwiftLintFramework21ReasonedRuleViolationV8severityAA0F8SeverityOSgvp":{"name":"severity","abstract":"

    The violation’s severity.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:18SwiftLintFramework21ReasonedRuleViolationV8position6reason8severityAC0A6Syntax16AbsolutePositionV_SSSgAA0F8SeverityOSgtcfc":{"name":"init(position:reason:severity:)","abstract":"

    Creates a ReasonedRuleViolation.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"ReasonedRuleViolation"},"Structs/YamlParser.html#/s:18SwiftLintFramework10YamlParserV5parse_3envSDySSypGSS_SDyS2SGtKFZ":{"name":"parse(_:env:)","abstract":"

    Parses the input YAML string as an untyped dictionary.

    ","parent_name":"YamlParser"},"Structs/Version.html#/s:18SwiftLintFramework7VersionV5valueSSvp":{"name":"value","abstract":"

    The string value for this version.

    ","parent_name":"Version"},"Structs/Version.html#/s:18SwiftLintFramework7VersionV7currentACvpZ":{"name":"current","abstract":"

    The current SwiftLint version.

    ","parent_name":"Version"},"Structs/SwiftVersion.html#/s:SY8RawValueQa":{"name":"RawValue","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SY8rawValue03RawB0Qzvp":{"name":"rawValue","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SY8rawValuexSg03RawB0Qz_tcfc":{"name":"init(rawValue:)","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV4fiveACvpZ":{"name":"five","abstract":"

    Swift 5.0.x - https://swift.org/download/#swift-50

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV10fiveDotOneACvpZ":{"name":"fiveDotOne","abstract":"

    Swift 5.1.x - https://swift.org/download/#swift-51

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV10fiveDotTwoACvpZ":{"name":"fiveDotTwo","abstract":"

    Swift 5.2.x - https://swift.org/download/#swift-52

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV12fiveDotThreeACvpZ":{"name":"fiveDotThree","abstract":"

    Swift 5.3.x - https://swift.org/download/#swift-53

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV11fiveDotFourACvpZ":{"name":"fiveDotFour","abstract":"

    Swift 5.4.x - https://swift.org/download/#swift-54

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV11fiveDotFiveACvpZ":{"name":"fiveDotFive","abstract":"

    Swift 5.5.x - https://swift.org/download/#swift-55

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV10fiveDotSixACvpZ":{"name":"fiveDotSix","abstract":"

    Swift 5.6.x - https://swift.org/download/#swift-56

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV12fiveDotSevenACvpZ":{"name":"fiveDotSeven","abstract":"

    Swift 5.7.x - https://swift.org/download/#swift-57

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:18SwiftLintFramework0A7VersionV7currentACvpZ":{"name":"current","abstract":"

    The current detected Swift compiler version, based on the currently accessible SourceKit version.

    ","parent_name":"SwiftVersion"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV5value012SourceKittenC00dE0Vvp":{"name":"value","abstract":"

    The raw SyntaxToken obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV4kind012SourceKittenC00D4KindOSgvp":{"name":"kind","abstract":"

    The syntax kind associated with is token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV5valueAC012SourceKittenC00dE0V_tcfc":{"name":"init(value:)","abstract":"

    Creates a SwiftLintSyntaxToken from the raw SyntaxToken obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV5range012SourceKittenC09ByteRangeVvp":{"name":"range","abstract":"

    The byte range in a source file for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV6offset012SourceKittenC09ByteCountVvp":{"name":"offset","abstract":"

    The starting byte offset in a source file for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV6length012SourceKittenC09ByteCountVvp":{"name":"length","abstract":"

    The length in bytes for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV5value012SourceKittenC00dE0Vvp":{"name":"value","abstract":"

    The raw SyntaxMap obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV6tokensSayAA0abD5TokenVGvp":{"name":"tokens","abstract":"

    The SwiftLint-specific syntax tokens for this syntax map.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV5valueAC012SourceKittenC00dE0V_tcfc":{"name":"init(value:)","abstract":"

    Creates a SwiftLintSyntaxMap from the raw SyntaxMap obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV6tokens11inByteRangeSayAA0abD5TokenVG012SourceKittenC00hI0V_tF":{"name":"tokens(inByteRange:)","abstract":"

    Returns array of syntax tokens intersecting with byte range.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV5kinds11inByteRangeSay012SourceKittenC00D4KindOGAF0hI0V_tF":{"name":"kinds(inByteRange:)","abstract":"

    Returns the syntax kinds in the specified byte range.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV14ruleIdentifierSSvp":{"name":"ruleIdentifier","abstract":"

    The identifier of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV15ruleDescriptionSSvp":{"name":"ruleDescription","abstract":"

    The description of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV8ruleNameSSvp":{"name":"ruleName","abstract":"

    The name of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV8severityAA0E8SeverityOvp":{"name":"severity","abstract":"

    The severity of this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV8locationAA8LocationVvp":{"name":"location","abstract":"

    The location of this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV6reasonSSvp":{"name":"reason","abstract":"

    The justification for this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV11descriptionSSvp":{"name":"description","abstract":"

    A printable description for this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV15ruleDescription8severity8location6reasonAcA04RuleG0V_AA0E8SeverityOAA8LocationVSSSgtcfc":{"name":"init(ruleDescription:severity:location:reason:)","abstract":"

    Creates a StyleViolation by specifying its properties directly.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV4with8severityAcA0E8SeverityO_tF":{"name":"with(severity:)","abstract":"

    Returns the same violation, but with the severity that is passed in

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:18SwiftLintFramework14StyleViolationV4with8locationAcA8LocationV_tF":{"name":"with(location:)","abstract":"

    Returns the same violation, but with the location that is passed in

    ","parent_name":"StyleViolation"},"Structs/RuleParameter.html#/s:18SwiftLintFramework13RuleParameterV8severityAA17ViolationSeverityOvp":{"name":"severity","abstract":"

    The severity that should be assigned to the violation of this parameter’s value is met.

    ","parent_name":"RuleParameter"},"Structs/RuleParameter.html#/s:18SwiftLintFramework13RuleParameterV5valuexvp":{"name":"value","abstract":"

    The value to configure the rule.

    ","parent_name":"RuleParameter"},"Structs/RuleParameter.html#/s:18SwiftLintFramework13RuleParameterV8severity5valueACyxGAA17ViolationSeverityO_xtcfc":{"name":"init(severity:value:)","abstract":"

    Creates a RuleParameter by specifying its properties directly.

    ","parent_name":"RuleParameter"},"Structs/RuleList.html#/s:18SwiftLintFramework8RuleListV4listSDySSAA0D0_pXpGvp":{"name":"list","abstract":"

    The rules contained in this list.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:18SwiftLintFramework8RuleListV5rulesAcA0D0_pXpd_tcfc":{"name":"init(rules:)","abstract":"

    Creates a RuleList by specifying all its rules.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:18SwiftLintFramework8RuleListV5rulesACSayAA0D0_pXpG_tcfc":{"name":"init(rules:)","abstract":"

    Creates a RuleList by specifying all its rules.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"RuleList"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV10identifierSSvp":{"name":"identifier","abstract":"

    The rule’s unique identifier, to be used in configuration files and SwiftLint commands.","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV4nameSSvp":{"name":"name","abstract":"

    The rule’s human-readable name. Should be short, descriptive and formatted in Title Case. May contain spaces.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV11descriptionSSvp":{"name":"description","abstract":"

    The rule’s verbose description. Should read as a sentence or short paragraph. Good things to include are an","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV4kindAA0D4KindOvp":{"name":"kind","abstract":"

    The RuleKind that best categorizes this rule.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV21nonTriggeringExamplesSayAA7ExampleVGvp":{"name":"nonTriggeringExamples","abstract":"

    Swift source examples that do not trigger a violation for this rule. Used for documentation purposes to inform","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV18triggeringExamplesSayAA7ExampleVGvp":{"name":"triggeringExamples","abstract":"

    Swift source examples that do trigger one or more violations for this rule. Used for documentation purposes to","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV11correctionsSDyAA7ExampleVAFGvp":{"name":"corrections","abstract":"

    Pairs of Swift source examples, where keys are examples that trigger violations for this rule, and the values","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV17deprecatedAliasesShySSGvp":{"name":"deprecatedAliases","abstract":"

    Any previous iteration of the rule’s identifier that was previously shipped with SwiftLint.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV03minA7VersionAA0aG0Vvp":{"name":"minSwiftVersion","abstract":"

    The oldest version of the Swift compiler supported by this rule.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV18requiresFileOnDiskSbvp":{"name":"requiresFileOnDisk","abstract":"

    Whether or not this rule can only be executed on a file physically on-disk. Typically necessary for rules","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV07consoleE0SSvp":{"name":"consoleDescription","abstract":"

    The console-printable string for this description.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV14allIdentifiersSaySSGvp":{"name":"allIdentifiers","abstract":"

    All identifiers that have been used to uniquely identify this rule in past and current SwiftLint versions.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:18SwiftLintFramework15RuleDescriptionV10identifier4name11description4kind03minA7Version21nonTriggeringExamples010triggeringN011corrections17deprecatedAliases18requiresFileOnDiskACSS_S2SAA0D4KindOAA0aK0VSayAA7ExampleVGATSDyA2SGShySSGSbtcfc":{"name":"init(identifier:name:description:kind:minSwiftVersion:nonTriggeringExamples:triggeringExamples:corrections:deprecatedAliases:requiresFileOnDisk:)","abstract":"

    Creates a RuleDescription by specifying all its properties directly.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"RuleDescription"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV5startAA8LocationVvp":{"name":"start","abstract":"

    The location describing the start of the region. All locations that are less than this value","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV3endAA8LocationVvp":{"name":"end","abstract":"

    The location describing the end of the region. All locations that are greater than this value","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV23disabledRuleIdentifiersShyAA0F10IdentifierOGvp":{"name":"disabledRuleIdentifiers","abstract":"

    All SwiftLint rule identifiers that are disabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV5start3end23disabledRuleIdentifiersAcA8LocationV_AHShyAA0H10IdentifierOGtcfc":{"name":"init(start:end:disabledRuleIdentifiers:)","abstract":"

    Creates a Region by setting explicit values for all its properties.

    ","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV8containsySbAA8LocationVF":{"name":"contains(_:)","abstract":"

    Whether the specific location is contained in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV13isRuleEnabledySbAA0F0_pF":{"name":"isRuleEnabled(_:)","abstract":"

    Whether the specified rule is enabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV14isRuleDisabledySbAA0F0_pF":{"name":"isRuleDisabled(_:)","abstract":"

    Whether the specified rule is disabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:18SwiftLintFramework6RegionV26deprecatedAliasesDisabling4ruleShySSGAA4Rule_p_tF":{"name":"deprecatedAliasesDisabling(rule:)","abstract":"

    Returns the deprecated rule aliases that are disabling the specified rule in this region.","parent_name":"Region"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4fileSSSgvp":{"name":"file","abstract":"

    The file path on disk for this location.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4lineSiSgvp":{"name":"line","abstract":"

    The line offset in the file for this location. 1-indexed.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV9characterSiSgvp":{"name":"character","abstract":"

    The character offset in the file for this location. 1-indexed.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV11descriptionSSvp":{"name":"description","abstract":"

    A lossless printable description of this location.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV12relativeFileSSSgvp":{"name":"relativeFile","abstract":"

    The file path for this location relative to the current working directory.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4file4line9characterACSSSg_SiSgAHtcfc":{"name":"init(file:line:character:)","abstract":"

    Creates a Location by specifying its properties directly.

    ","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4file10byteOffsetAcA0aB4FileC_012SourceKittenC09ByteCountVtcfc":{"name":"init(file:byteOffset:)","abstract":"

    Creates a Location based on a SwiftLintFile and a byte-offset into the file.","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4file8positionAcA0aB4FileC_0A6Syntax16AbsolutePositionVtcfc":{"name":"init(file:position:)","abstract":"

    Creates a Location based on a SwiftLintFile and a SwiftSyntax AbsolutePosition into the file.","parent_name":"Location"},"Structs/Location.html#/s:18SwiftLintFramework8LocationV4file15characterOffsetAcA0aB4FileC_Sitcfc":{"name":"init(file:characterOffset:)","abstract":"

    Creates a Location based on a SwiftLintFile and a UTF8 character-offset into the file.","parent_name":"Location"},"Structs/Location.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"Location"},"Structs/CollectedLinter.html#/s:18SwiftLintFramework15CollectedLinterV4fileAA0aB4FileCvp":{"name":"file","abstract":"

    The file to lint with this linter.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:18SwiftLintFramework15CollectedLinterV15styleViolations5usingSayAA14StyleViolationVGAA11RuleStorageC_tF":{"name":"styleViolations(using:)","abstract":"

    Computes or retrieves style violations.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:18SwiftLintFramework15CollectedLinterV27styleViolationsAndRuleTimes5usingSayAA14StyleViolationVG_SaySS2id_Sd4timetGtAA0I7StorageC_tF":{"name":"styleViolationsAndRuleTimes(using:)","abstract":"

    Computes or retrieves style violations and the time spent executing each rule.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:18SwiftLintFramework15CollectedLinterV7correct5usingSayAA10CorrectionVGAA11RuleStorageC_tF":{"name":"correct(using:)","abstract":"

    Applies corrections for all rules to this file, returning performed corrections.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:18SwiftLintFramework15CollectedLinterV6format7useTabs11indentWidthySb_SitF":{"name":"format(useTabs:indentWidth:)","abstract":"

    Formats the file associated with this linter.

    ","parent_name":"CollectedLinter"},"Structs/Linter.html#/s:18SwiftLintFramework6LinterV4fileAA0aB4FileCvp":{"name":"file","abstract":"

    The file to lint with this linter.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:18SwiftLintFramework6LinterV12isCollectingSbvp":{"name":"isCollecting","abstract":"

    Whether or not this linter will be used to collect information from several files.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:18SwiftLintFramework6LinterV4file13configuration5cache17compilerArgumentsAcA0aB4FileC_AA13ConfigurationVAA0D5CacheCSgSaySSGtcfc":{"name":"init(file:configuration:cache:compilerArguments:)","abstract":"

    Creates a Linter by specifying its properties directly.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:18SwiftLintFramework6LinterV7collect4intoAA09CollectedD0VAA11RuleStorageC_tF":{"name":"collect(into:)","abstract":"

    Returns a linter capable of checking for violations after running each rule’s collection step.

    ","parent_name":"Linter"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV4codeSSvp":{"name":"code","abstract":"

    The contents of the example

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV13configurationypSgvp":{"name":"configuration","abstract":"

    The untyped configuration to apply to the rule, if deviating from the default configuration.","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV20testMultiByteOffsetsSbvp":{"name":"testMultiByteOffsets","abstract":"

    Whether the example should be tested by prepending multibyte grapheme clusters

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV11testOnLinuxSbvp":{"name":"testOnLinux","abstract":"

    Whether the example should be tested on Linux

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV4files12StaticStringVvp":{"name":"file","abstract":"

    The path to the file where the example was created

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV4lineSuvp":{"name":"line","abstract":"

    The line in the file where the example was created

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV_13configuration20testMultiByteOffsets0F17WrappingInComment0fjK6String0F14DisableCommand0F7OnLinux4file4line24excludeFromDocumentationACSS_ypSgS5bs06StaticM0VSuSbtcfc":{"name":"init(_:configuration:testMultiByteOffsets:testWrappingInComment:testWrappingInString:testDisableCommand:testOnLinux:file:line:excludeFromDocumentation:)","abstract":"

    Create a new Example with the specified code, file, and line.

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV4with4codeACSS_tF":{"name":"with(code:)","abstract":"

    Returns the same example, but with the code that is passed in

    ","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV24removingViolationMarkersACyF":{"name":"removingViolationMarkers()","abstract":"

    Returns a copy of the Example with all instances of the “↓” character removed.

    ","parent_name":"Example"},"Structs/Example.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"Example"},"Structs/Example.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"Example"},"Structs/Example.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"Example"},"Structs/Correction.html#/s:18SwiftLintFramework10CorrectionV15ruleDescriptionAA04RuleF0Vvp":{"name":"ruleDescription","abstract":"

    The description of the rule for which this correction was applied.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:18SwiftLintFramework10CorrectionV8locationAA8LocationVvp":{"name":"location","abstract":"

    The location of the original violation that was corrected.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:18SwiftLintFramework10CorrectionV18consoleDescriptionSSvp":{"name":"consoleDescription","abstract":"

    The console-printable description for this correction.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:18SwiftLintFramework10CorrectionV15ruleDescription8locationAcA04RuleF0V_AA8LocationVtcfc":{"name":"init(ruleDescription:location:)","abstract":"

    Memberwise initializer.

    ","parent_name":"Correction"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV7defaultACvpZ":{"name":"default","abstract":"

    The default Configuration resulting from an empty configuration file.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV15defaultFileNameSSvpZ":{"name":"defaultFileName","abstract":"

    The default file name to look for user-defined configurations.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV13includedPathsSaySSGvp":{"name":"includedPaths","abstract":"

    The paths that should be included when linting

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV13excludedPathsSaySSGvp":{"name":"excludedPaths","abstract":"

    The paths that should be excluded when linting

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV11indentationAC16IndentationStyleOvp":{"name":"indentation","abstract":"

    The style to use when indenting Swift source code.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV16warningThresholdSiSgvp":{"name":"warningThreshold","abstract":"

    The threshold for the number of warnings to tolerate before treating the lint as having failed.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV8reporterSSvp":{"name":"reporter","abstract":"

    The identifier for the Reporter to use to report style violations.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV9cachePathSSSgvp":{"name":"cachePath","abstract":"

    The location of the persisted cache to use with this configuration.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV22allowZeroLintableFilesSbvp":{"name":"allowZeroLintableFiles","abstract":"

    Allow or disallow SwiftLint to exit successfully when passed only ignored or unlintable files.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV013basedOnCustomD5FilesSbvp":{"name":"basedOnCustomConfigurationFiles","abstract":"

    This value is true iff the --config parameter was used to specify (a) configuration file(s)","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV5rulesSayAA4Rule_pGvp":{"name":"rules","abstract":"

    All rules enabled in this configuration

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV13rootDirectorySSvp":{"name":"rootDirectory","abstract":"

    The root directory is the directory that included & excluded paths relate to.","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV9rulesModeAC05RulesF0Ovp":{"name":"rulesMode","abstract":"

    The rules mode used for this configuration.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:18SwiftLintFramework13ConfigurationV18configurationFiles14enableAllRules9cachePath27ignoreParentAndChildConfigs20mockedNetworkResults25useDefaultConfigOnFailureACSaySSG_SbSSSgSbSDyS2SGSbSgtcfc":{"name":"init(configurationFiles:enableAllRules:cachePath:ignoreParentAndChildConfigs:mockedNetworkResults:useDefaultConfigOnFailure:)","abstract":"

    Creates a Configuration with convenience parameters.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"Configuration"},"Structs/Configuration.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"Configuration"},"Structs/Configuration.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"Configuration"},"Structs/Command/Modifier.html#/s:18SwiftLintFramework7CommandV8ModifierO8previousyA2EmF":{"name":"previous","abstract":"

    The command should only apply to the line preceding its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:18SwiftLintFramework7CommandV8ModifierO4thisyA2EmF":{"name":"this","abstract":"

    The command should only apply to the same line as its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:18SwiftLintFramework7CommandV8ModifierO4nextyA2EmF":{"name":"next","abstract":"

    The command should only apply to the line following its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:18SwiftLintFramework7CommandV8ModifierO7invalidyA2EmF":{"name":"invalid","abstract":"

    The modifier string was invalid.

    ","parent_name":"Modifier"},"Structs/Command/Action.html#/s:18SwiftLintFramework7CommandV6ActionO6enableyA2EmF":{"name":"enable","abstract":"

    The rule(s) associated with this command should be enabled by the SwiftLint engine.

    ","parent_name":"Action"},"Structs/Command/Action.html#/s:18SwiftLintFramework7CommandV6ActionO7disableyA2EmF":{"name":"disable","abstract":"

    The rule(s) associated with this command should be disabled by the SwiftLint engine.

    ","parent_name":"Action"},"Structs/Command/Action.html#/s:18SwiftLintFramework7CommandV6ActionO7invalidyA2EmF":{"name":"invalid","abstract":"

    The action string was invalid.

    ","parent_name":"Action"},"Structs/Command/Action.html":{"name":"Action","abstract":"

    The action (verb) that SwiftLint should perform when interpreting this command.

    ","parent_name":"Command"},"Structs/Command/Modifier.html":{"name":"Modifier","abstract":"

    The modifier for a command, used to modify its scope.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV6actionAC6ActionOvp":{"name":"action","abstract":"

    The action (verb) that SwiftLint should perform when interpreting this command.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV15ruleIdentifiersShyAA14RuleIdentifierOGvp":{"name":"ruleIdentifiers","abstract":"

    The identifiers for the rules associated with this command.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV4lineSivp":{"name":"line","abstract":"

    The line in the source file where this command is defined.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV9characterSiSgvp":{"name":"character","abstract":"

    The character offset within the line in the source file where this command is defined.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV8modifierAC8ModifierOSgvp":{"name":"modifier","abstract":"

    This command’s modifier, if any.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV6action15ruleIdentifiers4line9character8modifier15trailingCommentA2C6ActionO_ShyAA14RuleIdentifierOGS2iSgAC8ModifierOSgSSSgtcfc":{"name":"init(action:ruleIdentifiers:line:character:modifier:trailingComment:)","abstract":"

    Creates a command based on the specified parameters.

    ","parent_name":"Command"},"Structs/Command.html#/s:18SwiftLintFramework7CommandV12actionString4line9characterACSS_S2itcfc":{"name":"init(actionString:line:character:)","abstract":"

    Creates a command based on the specified parameters.

    ","parent_name":"Command"},"Structs/Stack.html#/s:18SwiftLintFramework5StackVACyxGycfc":{"name":"init()","abstract":"

    Creates an empty Stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:18SwiftLintFramework5StackV7isEmptySbvp":{"name":"isEmpty","abstract":"

    True if the stack has no elements. False otherwise.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:18SwiftLintFramework5StackV5countSivp":{"name":"count","abstract":"

    The number of elements in this stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:18SwiftLintFramework5StackV4pushyyxF":{"name":"push(_:)","abstract":"

    Pushes (appends) an element onto the stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:18SwiftLintFramework5StackV3popxSgyF":{"name":"pop()","abstract":"

    Removes and returns the last element of the stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:18SwiftLintFramework5StackV4peekxSgyF":{"name":"peek()","abstract":"

    Returns the last element of the stack if the stack is not empty; otherwise, nil.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"Stack"},"Structs/RuleListDocumentation.html#/s:18SwiftLintFramework21RuleListDocumentationVyAcA0dE0Vcfc":{"name":"init(_:)","abstract":"

    Creates a RuleListDocumentation instance from a RuleList.

    ","parent_name":"RuleListDocumentation"},"Structs/RuleListDocumentation.html#/s:18SwiftLintFramework21RuleListDocumentationV5write2toy10Foundation3URLV_tKF":{"name":"write(to:)","abstract":"

    Write the rule list documentation as markdown files to the specified directory.

    ","parent_name":"RuleListDocumentation"},"Structs/RuleListDocumentation.html":{"name":"RuleListDocumentation","abstract":"

    User-facing documentation for a SwiftLint RuleList.

    "},"Structs/Stack.html":{"name":"Stack","abstract":"

    A basic stack type implementing the LIFO principle - only the last inserted element can be accessed and removed.

    "},"Structs/Command.html":{"name":"Command","abstract":"

    A SwiftLint-interpretable command to modify SwiftLint’s behavior embedded as comments in source code.

    "},"Structs/Configuration.html":{"name":"Configuration","abstract":"

    The configuration struct for SwiftLint. User-defined in the .swiftlint.yml file, drives the behavior of SwiftLint.

    "},"Structs/Correction.html":{"name":"Correction","abstract":"

    A value describing a SwiftLint violation that was corrected.

    "},"Structs/Example.html":{"name":"Example","abstract":"

    Captures code and context information for an example of a triggering or"},"Structs/Linter.html":{"name":"Linter","abstract":"

    Represents a file that can be linted for style violations and corrections after being collected.

    "},"Structs/CollectedLinter.html":{"name":"CollectedLinter","abstract":"

    Represents a file that can compute style violations and corrections for a list of rules.

    "},"Structs/Location.html":{"name":"Location","abstract":"

    The placement of a segment of Swift in a collection of source files.

    "},"Structs/Region.html":{"name":"Region","abstract":"

    A contiguous region of Swift source code.

    "},"Structs/RuleDescription.html":{"name":"RuleDescription","abstract":"

    A detailed description for a SwiftLint rule. Used for both documentation and testing purposes.

    "},"Structs/RuleList.html":{"name":"RuleList","abstract":"

    A list of available SwiftLint rules.

    "},"Structs/RuleParameter.html":{"name":"RuleParameter","abstract":"

    A configuration parameter for rules.

    "},"Structs/StyleViolation.html":{"name":"StyleViolation","abstract":"

    A value describing an instance of Swift source code that is considered invalid by a SwiftLint rule.

    "},"Structs/SwiftLintSyntaxMap.html":{"name":"SwiftLintSyntaxMap","abstract":"

    Represents a Swift file’s syntax information.

    "},"Structs/SwiftLintSyntaxToken.html":{"name":"SwiftLintSyntaxToken","abstract":"

    A SwiftLint-aware Swift syntax token.

    "},"Structs/SwiftVersion.html":{"name":"SwiftVersion","abstract":"

    A value describing the version of the Swift compiler.

    "},"Structs/Version.html":{"name":"Version","abstract":"

    A type describing the SwiftLint version.

    "},"Structs/YamlParser.html":{"name":"YamlParser","abstract":"

    An interface for parsing YAML.

    "},"Structs/ReasonedRuleViolation.html":{"name":"ReasonedRuleViolation","abstract":"

    A violation produced by ViolationsSyntaxVisitors.

    "},"Structs/GitLabJUnitReporter.html":{"name":"GitLabJUnitReporter","abstract":"

    Reports violations as JUnit XML supported by GitLab.

    "},"Structs/RelativePathReporter.html":{"name":"RelativePathReporter","abstract":"

    Reports violations with relative paths.

    "},"Structs/SonarQubeReporter.html":{"name":"SonarQubeReporter","abstract":"

    Reports violations in SonarQube import format.

    "},"Structs/SummaryReporter.html":{"name":"SummaryReporter","abstract":"

    Reports a summary table of all violations

    "},"Structs/XcodeReporter.html":{"name":"XcodeReporter","abstract":"

    Reports violations in the format Xcode uses to display in the IDE. (default)

    "},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework0A10SyntaxRuleP11makeVisitor4fileAA010ViolationsdG0CAA0aB4FileC_tF":{"name":"makeVisitor(file:)","abstract":"

    Produce a ViolationsSyntaxVisitor for the given file.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework0A10SyntaxRuleP13makeViolation4file9violationAA05StyleG0VAA0aB4FileC_AA08ReasonedeG0VtF":{"name":"makeViolation(file:violation:)","abstract":"

    Produce a violation for the given file and absolute position.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework0A10SyntaxRuleP10preprocess4file0aD0010SourceFileD0VSgAA0abI0C_tF":{"name":"preprocess(file:)","abstract":"

    Gives a chance for the rule to do some pre-processing on the syntax tree.","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework0A10SyntaxRulePAAE15disabledRegions4fileSay0aD011SourceRangeVGAA0aB4FileC_tF":{"name":"disabledRegions(file:)","abstract":"

    Returns the source ranges in the specified file where this rule is disabled.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"SwiftSyntaxRule"},"Protocols/ViolationsSyntaxRewriter.html#/s:18SwiftLintFramework24ViolationsSyntaxRewriterP19correctionPositionsSay0aE016AbsolutePositionVGvp":{"name":"correctionPositions","abstract":"

    Positions in a source file where corrections were applied.

    ","parent_name":"ViolationsSyntaxRewriter"},"Protocols/SwiftSyntaxCorrectableRule.html#/s:18SwiftLintFramework0A21SyntaxCorrectableRuleP12makeRewriter4fileAA010ViolationsdH0_pSgAA0aB4FileC_tF":{"name":"makeRewriter(file:)","abstract":"

    Produce a ViolationsSyntaxRewriter for the given file.

    ","parent_name":"SwiftSyntaxCorrectableRule"},"Protocols/SwiftSyntaxCorrectableRule.html#/s:18SwiftLintFramework15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","parent_name":"SwiftSyntaxCorrectableRule"},"Protocols/SeverityBasedRuleConfiguration.html#/s:18SwiftLintFramework30SeverityBasedRuleConfigurationP08severityG0AA0dG0Vvp":{"name":"severityConfiguration","abstract":"

    The configuration of a rule’s severity.

    ","parent_name":"SeverityBasedRuleConfiguration"},"Protocols/SeverityBasedRuleConfiguration.html#/s:18SwiftLintFramework30SeverityBasedRuleConfigurationPAAE8severityAA09ViolationD0Ovp":{"name":"severity","abstract":"

    The severity of a rule.

    ","parent_name":"SeverityBasedRuleConfiguration"},"Protocols/RuleConfiguration.html#/s:18SwiftLintFramework17RuleConfigurationP18consoleDescriptionSSvp":{"name":"consoleDescription","abstract":"

    A human-readable description for this configuration and its applied values.

    ","parent_name":"RuleConfiguration"},"Protocols/RuleConfiguration.html#/s:18SwiftLintFramework17RuleConfigurationP5apply13configurationyyp_tKF":{"name":"apply(configuration:)","abstract":"

    Apply an untyped configuration to the current value.

    ","parent_name":"RuleConfiguration"},"Protocols/RuleConfiguration.html#/s:18SwiftLintFramework17RuleConfigurationP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","abstract":"

    Whether the specified configuration is equivalent to the current value.

    ","parent_name":"RuleConfiguration"},"Protocols/AnalyzerRule.html#/s:18SwiftLintFramework4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"AnalyzerRule"},"Protocols/SubstitutionCorrectableASTRule.html#/s:18SwiftLintFramework30SubstitutionCorrectableASTRuleP15violationRanges2in4kind10dictionarySaySo8_NSRangeVGAA0aB4FileC_8KindTypeQzAA22SourceKittenDictionaryVtF":{"name":"violationRanges(in:kind:dictionary:)","abstract":"

    Returns the NSString-based NSRanges to be replaced in the specified file.

    ","parent_name":"SubstitutionCorrectableASTRule"},"Protocols/SubstitutionCorrectableASTRule.html#/s:18SwiftLintFramework27SubstitutionCorrectableRuleP15violationRanges2inSaySo8_NSRangeVGAA0aB4FileC_tF":{"name":"violationRanges(in:)","parent_name":"SubstitutionCorrectableASTRule"},"Protocols/SubstitutionCorrectableRule.html#/s:18SwiftLintFramework27SubstitutionCorrectableRuleP15violationRanges2inSaySo8_NSRangeVGAA0aB4FileC_tF":{"name":"violationRanges(in:)","abstract":"

    Returns the NSString-based NSRanges to be replaced in the specified file.

    ","parent_name":"SubstitutionCorrectableRule"},"Protocols/SubstitutionCorrectableRule.html#/s:18SwiftLintFramework27SubstitutionCorrectableRuleP12substitution3for2inSo8_NSRangeV_SStSgAH_AA0aB4FileCtF":{"name":"substitution(for:in:)","abstract":"

    Returns the substitution to apply for the given range.

    ","parent_name":"SubstitutionCorrectableRule"},"Protocols/SubstitutionCorrectableRule.html#/s:18SwiftLintFramework15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","parent_name":"SubstitutionCorrectableRule"},"Protocols/CorrectableRule.html#/s:18SwiftLintFramework15CorrectableRuleP7correct4file17compilerArgumentsSayAA10CorrectionVGAA0aB4FileC_SaySSGtF":{"name":"correct(file:compilerArguments:)","abstract":"

    Attempts to correct the violations to this rule in the specified file.

    ","parent_name":"CorrectableRule"},"Protocols/CorrectableRule.html#/s:18SwiftLintFramework15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","abstract":"

    Attempts to correct the violations to this rule in the specified file.

    ","parent_name":"CorrectableRule"},"Protocols/CorrectableRule.html#/s:18SwiftLintFramework15CorrectableRuleP7correct4file5using17compilerArgumentsSayAA10CorrectionVGAA0aB4FileC_AA0E7StorageCSaySSGtF":{"name":"correct(file:using:compilerArguments:)","abstract":"

    Attempts to correct the violations to this rule in the specified file after collecting file info for all files","parent_name":"CorrectableRule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP11descriptionAA0D11DescriptionVvpZ":{"name":"description","abstract":"

    A verbose description of many of this rule’s properties.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP24configurationDescriptionSSvp":{"name":"configurationDescription","abstract":"

    A description of how this rule has been configured to run.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RulePxycfc":{"name":"init()","abstract":"

    A default initializer for rules. All rules need to be trivially initializable.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP13configurationxyp_tKcfc":{"name":"init(configuration:)","abstract":"

    Creates a rule by applying its configuration.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP8validate4file17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SaySSGtF":{"name":"validate(file:compilerArguments:)","abstract":"

    Executes the rule on a file and returns any violations to the rule’s expectations.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","abstract":"

    Executes the rule on a file and returns any violations to the rule’s expectations.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","abstract":"

    Whether or not the specified rule is equivalent to the current rule.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP11collectInfo3for4into17compilerArgumentsyAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"collectInfo(for:into:compilerArguments:)","abstract":"

    Collects information for the specified file in a storage object, to be analyzed by a CollectedLinter.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RuleP8validate4file5using17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"validate(file:using:compilerArguments:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"Rule"},"Protocols/Rule.html#/s:18SwiftLintFramework4RulePAAE16cacheDescriptionSSvp":{"name":"cacheDescription","abstract":"

    The cache description which will be used to determine if a previous","parent_name":"Rule"},"Protocols/Reporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","abstract":"

    The unique identifier for this reporter.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","abstract":"

    Whether or not this reporter can output incrementally as violations are found or if all violations must be","parent_name":"Reporter"},"Protocols/Reporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","abstract":"

    A more detailed description of the reporter’s output.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvp":{"name":"description","abstract":"

    For CustomStringConvertible conformance.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","abstract":"

    Return a string with the report for the specified violations.

    ","parent_name":"Reporter"},"Protocols/ConfigurationProviderRule.html#/s:18SwiftLintFramework25ConfigurationProviderRuleP0D4TypeQa":{"name":"ConfigurationType","abstract":"

    The type of configuration used to configure this rule.

    ","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:18SwiftLintFramework25ConfigurationProviderRuleP13configuration0D4TypeQzvp":{"name":"configuration","abstract":"

    This rule’s configuration.

    ","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:18SwiftLintFramework4RuleP13configurationxyp_tKcfc":{"name":"init(configuration:)","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:18SwiftLintFramework4RuleP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:18SwiftLintFramework4RuleP24configurationDescriptionSSvp":{"name":"configurationDescription","parent_name":"ConfigurationProviderRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework14CollectingRuleP8FileInfoQa":{"name":"FileInfo","abstract":"

    The kind of information to collect for each file being linted for this rule.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework14CollectingRuleP11collectInfo3for17compilerArguments04FileG0QzAA0abK0C_SaySSGtF":{"name":"collectInfo(for:compilerArguments:)","abstract":"

    Collects information for the specified file, to be analyzed by a CollectedLinter.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework14CollectingRuleP11collectInfo3for04FileG0QzAA0abI0C_tF":{"name":"collectInfo(for:)","abstract":"

    Collects information for the specified file, to be analyzed by a CollectedLinter.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework14CollectingRuleP8validate4file13collectedInfo17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SDyAL0nI0QzGSaySSGtF":{"name":"validate(file:collectedInfo:compilerArguments:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework14CollectingRuleP8validate4file13collectedInfoSayAA14StyleViolationVGAA0aB4FileC_SDyAK0lI0QzGtF":{"name":"validate(file:collectedInfo:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework4RuleP11collectInfo3for4into17compilerArgumentsyAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"collectInfo(for:into:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework4RuleP8validate4file5using17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"validate(file:using:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:18SwiftLintFramework4RuleP8validate4file17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SaySSGtF":{"name":"validate(file:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CacheDescriptionProvider.html#/s:18SwiftLintFramework24CacheDescriptionProviderP05cacheE0SSvp":{"name":"cacheDescription","abstract":"

    The cache description which will be used to determine if a previous","parent_name":"CacheDescriptionProvider"},"Protocols/ASTRule.html#/s:18SwiftLintFramework7ASTRuleP8KindTypeQa":{"name":"KindType","abstract":"

    The kind of token being recursed over.

    ","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:18SwiftLintFramework7ASTRuleP8validate4file4kind10dictionarySayAA14StyleViolationVGAA0aB4FileC_8KindTypeQzAA22SourceKittenDictionaryVtF":{"name":"validate(file:kind:dictionary:)","abstract":"

    Executes the rule on a file and a subset of its AST structure, returning any violations to the rule’s","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:18SwiftLintFramework7ASTRuleP4kind4from8KindTypeQzSgAA22SourceKittenDictionaryV_tF":{"name":"kind(from:)","abstract":"

    Get the kind from the specified dictionary.

    ","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:18SwiftLintFramework4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:18SwiftLintFramework7ASTRulePAAE8validate4file10dictionarySayAA14StyleViolationVGAA0aB4FileC_AA22SourceKittenDictionaryVtF":{"name":"validate(file:dictionary:)","abstract":"

    Executes the rule on a file and a subset of its AST structure, returning any violations to the rule’s","parent_name":"ASTRule"},"Protocols/ASTRule.html":{"name":"ASTRule","abstract":"

    A rule that leverages the Swift source’s pre-typechecked Abstract Syntax Tree to recurse into the source’s"},"Protocols/CacheDescriptionProvider.html":{"name":"CacheDescriptionProvider","abstract":"

    Interface providing access to a cache description.

    "},"Protocols.html#/s:18SwiftLintFramework17AnyCollectingRuleP":{"name":"AnyCollectingRule","abstract":"

    Type-erased protocol used to check whether a rule is collectable.

    "},"Protocols/CollectingRule.html":{"name":"CollectingRule","abstract":"

    A rule that requires knowledge of all other files being linted.

    "},"Protocols/ConfigurationProviderRule.html":{"name":"ConfigurationProviderRule","abstract":"

    A rule that is user-configurable.

    "},"Protocols/Reporter.html":{"name":"Reporter","abstract":"

    An interface for reporting violations as strings.

    "},"Protocols/Rule.html":{"name":"Rule","abstract":"

    An executable value that can identify issues (violations) in Swift source code.

    "},"Protocols.html#/s:18SwiftLintFramework9OptInRuleP":{"name":"OptInRule","abstract":"

    A rule that is not enabled by default. Rules conforming to this need to be explicitly enabled by users.

    "},"Protocols/CorrectableRule.html":{"name":"CorrectableRule","abstract":"

    A rule that can correct violations.

    "},"Protocols/SubstitutionCorrectableRule.html":{"name":"SubstitutionCorrectableRule","abstract":"

    A correctable rule that can apply its corrections by replacing the content of ranges in the offending file with"},"Protocols/SubstitutionCorrectableASTRule.html":{"name":"SubstitutionCorrectableASTRule","abstract":"

    A SubstitutionCorrectableRule that is also an ASTRule.

    "},"Protocols.html#/s:18SwiftLintFramework17SourceKitFreeRuleP":{"name":"SourceKitFreeRule","abstract":"

    A rule that does not need SourceKit to operate and can still operate even after SourceKit has crashed.

    "},"Protocols/AnalyzerRule.html":{"name":"AnalyzerRule","abstract":"

    A rule that can operate on the post-typechecked AST using compiler arguments. Performs rules that are more like"},"Protocols/RuleConfiguration.html":{"name":"RuleConfiguration","abstract":"

    A configuration value for a rule to allow users to modify its behavior.

    "},"Protocols/SeverityBasedRuleConfiguration.html":{"name":"SeverityBasedRuleConfiguration","abstract":"

    A configuration for a rule that allows to configure at least the severity.

    "},"Protocols/SwiftSyntaxCorrectableRule.html":{"name":"SwiftSyntaxCorrectableRule","abstract":"

    A SwiftLint CorrectableRule that performs its corrections using a SwiftSyntax SyntaxRewriter.

    "},"Protocols/ViolationsSyntaxRewriter.html":{"name":"ViolationsSyntaxRewriter","abstract":"

    A SwiftSyntax SyntaxRewriter that produces absolute positions where corrections were applied.

    "},"Protocols/SwiftSyntaxRule.html":{"name":"SwiftSyntaxRule","abstract":"

    A SwiftLint Rule backed by SwiftSyntax that does not use SourceKit requests.

    "},"Functions.html#/s:18SwiftLintFramework12reporterFrom10identifierAA8Reporter_pXpSS_tF":{"name":"reporterFrom(identifier:)","abstract":"

    Returns the reporter with the specified identifier. Traps if the specified identifier doesn’t correspond to any"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA7ExampleVRszlE26skipWrappingInCommentTestsSayACGyF":{"name":"skipWrappingInCommentTests()","abstract":"

    Make these examples skip wrapping in comment tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA7ExampleVRszlE25skipWrappingInStringTestsSayACGyF":{"name":"skipWrappingInStringTests()","abstract":"

    Make these examples skip wrapping in string tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA7ExampleVRszlE24skipMultiByteOffsetTestsSayACGyF":{"name":"skipMultiByteOffsetTests()","abstract":"

    Make these examples skip multi-byte offset tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA7ExampleVRszlE23skipDisableCommandTestsSayACGyF":{"name":"skipDisableCommandTests()","abstract":"

    Make these examples skip disable command tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA0aB11SyntaxTokenVRszlE5kindsSay012SourceKittenC00D4KindOGvp":{"name":"kinds","abstract":"

    The kinds for these tokens.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA21ReasonedRuleViolationVRszlE6appendyy0A6Syntax16AbsolutePositionVF":{"name":"append(_:)","abstract":"

    Append a minimal violation for the specified position.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFrameworkAA21ReasonedRuleViolationVRszlE6append10contentsOfySay0A6Syntax16AbsolutePositionVG_tF":{"name":"append(contentsOf:)","abstract":"

    Append minimal violations for the specified positions.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFramework0A6Syntax04DeclD8Protocol_pXpRszlE3allSayAbC_pXpGvpZ":{"name":"all","abstract":"

    All visitable declaration syntax types.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFramework0A6Syntax04DeclD8Protocol_pXpRszlE22extensionsAndProtocolsSayAbC_pXpGvpZ":{"name":"extensionsAndProtocols","abstract":"

    Useful for class-specific checks since extensions and protocols do not allow nested classes.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa18SwiftLintFramework0A6Syntax04DeclD8Protocol_pXpRszlE9allExceptySayAbC_pXpGAbC_pXpd_tFZ":{"name":"allExcept(_:)","abstract":"

    All declarations except for the specified ones.

    ","parent_name":"Array"},"Extensions/Array.html":{"name":"Array"},"Enums/ViolationSeverity.html#/s:18SwiftLintFramework17ViolationSeverityO7warningyA2CmF":{"name":"warning","abstract":"

    Non-fatal. If using SwiftLint as an Xcode build phase, Xcode will mark the build as having succeeded.

    ","parent_name":"ViolationSeverity"},"Enums/ViolationSeverity.html#/s:18SwiftLintFramework17ViolationSeverityO5erroryA2CmF":{"name":"error","abstract":"

    Fatal. If using SwiftLint as an Xcode build phase, Xcode will mark the build as having failed.

    ","parent_name":"ViolationSeverity"},"Enums/ViolationSeverity.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"ViolationSeverity"},"Enums/RuleListError.html#/s:18SwiftLintFramework13RuleListErrorO24duplicatedConfigurationsyAcA0D0_pXp_tcACmF":{"name":"duplicatedConfigurations(rule:)","abstract":"

    The rule list contains more than one configuration for the specified rule.

    ","parent_name":"RuleListError"},"Enums/RuleKind.html#/s:18SwiftLintFramework8RuleKindO4lintyA2CmF":{"name":"lint","abstract":"

    Describes rules that validate Swift source conventions.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:18SwiftLintFramework8RuleKindO9idiomaticyA2CmF":{"name":"idiomatic","abstract":"

    Describes rules that validate common practices in the Swift community.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:18SwiftLintFramework8RuleKindO5styleyA2CmF":{"name":"style","abstract":"

    Describes rules that validate stylistic choices.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:18SwiftLintFramework8RuleKindO7metricsyA2CmF":{"name":"metrics","abstract":"

    Describes rules that validate magnitudes or measurements of Swift source.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:18SwiftLintFramework8RuleKindO11performanceyA2CmF":{"name":"performance","abstract":"

    Describes rules that validate that code patterns with poor performance are avoided.

    ","parent_name":"RuleKind"},"Enums/RuleIdentifier.html#/s:18SwiftLintFramework14RuleIdentifierO3allyA2CmF":{"name":"all","abstract":"

    Special identifier that should be treated as referring to ‘all’ SwiftLint rules. One helpful usecase is in","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:18SwiftLintFramework14RuleIdentifierO6singleyACSS_tcACmF":{"name":"single(identifier:)","abstract":"

    Represents a single SwiftLint rule with the specified identifier.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:18SwiftLintFramework14RuleIdentifierO20stringRepresentationSSvp":{"name":"stringRepresentation","abstract":"

    The spelling of the string for this idenfitier.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:18SwiftLintFramework14RuleIdentifierOyACSScfc":{"name":"init(_:)","abstract":"

    Creates a RuleIdentifier by its string representation.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:s26ExpressibleByStringLiteralP06stringD0x0cD4TypeQz_tcfc":{"name":"init(stringLiteral:)","parent_name":"RuleIdentifier"},"Enums/ConfigurationError.html#/s:18SwiftLintFramework18ConfigurationErrorO07unknownD0yA2CmF":{"name":"unknownConfiguration","abstract":"

    The configuration didn’t match internal expectations.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:18SwiftLintFramework18ConfigurationErrorO28ambiguousMatchKindParametersyA2CmF":{"name":"ambiguousMatchKindParameters","abstract":"

    The configuration had both match_kind and excluded_match_kind parameters.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:18SwiftLintFramework18ConfigurationErrorO7genericyACSScACmF":{"name":"generic(_:)","abstract":"

    A generic configuration error specified by a string.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:18SwiftLintFramework18ConfigurationErrorO19initialFileNotFoundyACSS_tcACmF":{"name":"initialFileNotFound(path:)","abstract":"

    The initial configuration file was not found.

    ","parent_name":"ConfigurationError"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO7privateyA2CmF":{"name":"private","abstract":"

    Accessible by the declaration’s immediate lexical scope.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO11fileprivateyA2CmF":{"name":"fileprivate","abstract":"

    Accessible by the declaration’s same file.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO8internalyA2CmF":{"name":"internal","abstract":"

    Accessible by the declaration’s same module, or modules importing it with the @testable attribute.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO6publicyA2CmF":{"name":"public","abstract":"

    Accessible by the declaration’s same program.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO4openyA2CmF":{"name":"open","abstract":"

    Accessible and customizable (via subclassing or overrides) by the declaration’s same program.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO11descriptionACSgSS_tcfc":{"name":"init(description:)","abstract":"

    Initializes an access control level by its Swift source keyword value.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:18SwiftLintFramework18AccessControlLevelO9isPrivateSbvp":{"name":"isPrivate","abstract":"

    Returns true if is private or fileprivate

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"AccessControlLevel"},"Enums/ExecutableInfo.html#/s:18SwiftLintFramework14ExecutableInfoO7buildIDSSSgvpZ":{"name":"buildID","abstract":"

    A stable identifier for this executable. Uses the Mach-O header UUID on macOS. Nil on Linux.

    ","parent_name":"ExecutableInfo"},"Enums/ExecutableInfo.html":{"name":"ExecutableInfo","abstract":"

    Information about this executable.

    "},"Enums/AccessControlLevel.html":{"name":"AccessControlLevel","abstract":"

    The accessibility of a Swift source declaration.

    "},"Enums/ConfigurationError.html":{"name":"ConfigurationError","abstract":"

    All possible configuration errors.

    "},"Enums/RuleIdentifier.html":{"name":"RuleIdentifier","abstract":"

    An identifier representing a SwiftLint rule, or all rules.

    "},"Enums/RuleKind.html":{"name":"RuleKind","abstract":"

    All the possible rule kinds (categories).

    "},"Enums/RuleListError.html":{"name":"RuleListError","abstract":"

    All possible rule list configuration errors.

    "},"Enums/ViolationSeverity.html":{"name":"ViolationSeverity","abstract":"

    The magnitude of a StyleViolation.

    "},"Global%20Variables.html#/s:18SwiftLintFramework13reportersListSayAA8Reporter_pXpGvp":{"name":"reportersList","abstract":"

    The reporters list containing all the reporters built into SwiftLint.

    "},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC10violationsSayAA21ReasonedRuleViolationVGvp":{"name":"violations","abstract":"

    Positions in a source file where violations should be reported.

    ","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC21skippableDeclarationsSay0aE004DeclE8Protocol_pXpGvp":{"name":"skippableDeclarations","abstract":"

    List of declaration types that shall be skipped while traversing the AST.

    ","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE09ActorDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE09ClassDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE08EnumDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE013ExtensionDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012FunctionDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE013SubscriptDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012VariableDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012ProtocolDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:18SwiftLintFramework23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE010StructDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC4file012SourceKittenC00D0Cvp":{"name":"file","abstract":"

    The underlying SourceKitten file.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC06isTestD0Sbvp":{"name":"isTestFile","abstract":"

    Whether or not this is a file generated for testing purposes.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC4fileAC012SourceKittenC00D0C_tcfc":{"name":"init(file:)","abstract":"

    Creates a SwiftLintFile with a SourceKitten File.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC4pathACSgSS_tcfc":{"name":"init(path:)","abstract":"

    Creates a SwiftLintFile by specifying its path on disk.","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC20pathDeferringReadingACSS_tcfc":{"name":"init(pathDeferringReading:)","abstract":"

    Creates a SwiftLintFile by specifying its path on disk. Unlike the SwiftLintFile(path:) initializer, this","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC8contentsACSS_tcfc":{"name":"init(contents:)","abstract":"

    Creates a SwiftLintFile that is not backed by a file on disk by specifying its contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC4pathSSSgvp":{"name":"path","abstract":"

    The path on disk for this file.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC8contentsSSvp":{"name":"contents","abstract":"

    The file’s contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC10stringView012SourceKittenC006StringF0Vvp":{"name":"stringView","abstract":"

    A string view into the contents of this file optimized for string manipulation operations.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:18SwiftLintFramework0aB4FileC5linesSay012SourceKittenC04LineVGvp":{"name":"lines","abstract":"

    The parsed lines for this file’s contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"SwiftLintFile"},"Classes/RuleStorage.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"RuleStorage"},"Classes/RuleStorage.html#/s:18SwiftLintFramework11RuleStorageCACycfc":{"name":"init()","abstract":"

    Creates a RuleStorage with no initial stored data.

    ","parent_name":"RuleStorage"},"Classes/RuleRegistry.html#/s:18SwiftLintFramework12RuleRegistryC6sharedACvpZ":{"name":"shared","abstract":"

    Shared rule registry instance.

    ","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:18SwiftLintFramework12RuleRegistryC4listAA0D4ListVvp":{"name":"list","abstract":"

    Rule list associated with this registry. Lazily created, and","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:18SwiftLintFramework12RuleRegistryC8register5rulesySayAA0D0_pXpG_tF":{"name":"register(rules:)","abstract":"

    Register rules.

    ","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:18SwiftLintFramework12RuleRegistryC4rule5forIDAA0D0_pXpSgSS_tF":{"name":"rule(forID:)","abstract":"

    Look up a rule for a given ID.

    ","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:18SwiftLintFramework12RuleRegistryC20registerAllRulesOnceyyFZ":{"name":"registerAllRulesOnce()","abstract":"

    Register all rules. Should only be called once before any SwiftLint code is executed.

    ","parent_name":"RuleRegistry"},"Classes/LinterCache.html#/s:18SwiftLintFramework11LinterCacheC13configuration11fileManagerAcA13ConfigurationV_AA012LintableFileH0_ptcfc":{"name":"init(configuration:fileManager:)","abstract":"

    Creates a LinterCache by specifying a SwiftLint configuration and a file manager.

    ","parent_name":"LinterCache"},"Classes/LinterCache.html#/s:18SwiftLintFramework11LinterCacheC4saveyyKF":{"name":"save()","abstract":"

    Persists the cache to disk.

    ","parent_name":"LinterCache"},"Classes/CustomRuleTimer.html#/s:18SwiftLintFramework15CustomRuleTimerC6sharedACvpZ":{"name":"shared","abstract":"

    Singleton.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html#/s:18SwiftLintFramework15CustomRuleTimerC8activateyyF":{"name":"activate()","abstract":"

    Tell the timer it should record time spent in rules.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html#/s:18SwiftLintFramework15CustomRuleTimerC4dumpSDySSSdGyF":{"name":"dump()","abstract":"

    Return all time spent for each custom rule, keyed by rule ID.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html":{"name":"CustomRuleTimer","abstract":"

    Utility to measure the time spent in each custom rule.

    "},"Classes/LinterCache.html":{"name":"LinterCache","abstract":"

    A persisted cache for storing and retrieving linter results.

    "},"Classes/RuleRegistry.html":{"name":"RuleRegistry","abstract":"

    Container to register and look up SwiftLint rules.

    "},"Classes/RuleStorage.html":{"name":"RuleStorage","abstract":"

    A storage mechanism for aggregating the results of CollectingRules.

    "},"Classes/SwiftLintFile.html":{"name":"SwiftLintFile","abstract":"

    A unit of Swift source code, either on disk or in memory.

    "},"Classes/ViolationsSyntaxVisitor.html":{"name":"ViolationsSyntaxVisitor","abstract":"

    A SwiftSyntax SyntaxVisitor that produces absolute positions where violations should be reported.

    "},"swift-syntax-dashboard.html":{"name":"Swift Syntax Dashboard"},"accessibility_label_for_image.html":{"name":"accessibility_label_for_image"},"accessibility_trait_for_button.html":{"name":"accessibility_trait_for_button"},"anonymous_argument_in_multiline_closure.html":{"name":"anonymous_argument_in_multiline_closure"},"anyobject_protocol.html":{"name":"anyobject_protocol"},"array_init.html":{"name":"array_init"},"attributes.html":{"name":"attributes"},"balanced_xctest_lifecycle.html":{"name":"balanced_xctest_lifecycle"},"blanket_disable_command.html":{"name":"blanket_disable_command"},"block_based_kvo.html":{"name":"block_based_kvo"},"capture_variable.html":{"name":"capture_variable"},"class_delegate_protocol.html":{"name":"class_delegate_protocol"},"closing_brace.html":{"name":"closing_brace"},"closure_body_length.html":{"name":"closure_body_length"},"closure_end_indentation.html":{"name":"closure_end_indentation"},"closure_parameter_position.html":{"name":"closure_parameter_position"},"closure_spacing.html":{"name":"closure_spacing"},"collection_alignment.html":{"name":"collection_alignment"},"colon.html":{"name":"colon"},"comma.html":{"name":"comma"},"comma_inheritance.html":{"name":"comma_inheritance"},"comment_spacing.html":{"name":"comment_spacing"},"compiler_protocol_init.html":{"name":"compiler_protocol_init"},"computed_accessors_order.html":{"name":"computed_accessors_order"},"conditional_returns_on_newline.html":{"name":"conditional_returns_on_newline"},"contains_over_filter_count.html":{"name":"contains_over_filter_count"},"contains_over_filter_is_empty.html":{"name":"contains_over_filter_is_empty"},"contains_over_first_not_nil.html":{"name":"contains_over_first_not_nil"},"contains_over_range_nil_comparison.html":{"name":"contains_over_range_nil_comparison"},"control_statement.html":{"name":"control_statement"},"convenience_type.html":{"name":"convenience_type"},"custom_rules.html":{"name":"custom_rules"},"cyclomatic_complexity.html":{"name":"cyclomatic_complexity"},"deployment_target.html":{"name":"deployment_target"},"direct_return.html":{"name":"direct_return"},"discarded_notification_center_observer.html":{"name":"discarded_notification_center_observer"},"discouraged_assert.html":{"name":"discouraged_assert"},"discouraged_direct_init.html":{"name":"discouraged_direct_init"},"discouraged_none_name.html":{"name":"discouraged_none_name"},"discouraged_object_literal.html":{"name":"discouraged_object_literal"},"discouraged_optional_boolean.html":{"name":"discouraged_optional_boolean"},"discouraged_optional_collection.html":{"name":"discouraged_optional_collection"},"duplicate_conditions.html":{"name":"duplicate_conditions"},"duplicate_enum_cases.html":{"name":"duplicate_enum_cases"},"duplicate_imports.html":{"name":"duplicate_imports"},"duplicated_key_in_dictionary_literal.html":{"name":"duplicated_key_in_dictionary_literal"},"dynamic_inline.html":{"name":"dynamic_inline"},"empty_collection_literal.html":{"name":"empty_collection_literal"},"empty_count.html":{"name":"empty_count"},"empty_enum_arguments.html":{"name":"empty_enum_arguments"},"empty_parameters.html":{"name":"empty_parameters"},"empty_parentheses_with_trailing_closure.html":{"name":"empty_parentheses_with_trailing_closure"},"empty_string.html":{"name":"empty_string"},"empty_xctest_method.html":{"name":"empty_xctest_method"},"enum_case_associated_values_count.html":{"name":"enum_case_associated_values_count"},"expiring_todo.html":{"name":"expiring_todo"},"explicit_acl.html":{"name":"explicit_acl"},"explicit_enum_raw_value.html":{"name":"explicit_enum_raw_value"},"explicit_init.html":{"name":"explicit_init"},"explicit_self.html":{"name":"explicit_self"},"explicit_top_level_acl.html":{"name":"explicit_top_level_acl"},"explicit_type_interface.html":{"name":"explicit_type_interface"},"extension_access_modifier.html":{"name":"extension_access_modifier"},"fallthrough.html":{"name":"fallthrough"},"fatal_error_message.html":{"name":"fatal_error_message"},"file_header.html":{"name":"file_header"},"file_length.html":{"name":"file_length"},"file_name.html":{"name":"file_name"},"file_name_no_space.html":{"name":"file_name_no_space"},"file_types_order.html":{"name":"file_types_order"},"first_where.html":{"name":"first_where"},"flatmap_over_map_reduce.html":{"name":"flatmap_over_map_reduce"},"for_where.html":{"name":"for_where"},"force_cast.html":{"name":"force_cast"},"force_try.html":{"name":"force_try"},"force_unwrapping.html":{"name":"force_unwrapping"},"function_body_length.html":{"name":"function_body_length"},"function_default_parameter_at_end.html":{"name":"function_default_parameter_at_end"},"function_parameter_count.html":{"name":"function_parameter_count"},"generic_type_name.html":{"name":"generic_type_name"},"ibinspectable_in_extension.html":{"name":"ibinspectable_in_extension"},"identical_operands.html":{"name":"identical_operands"},"identifier_name.html":{"name":"identifier_name"},"implicit_getter.html":{"name":"implicit_getter"},"implicit_return.html":{"name":"implicit_return"},"implicitly_unwrapped_optional.html":{"name":"implicitly_unwrapped_optional"},"inclusive_language.html":{"name":"inclusive_language"},"indentation_width.html":{"name":"indentation_width"},"inert_defer.html":{"name":"inert_defer"},"invalid_swiftlint_command.html":{"name":"invalid_swiftlint_command"},"is_disjoint.html":{"name":"is_disjoint"},"joined_default_parameter.html":{"name":"joined_default_parameter"},"large_tuple.html":{"name":"large_tuple"},"last_where.html":{"name":"last_where"},"leading_whitespace.html":{"name":"leading_whitespace"},"legacy_cggeometry_functions.html":{"name":"legacy_cggeometry_functions"},"legacy_constant.html":{"name":"legacy_constant"},"legacy_constructor.html":{"name":"legacy_constructor"},"legacy_hashing.html":{"name":"legacy_hashing"},"legacy_multiple.html":{"name":"legacy_multiple"},"legacy_nsgeometry_functions.html":{"name":"legacy_nsgeometry_functions"},"legacy_objc_type.html":{"name":"legacy_objc_type"},"legacy_random.html":{"name":"legacy_random"},"let_var_whitespace.html":{"name":"let_var_whitespace"},"line_length.html":{"name":"line_length"},"literal_expression_end_indentation.html":{"name":"literal_expression_end_indentation"},"local_doc_comment.html":{"name":"local_doc_comment"},"lower_acl_than_parent.html":{"name":"lower_acl_than_parent"},"mark.html":{"name":"mark"},"missing_docs.html":{"name":"missing_docs"},"modifier_order.html":{"name":"modifier_order"},"multiline_arguments.html":{"name":"multiline_arguments"},"multiline_arguments_brackets.html":{"name":"multiline_arguments_brackets"},"multiline_function_chains.html":{"name":"multiline_function_chains"},"multiline_literal_brackets.html":{"name":"multiline_literal_brackets"},"multiline_parameters.html":{"name":"multiline_parameters"},"multiline_parameters_brackets.html":{"name":"multiline_parameters_brackets"},"multiple_closures_with_trailing_closure.html":{"name":"multiple_closures_with_trailing_closure"},"nesting.html":{"name":"nesting"},"nimble_operator.html":{"name":"nimble_operator"},"no_extension_access_modifier.html":{"name":"no_extension_access_modifier"},"no_fallthrough_only.html":{"name":"no_fallthrough_only"},"no_grouping_extension.html":{"name":"no_grouping_extension"},"no_magic_numbers.html":{"name":"no_magic_numbers"},"no_space_in_method_call.html":{"name":"no_space_in_method_call"},"notification_center_detachment.html":{"name":"notification_center_detachment"},"ns_number_init_as_function_reference.html":{"name":"ns_number_init_as_function_reference"},"nslocalizedstring_key.html":{"name":"nslocalizedstring_key"},"nslocalizedstring_require_bundle.html":{"name":"nslocalizedstring_require_bundle"},"nsobject_prefer_isequal.html":{"name":"nsobject_prefer_isequal"},"number_separator.html":{"name":"number_separator"},"object_literal.html":{"name":"object_literal"},"opening_brace.html":{"name":"opening_brace"},"operator_usage_whitespace.html":{"name":"operator_usage_whitespace"},"operator_whitespace.html":{"name":"operator_whitespace"},"optional_enum_case_matching.html":{"name":"optional_enum_case_matching"},"orphaned_doc_comment.html":{"name":"orphaned_doc_comment"},"overridden_super_call.html":{"name":"overridden_super_call"},"override_in_extension.html":{"name":"override_in_extension"},"pattern_matching_keywords.html":{"name":"pattern_matching_keywords"},"period_spacing.html":{"name":"period_spacing"},"prefer_nimble.html":{"name":"prefer_nimble"},"prefer_self_in_static_references.html":{"name":"prefer_self_in_static_references"},"prefer_self_type_over_type_of_self.html":{"name":"prefer_self_type_over_type_of_self"},"prefer_zero_over_explicit_init.html":{"name":"prefer_zero_over_explicit_init"},"prefixed_toplevel_constant.html":{"name":"prefixed_toplevel_constant"},"private_action.html":{"name":"private_action"},"private_outlet.html":{"name":"private_outlet"},"private_over_fileprivate.html":{"name":"private_over_fileprivate"},"private_subject.html":{"name":"private_subject"},"private_unit_test.html":{"name":"private_unit_test"},"prohibited_interface_builder.html":{"name":"prohibited_interface_builder"},"prohibited_super_call.html":{"name":"prohibited_super_call"},"protocol_property_accessors_order.html":{"name":"protocol_property_accessors_order"},"quick_discouraged_call.html":{"name":"quick_discouraged_call"},"quick_discouraged_focused_test.html":{"name":"quick_discouraged_focused_test"},"quick_discouraged_pending_test.html":{"name":"quick_discouraged_pending_test"},"raw_value_for_camel_cased_codable_enum.html":{"name":"raw_value_for_camel_cased_codable_enum"},"reduce_boolean.html":{"name":"reduce_boolean"},"reduce_into.html":{"name":"reduce_into"},"redundant_discardable_let.html":{"name":"redundant_discardable_let"},"redundant_nil_coalescing.html":{"name":"redundant_nil_coalescing"},"redundant_objc_attribute.html":{"name":"redundant_objc_attribute"},"redundant_optional_initialization.html":{"name":"redundant_optional_initialization"},"redundant_set_access_control.html":{"name":"redundant_set_access_control"},"redundant_string_enum_value.html":{"name":"redundant_string_enum_value"},"redundant_type_annotation.html":{"name":"redundant_type_annotation"},"redundant_void_return.html":{"name":"redundant_void_return"},"required_deinit.html":{"name":"required_deinit"},"required_enum_case.html":{"name":"required_enum_case"},"return_arrow_whitespace.html":{"name":"return_arrow_whitespace"},"return_value_from_void_function.html":{"name":"return_value_from_void_function"},"self_binding.html":{"name":"self_binding"},"self_in_property_initialization.html":{"name":"self_in_property_initialization"},"shorthand_operator.html":{"name":"shorthand_operator"},"shorthand_optional_binding.html":{"name":"shorthand_optional_binding"},"single_test_class.html":{"name":"single_test_class"},"sorted_enum_cases.html":{"name":"sorted_enum_cases"},"sorted_first_last.html":{"name":"sorted_first_last"},"sorted_imports.html":{"name":"sorted_imports"},"statement_position.html":{"name":"statement_position"},"static_operator.html":{"name":"static_operator"},"strict_fileprivate.html":{"name":"strict_fileprivate"},"strong_iboutlet.html":{"name":"strong_iboutlet"},"superfluous_disable_command.html":{"name":"superfluous_disable_command"},"superfluous_else.html":{"name":"superfluous_else"},"switch_case_alignment.html":{"name":"switch_case_alignment"},"switch_case_on_newline.html":{"name":"switch_case_on_newline"},"syntactic_sugar.html":{"name":"syntactic_sugar"},"test_case_accessibility.html":{"name":"test_case_accessibility"},"todo.html":{"name":"todo"},"toggle_bool.html":{"name":"toggle_bool"},"trailing_closure.html":{"name":"trailing_closure"},"trailing_comma.html":{"name":"trailing_comma"},"trailing_newline.html":{"name":"trailing_newline"},"trailing_semicolon.html":{"name":"trailing_semicolon"},"trailing_whitespace.html":{"name":"trailing_whitespace"},"type_body_length.html":{"name":"type_body_length"},"type_contents_order.html":{"name":"type_contents_order"},"type_name.html":{"name":"type_name"},"typesafe_array_init.html":{"name":"typesafe_array_init"},"unavailable_condition.html":{"name":"unavailable_condition"},"unavailable_function.html":{"name":"unavailable_function"},"unneeded_break_in_switch.html":{"name":"unneeded_break_in_switch"},"unneeded_parentheses_in_closure_argument.html":{"name":"unneeded_parentheses_in_closure_argument"},"unowned_variable_capture.html":{"name":"unowned_variable_capture"},"untyped_error_in_catch.html":{"name":"untyped_error_in_catch"},"unused_capture_list.html":{"name":"unused_capture_list"},"unused_closure_parameter.html":{"name":"unused_closure_parameter"},"unused_control_flow_label.html":{"name":"unused_control_flow_label"},"unused_declaration.html":{"name":"unused_declaration"},"unused_enumerated.html":{"name":"unused_enumerated"},"unused_import.html":{"name":"unused_import"},"unused_optional_binding.html":{"name":"unused_optional_binding"},"unused_setter_value.html":{"name":"unused_setter_value"},"valid_ibinspectable.html":{"name":"valid_ibinspectable"},"vertical_parameter_alignment.html":{"name":"vertical_parameter_alignment"},"vertical_parameter_alignment_on_call.html":{"name":"vertical_parameter_alignment_on_call"},"vertical_whitespace.html":{"name":"vertical_whitespace"},"vertical_whitespace_between_cases.html":{"name":"vertical_whitespace_between_cases"},"vertical_whitespace_closing_braces.html":{"name":"vertical_whitespace_closing_braces"},"vertical_whitespace_opening_braces.html":{"name":"vertical_whitespace_opening_braces"},"void_function_in_ternary.html":{"name":"void_function_in_ternary"},"void_return.html":{"name":"void_return"},"weak_delegate.html":{"name":"weak_delegate"},"xct_specific_matcher.html":{"name":"xct_specific_matcher"},"xctfail_message.html":{"name":"xctfail_message"},"yoda_condition.html":{"name":"yoda_condition"},"Structs/MarkdownReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"MarkdownReporter"},"Structs/JUnitReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"JUnitReporter"},"Structs/JSONReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"JSONReporter"},"Structs/HTMLReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"HTMLReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"GitHubActionsLoggingReporter"},"Structs/EmojiReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"EmojiReporter"},"Structs/CodeClimateReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CodeClimateReporter"},"Structs/CheckstyleReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CheckstyleReporter"},"Structs/CSVReporter.html#/s:18SwiftLintFramework8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:18SwiftLintFramework8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:18SwiftLintFramework8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:18SwiftLintFramework8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CSVReporter"},"Structs/CSVReporter.html":{"name":"CSVReporter","abstract":"

    Reports violations as a newline-separated string of comma-separated values (CSV).

    "},"Structs/CheckstyleReporter.html":{"name":"CheckstyleReporter","abstract":"

    Reports violations as XML conforming to the Checkstyle specification, as defined here:"},"Structs/CodeClimateReporter.html":{"name":"CodeClimateReporter","abstract":"

    Reports violations as a JSON array in Code Climate format.

    "},"Structs/EmojiReporter.html":{"name":"EmojiReporter","abstract":"

    Reports violations in a format that’s both fun and easy to read.

    "},"Structs/GitHubActionsLoggingReporter.html":{"name":"GitHubActionsLoggingReporter","abstract":"

    Reports violations in the format GitHub-hosted virtual machine for Actions can recognize as messages.

    "},"Structs/HTMLReporter.html":{"name":"HTMLReporter","abstract":"

    Reports violations as HTML.

    "},"Structs/JSONReporter.html":{"name":"JSONReporter","abstract":"

    Reports violations as a JSON array.

    "},"Structs/JUnitReporter.html":{"name":"JUnitReporter","abstract":"

    Reports violations as JUnit XML.

    "},"Structs/MarkdownReporter.html":{"name":"MarkdownReporter","abstract":"

    Reports violations as markdown formated (with tables).

    "},"rule-directory.html":{"name":"Rule Directory"},"Rules.html":{"name":"Rules"},"Reporters.html":{"name":"Reporters"},"Guides.html":{"name":"Guides","abstract":"

    The following guides are available globally.

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Global%20Variables.html":{"name":"Global Variables","abstract":"

    The following global variables are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Extensions.html":{"name":"Extensions","abstract":"

    The following extensions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file +{"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP18consoleDescriptionSSvp":{"name":"consoleDescription","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore27SeverityLevelsConfigurationV23shortConsoleDescriptionSSvp":{"name":"shortConsoleDescription","abstract":"

    A condensed console description.

    ","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore27SeverityLevelsConfigurationV7warningSivp":{"name":"warning","abstract":"

    The threshold for a violation to be a warning.

    ","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore27SeverityLevelsConfigurationV5errorSiSgvp":{"name":"error","abstract":"

    The threshold for a violation to be an error.

    ","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore27SeverityLevelsConfigurationV7warning5errorACSi_SiSgtcfc":{"name":"init(warning:error:)","abstract":"

    Create a SeverityLevelsConfiguration based on the sepecified warning and error thresholds.

    ","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore27SeverityLevelsConfigurationV6paramsSayAA13RuleParameterVySiGGvp":{"name":"params","abstract":"

    The rule parameters that define the thresholds that should map to each severity.

    ","parent_name":"SeverityLevelsConfiguration"},"Structs/SeverityLevelsConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP5apply13configurationyyp_tKF":{"name":"apply(configuration:)","parent_name":"SeverityLevelsConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV10identifierSSvp":{"name":"identifier","abstract":"

    The identifier for this custom rule.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV4nameSSSgvp":{"name":"name","abstract":"

    The name for this custom rule.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV7messageSSvp":{"name":"message","abstract":"

    The message to be presented when producing violations.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV5regexSo19NSRegularExpressionCSgvp":{"name":"regex","abstract":"

    The regular expression to apply to trigger violations for this custom rule.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV8includedSaySo19NSRegularExpressionCGvp":{"name":"included","abstract":"

    Regular expressions to include when matching the file path.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV8excludedSaySo19NSRegularExpressionCGvp":{"name":"excluded","abstract":"

    Regular expressions to exclude when matching the file path.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV18excludedMatchKindsShy21SourceKittenFramework10SyntaxKindOGvp":{"name":"excludedMatchKinds","abstract":"

    The syntax kinds to exclude from matches. If the regex matched syntax kinds from this list, it would","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore30SeverityBasedRuleConfigurationP08severityG0AA0dG0Vvp":{"name":"severityConfiguration","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV12captureGroupSivp":{"name":"captureGroup","abstract":"

    The index of the regex capture group to match.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP18consoleDescriptionSSvp":{"name":"consoleDescription","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore24CacheDescriptionProviderP05cacheE0SSvp":{"name":"cacheDescription","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV11descriptionAA15RuleDescriptionVvp":{"name":"description","abstract":"

    The RuleDescription for the custom rule defined here.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore18RegexConfigurationV10identifierACSS_tcfc":{"name":"init(identifier:)","abstract":"

    Create a RegexConfiguration with the specified identifier, with other properties to be set later.

    ","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP5apply13configurationyyp_tKF":{"name":"apply(configuration:)","parent_name":"RegexConfiguration"},"Structs/RegexConfiguration.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"RegexConfiguration"},"Structs/XcodeReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"XcodeReporter"},"Structs/XcodeReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"XcodeReporter"},"Structs/SummaryReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"SummaryReporter"},"Structs/SummaryReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"SummaryReporter"},"Structs/SonarQubeReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"SonarQubeReporter"},"Structs/SonarQubeReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"SonarQubeReporter"},"Structs/RelativePathReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"RelativePathReporter"},"Structs/RelativePathReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"RelativePathReporter"},"Structs/GitLabJUnitReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"GitLabJUnitReporter"},"Structs/GitLabJUnitReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"GitLabJUnitReporter"},"Structs/ReasonedRuleViolation.html#/s:13SwiftLintCore21ReasonedRuleViolationV8position0A6Syntax16AbsolutePositionVvp":{"name":"position","abstract":"

    The violation’s position.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:13SwiftLintCore21ReasonedRuleViolationV6reasonSSSgvp":{"name":"reason","abstract":"

    A specific reason for the violation.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:13SwiftLintCore21ReasonedRuleViolationV8severityAA0F8SeverityOSgvp":{"name":"severity","abstract":"

    The violation’s severity.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:13SwiftLintCore21ReasonedRuleViolationV8position6reason8severityAC0A6Syntax16AbsolutePositionV_SSSgAA0F8SeverityOSgtcfc":{"name":"init(position:reason:severity:)","abstract":"

    Creates a ReasonedRuleViolation.

    ","parent_name":"ReasonedRuleViolation"},"Structs/ReasonedRuleViolation.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"ReasonedRuleViolation"},"Structs/YamlParser.html#/s:13SwiftLintCore10YamlParserV5parse_3envSDySSypGSS_SDyS2SGtKFZ":{"name":"parse(_:env:)","abstract":"

    Parses the input YAML string as an untyped dictionary.

    ","parent_name":"YamlParser"},"Structs/Version.html#/s:13SwiftLintCore7VersionV5valueSSvp":{"name":"value","abstract":"

    The string value for this version.

    ","parent_name":"Version"},"Structs/Version.html#/s:13SwiftLintCore7VersionV7currentACvpZ":{"name":"current","abstract":"

    The current SwiftLint version.

    ","parent_name":"Version"},"Structs/SwiftVersion.html#/s:SY8RawValueQa":{"name":"RawValue","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SY8rawValue03RawB0Qzvp":{"name":"rawValue","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SY8rawValuexSg03RawB0Qz_tcfc":{"name":"init(rawValue:)","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV4fiveACvpZ":{"name":"five","abstract":"

    Swift 5.0.x - https://swift.org/download/#swift-50

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV10fiveDotOneACvpZ":{"name":"fiveDotOne","abstract":"

    Swift 5.1.x - https://swift.org/download/#swift-51

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV10fiveDotTwoACvpZ":{"name":"fiveDotTwo","abstract":"

    Swift 5.2.x - https://swift.org/download/#swift-52

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV12fiveDotThreeACvpZ":{"name":"fiveDotThree","abstract":"

    Swift 5.3.x - https://swift.org/download/#swift-53

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV11fiveDotFourACvpZ":{"name":"fiveDotFour","abstract":"

    Swift 5.4.x - https://swift.org/download/#swift-54

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV11fiveDotFiveACvpZ":{"name":"fiveDotFive","abstract":"

    Swift 5.5.x - https://swift.org/download/#swift-55

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV10fiveDotSixACvpZ":{"name":"fiveDotSix","abstract":"

    Swift 5.6.x - https://swift.org/download/#swift-56

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV12fiveDotSevenACvpZ":{"name":"fiveDotSeven","abstract":"

    Swift 5.7.x - https://swift.org/download/#swift-57

    ","parent_name":"SwiftVersion"},"Structs/SwiftVersion.html#/s:13SwiftLintCore0A7VersionV7currentACvpZ":{"name":"current","abstract":"

    The current detected Swift compiler version, based on the currently accessible SourceKit version.

    ","parent_name":"SwiftVersion"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV5value21SourceKittenFramework0dE0Vvp":{"name":"value","abstract":"

    The raw SyntaxToken obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV4kind21SourceKittenFramework0D4KindOSgvp":{"name":"kind","abstract":"

    The syntax kind associated with is token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV5valueAC21SourceKittenFramework0dE0V_tcfc":{"name":"init(value:)","abstract":"

    Creates a SwiftLintSyntaxToken from the raw SyntaxToken obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV5range21SourceKittenFramework9ByteRangeVvp":{"name":"range","abstract":"

    The byte range in a source file for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV6offset21SourceKittenFramework9ByteCountVvp":{"name":"offset","abstract":"

    The starting byte offset in a source file for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:13SwiftLintCore0aB11SyntaxTokenV6length21SourceKittenFramework9ByteCountVvp":{"name":"length","abstract":"

    The length in bytes for this token.

    ","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxMap.html#/s:13SwiftLintCore0aB9SyntaxMapV5value21SourceKittenFramework0dE0Vvp":{"name":"value","abstract":"

    The raw SyntaxMap obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:13SwiftLintCore0aB9SyntaxMapV6tokensSayAA0abD5TokenVGvp":{"name":"tokens","abstract":"

    The SwiftLint-specific syntax tokens for this syntax map.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:13SwiftLintCore0aB9SyntaxMapV5valueAC21SourceKittenFramework0dE0V_tcfc":{"name":"init(value:)","abstract":"

    Creates a SwiftLintSyntaxMap from the raw SyntaxMap obtained by SourceKitten.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:13SwiftLintCore0aB9SyntaxMapV6tokens11inByteRangeSayAA0abD5TokenVG21SourceKittenFramework0hI0V_tF":{"name":"tokens(inByteRange:)","abstract":"

    Returns array of syntax tokens intersecting with byte range.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:13SwiftLintCore0aB9SyntaxMapV5kinds11inByteRangeSay21SourceKittenFramework0D4KindOGAF0hI0V_tF":{"name":"kinds(inByteRange:)","abstract":"

    Returns the syntax kinds in the specified byte range.

    ","parent_name":"SwiftLintSyntaxMap"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV14ruleIdentifierSSvp":{"name":"ruleIdentifier","abstract":"

    The identifier of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV15ruleDescriptionSSvp":{"name":"ruleDescription","abstract":"

    The description of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV8ruleNameSSvp":{"name":"ruleName","abstract":"

    The name of the rule that generated this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV8severityAA0E8SeverityOvp":{"name":"severity","abstract":"

    The severity of this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV8locationAA8LocationVvp":{"name":"location","abstract":"

    The location of this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV6reasonSSvp":{"name":"reason","abstract":"

    The justification for this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV11descriptionSSvp":{"name":"description","abstract":"

    A printable description for this violation.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV15ruleDescription8severity8location6reasonAcA04RuleG0V_AA0E8SeverityOAA8LocationVSSSgtcfc":{"name":"init(ruleDescription:severity:location:reason:)","abstract":"

    Creates a StyleViolation by specifying its properties directly.

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV4with8severityAcA0E8SeverityO_tF":{"name":"with(severity:)","abstract":"

    Returns the same violation, but with the severity that is passed in

    ","parent_name":"StyleViolation"},"Structs/StyleViolation.html#/s:13SwiftLintCore14StyleViolationV4with8locationAcA8LocationV_tF":{"name":"with(location:)","abstract":"

    Returns the same violation, but with the location that is passed in

    ","parent_name":"StyleViolation"},"Structs/SeverityConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP18consoleDescriptionSSvp":{"name":"consoleDescription","parent_name":"SeverityConfiguration"},"Structs/SeverityConfiguration.html#/s:13SwiftLintCore30SeverityBasedRuleConfigurationP08severityG0AA0dG0Vvp":{"name":"severityConfiguration","parent_name":"SeverityConfiguration"},"Structs/SeverityConfiguration.html#/s:13SwiftLintCore21SeverityConfigurationVyAcA09ViolationD0Ocfc":{"name":"init(_:)","abstract":"

    Create a SeverityConfiguration with the specified severity.

    ","parent_name":"SeverityConfiguration"},"Structs/SeverityConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP5apply13configurationyyp_tKF":{"name":"apply(configuration:)","parent_name":"SeverityConfiguration"},"Structs/RuleParameter.html#/s:13SwiftLintCore13RuleParameterV8severityAA17ViolationSeverityOvp":{"name":"severity","abstract":"

    The severity that should be assigned to the violation of this parameter’s value is met.

    ","parent_name":"RuleParameter"},"Structs/RuleParameter.html#/s:13SwiftLintCore13RuleParameterV5valuexvp":{"name":"value","abstract":"

    The value to configure the rule.

    ","parent_name":"RuleParameter"},"Structs/RuleParameter.html#/s:13SwiftLintCore13RuleParameterV8severity5valueACyxGAA17ViolationSeverityO_xtcfc":{"name":"init(severity:value:)","abstract":"

    Creates a RuleParameter by specifying its properties directly.

    ","parent_name":"RuleParameter"},"Structs/RuleList.html#/s:13SwiftLintCore8RuleListV4listSDySSAA0D0_pXpGvp":{"name":"list","abstract":"

    The rules contained in this list.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:13SwiftLintCore8RuleListV5rulesAcA0D0_pXpd_tcfc":{"name":"init(rules:)","abstract":"

    Creates a RuleList by specifying all its rules.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:13SwiftLintCore8RuleListV5rulesACSayAA0D0_pXpG_tcfc":{"name":"init(rules:)","abstract":"

    Creates a RuleList by specifying all its rules.

    ","parent_name":"RuleList"},"Structs/RuleList.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"RuleList"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV10identifierSSvp":{"name":"identifier","abstract":"

    The rule’s unique identifier, to be used in configuration files and SwiftLint commands.","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV4nameSSvp":{"name":"name","abstract":"

    The rule’s human-readable name. Should be short, descriptive and formatted in Title Case. May contain spaces.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV11descriptionSSvp":{"name":"description","abstract":"

    The rule’s verbose description. Should read as a sentence or short paragraph. Good things to include are an","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV4kindAA0D4KindOvp":{"name":"kind","abstract":"

    The RuleKind that best categorizes this rule.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV21nonTriggeringExamplesSayAA7ExampleVGvp":{"name":"nonTriggeringExamples","abstract":"

    Swift source examples that do not trigger a violation for this rule. Used for documentation purposes to inform","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV18triggeringExamplesSayAA7ExampleVGvp":{"name":"triggeringExamples","abstract":"

    Swift source examples that do trigger one or more violations for this rule. Used for documentation purposes to","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV11correctionsSDyAA7ExampleVAFGvp":{"name":"corrections","abstract":"

    Pairs of Swift source examples, where keys are examples that trigger violations for this rule, and the values","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV17deprecatedAliasesShySSGvp":{"name":"deprecatedAliases","abstract":"

    Any previous iteration of the rule’s identifier that was previously shipped with SwiftLint.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV03minA7VersionAA0aG0Vvp":{"name":"minSwiftVersion","abstract":"

    The oldest version of the Swift compiler supported by this rule.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV18requiresFileOnDiskSbvp":{"name":"requiresFileOnDisk","abstract":"

    Whether or not this rule can only be executed on a file physically on-disk. Typically necessary for rules","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV07consoleE0SSvp":{"name":"consoleDescription","abstract":"

    The console-printable string for this description.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV14allIdentifiersSaySSGvp":{"name":"allIdentifiers","abstract":"

    All identifiers that have been used to uniquely identify this rule in past and current SwiftLint versions.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:13SwiftLintCore15RuleDescriptionV10identifier4name11description4kind03minA7Version21nonTriggeringExamples010triggeringN011corrections17deprecatedAliases18requiresFileOnDiskACSS_S2SAA0D4KindOAA0aK0VSayAA7ExampleVGATSDyA2SGShySSGSbtcfc":{"name":"init(identifier:name:description:kind:minSwiftVersion:nonTriggeringExamples:triggeringExamples:corrections:deprecatedAliases:requiresFileOnDisk:)","abstract":"

    Creates a RuleDescription by specifying all its properties directly.

    ","parent_name":"RuleDescription"},"Structs/RuleDescription.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"RuleDescription"},"Structs/Region.html#/s:13SwiftLintCore6RegionV5startAA8LocationVvp":{"name":"start","abstract":"

    The location describing the start of the region. All locations that are less than this value","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV3endAA8LocationVvp":{"name":"end","abstract":"

    The location describing the end of the region. All locations that are greater than this value","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV23disabledRuleIdentifiersShyAA0F10IdentifierOGvp":{"name":"disabledRuleIdentifiers","abstract":"

    All SwiftLint rule identifiers that are disabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV5start3end23disabledRuleIdentifiersAcA8LocationV_AHShyAA0H10IdentifierOGtcfc":{"name":"init(start:end:disabledRuleIdentifiers:)","abstract":"

    Creates a Region by setting explicit values for all its properties.

    ","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV8containsySbAA8LocationVF":{"name":"contains(_:)","abstract":"

    Whether the specific location is contained in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV13isRuleEnabledySbAA0F0_pF":{"name":"isRuleEnabled(_:)","abstract":"

    Whether the specified rule is enabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV14isRuleDisabledySbAA0F0_pF":{"name":"isRuleDisabled(_:)","abstract":"

    Whether the specified rule is disabled in this region.

    ","parent_name":"Region"},"Structs/Region.html#/s:13SwiftLintCore6RegionV26deprecatedAliasesDisabling4ruleShySSGAA4Rule_p_tF":{"name":"deprecatedAliasesDisabling(rule:)","abstract":"

    Returns the deprecated rule aliases that are disabling the specified rule in this region.","parent_name":"Region"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4fileSSSgvp":{"name":"file","abstract":"

    The file path on disk for this location.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4lineSiSgvp":{"name":"line","abstract":"

    The line offset in the file for this location. 1-indexed.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV9characterSiSgvp":{"name":"character","abstract":"

    The character offset in the file for this location. 1-indexed.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV11descriptionSSvp":{"name":"description","abstract":"

    A lossless printable description of this location.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV12relativeFileSSSgvp":{"name":"relativeFile","abstract":"

    The file path for this location relative to the current working directory.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4file4line9characterACSSSg_SiSgAHtcfc":{"name":"init(file:line:character:)","abstract":"

    Creates a Location by specifying its properties directly.

    ","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4file10byteOffsetAcA0aB4FileC_21SourceKittenFramework9ByteCountVtcfc":{"name":"init(file:byteOffset:)","abstract":"

    Creates a Location based on a SwiftLintFile and a byte-offset into the file.","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4file8positionAcA0aB4FileC_0A6Syntax16AbsolutePositionVtcfc":{"name":"init(file:position:)","abstract":"

    Creates a Location based on a SwiftLintFile and a SwiftSyntax AbsolutePosition into the file.","parent_name":"Location"},"Structs/Location.html#/s:13SwiftLintCore8LocationV4file15characterOffsetAcA0aB4FileC_Sitcfc":{"name":"init(file:characterOffset:)","abstract":"

    Creates a Location based on a SwiftLintFile and a UTF8 character-offset into the file.","parent_name":"Location"},"Structs/Location.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"Location"},"Structs/CollectedLinter.html#/s:13SwiftLintCore15CollectedLinterV4fileAA0aB4FileCvp":{"name":"file","abstract":"

    The file to lint with this linter.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:13SwiftLintCore15CollectedLinterV15styleViolations5usingSayAA14StyleViolationVGAA11RuleStorageC_tF":{"name":"styleViolations(using:)","abstract":"

    Computes or retrieves style violations.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:13SwiftLintCore15CollectedLinterV27styleViolationsAndRuleTimes5usingSayAA14StyleViolationVG_SaySS2id_Sd4timetGtAA0I7StorageC_tF":{"name":"styleViolationsAndRuleTimes(using:)","abstract":"

    Computes or retrieves style violations and the time spent executing each rule.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:13SwiftLintCore15CollectedLinterV7correct5usingSayAA10CorrectionVGAA11RuleStorageC_tF":{"name":"correct(using:)","abstract":"

    Applies corrections for all rules to this file, returning performed corrections.

    ","parent_name":"CollectedLinter"},"Structs/CollectedLinter.html#/s:13SwiftLintCore15CollectedLinterV6format7useTabs11indentWidthySb_SitF":{"name":"format(useTabs:indentWidth:)","abstract":"

    Formats the file associated with this linter.

    ","parent_name":"CollectedLinter"},"Structs/Linter.html#/s:13SwiftLintCore6LinterV4fileAA0aB4FileCvp":{"name":"file","abstract":"

    The file to lint with this linter.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:13SwiftLintCore6LinterV12isCollectingSbvp":{"name":"isCollecting","abstract":"

    Whether or not this linter will be used to collect information from several files.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:13SwiftLintCore6LinterV4file13configuration5cache17compilerArgumentsAcA0aB4FileC_AA13ConfigurationVAA0D5CacheCSgSaySSGtcfc":{"name":"init(file:configuration:cache:compilerArguments:)","abstract":"

    Creates a Linter by specifying its properties directly.

    ","parent_name":"Linter"},"Structs/Linter.html#/s:13SwiftLintCore6LinterV7collect4intoAA09CollectedD0VAA11RuleStorageC_tF":{"name":"collect(into:)","abstract":"

    Returns a linter capable of checking for violations after running each rule’s collection step.

    ","parent_name":"Linter"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV4codeSSvp":{"name":"code","abstract":"

    The contents of the example

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV13configurationypSgvp":{"name":"configuration","abstract":"

    The untyped configuration to apply to the rule, if deviating from the default configuration.","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV20testMultiByteOffsetsSbvp":{"name":"testMultiByteOffsets","abstract":"

    Whether the example should be tested by prepending multibyte grapheme clusters

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV11testOnLinuxSbvp":{"name":"testOnLinux","abstract":"

    Whether the example should be tested on Linux

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV4files12StaticStringVvp":{"name":"file","abstract":"

    The path to the file where the example was created

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV4lineSuvp":{"name":"line","abstract":"

    The line in the file where the example was created

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV_13configuration20testMultiByteOffsets0F17WrappingInComment0fjK6String0F14DisableCommand0F7OnLinux4file4line24excludeFromDocumentationACSS_ypSgS5bs06StaticM0VSuSbtcfc":{"name":"init(_:configuration:testMultiByteOffsets:testWrappingInComment:testWrappingInString:testDisableCommand:testOnLinux:file:line:excludeFromDocumentation:)","abstract":"

    Create a new Example with the specified code, file, and line.

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV4with4codeACSS_tF":{"name":"with(code:)","abstract":"

    Returns the same example, but with the code that is passed in

    ","parent_name":"Example"},"Structs/Example.html#/s:13SwiftLintCore7ExampleV24removingViolationMarkersACyF":{"name":"removingViolationMarkers()","abstract":"

    Returns a copy of the Example with all instances of the “↓” character removed.

    ","parent_name":"Example"},"Structs/Example.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"Example"},"Structs/Example.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"Example"},"Structs/Example.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"Example"},"Structs/Correction.html#/s:13SwiftLintCore10CorrectionV15ruleDescriptionAA04RuleF0Vvp":{"name":"ruleDescription","abstract":"

    The description of the rule for which this correction was applied.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:13SwiftLintCore10CorrectionV8locationAA8LocationVvp":{"name":"location","abstract":"

    The location of the original violation that was corrected.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:13SwiftLintCore10CorrectionV18consoleDescriptionSSvp":{"name":"consoleDescription","abstract":"

    The console-printable description for this correction.

    ","parent_name":"Correction"},"Structs/Correction.html#/s:13SwiftLintCore10CorrectionV15ruleDescription8locationAcA04RuleF0V_AA8LocationVtcfc":{"name":"init(ruleDescription:location:)","abstract":"

    Memberwise initializer.

    ","parent_name":"Correction"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV7defaultACvpZ":{"name":"default","abstract":"

    The default Configuration resulting from an empty configuration file.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV15defaultFileNameSSvpZ":{"name":"defaultFileName","abstract":"

    The default file name to look for user-defined configurations.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV13includedPathsSaySSGvp":{"name":"includedPaths","abstract":"

    The paths that should be included when linting

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV13excludedPathsSaySSGvp":{"name":"excludedPaths","abstract":"

    The paths that should be excluded when linting

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV11indentationAC16IndentationStyleOvp":{"name":"indentation","abstract":"

    The style to use when indenting Swift source code.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV16warningThresholdSiSgvp":{"name":"warningThreshold","abstract":"

    The threshold for the number of warnings to tolerate before treating the lint as having failed.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV8reporterSSvp":{"name":"reporter","abstract":"

    The identifier for the Reporter to use to report style violations.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV9cachePathSSSgvp":{"name":"cachePath","abstract":"

    The location of the persisted cache to use with this configuration.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV22allowZeroLintableFilesSbvp":{"name":"allowZeroLintableFiles","abstract":"

    Allow or disallow SwiftLint to exit successfully when passed only ignored or unlintable files.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV013basedOnCustomD5FilesSbvp":{"name":"basedOnCustomConfigurationFiles","abstract":"

    This value is true iff the --config parameter was used to specify (a) configuration file(s)","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV5rulesSayAA4Rule_pGvp":{"name":"rules","abstract":"

    All rules enabled in this configuration

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV13rootDirectorySSvp":{"name":"rootDirectory","abstract":"

    The root directory is the directory that included & excluded paths relate to.","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV9rulesModeAC05RulesF0Ovp":{"name":"rulesMode","abstract":"

    The rules mode used for this configuration.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:13SwiftLintCore13ConfigurationV18configurationFiles14enableAllRules9cachePath27ignoreParentAndChildConfigs20mockedNetworkResults25useDefaultConfigOnFailureACSaySSG_SbSSSgSbSDyS2SGSbSgtcfc":{"name":"init(configurationFiles:enableAllRules:cachePath:ignoreParentAndChildConfigs:mockedNetworkResults:useDefaultConfigOnFailure:)","abstract":"

    Creates a Configuration with convenience parameters.

    ","parent_name":"Configuration"},"Structs/Configuration.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"Configuration"},"Structs/Configuration.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"Configuration"},"Structs/Configuration.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"Configuration"},"Structs/Command/Modifier.html#/s:13SwiftLintCore7CommandV8ModifierO8previousyA2EmF":{"name":"previous","abstract":"

    The command should only apply to the line preceding its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:13SwiftLintCore7CommandV8ModifierO4thisyA2EmF":{"name":"this","abstract":"

    The command should only apply to the same line as its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:13SwiftLintCore7CommandV8ModifierO4nextyA2EmF":{"name":"next","abstract":"

    The command should only apply to the line following its definition.

    ","parent_name":"Modifier"},"Structs/Command/Modifier.html#/s:13SwiftLintCore7CommandV8ModifierO7invalidyA2EmF":{"name":"invalid","abstract":"

    The modifier string was invalid.

    ","parent_name":"Modifier"},"Structs/Command/Action.html#/s:13SwiftLintCore7CommandV6ActionO6enableyA2EmF":{"name":"enable","abstract":"

    The rule(s) associated with this command should be enabled by the SwiftLint engine.

    ","parent_name":"Action"},"Structs/Command/Action.html#/s:13SwiftLintCore7CommandV6ActionO7disableyA2EmF":{"name":"disable","abstract":"

    The rule(s) associated with this command should be disabled by the SwiftLint engine.

    ","parent_name":"Action"},"Structs/Command/Action.html#/s:13SwiftLintCore7CommandV6ActionO7invalidyA2EmF":{"name":"invalid","abstract":"

    The action string was invalid.

    ","parent_name":"Action"},"Structs/Command/Action.html":{"name":"Action","abstract":"

    The action (verb) that SwiftLint should perform when interpreting this command.

    ","parent_name":"Command"},"Structs/Command/Modifier.html":{"name":"Modifier","abstract":"

    The modifier for a command, used to modify its scope.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV6actionAC6ActionOvp":{"name":"action","abstract":"

    The action (verb) that SwiftLint should perform when interpreting this command.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV15ruleIdentifiersShyAA14RuleIdentifierOGvp":{"name":"ruleIdentifiers","abstract":"

    The identifiers for the rules associated with this command.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV4lineSivp":{"name":"line","abstract":"

    The line in the source file where this command is defined.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV9characterSiSgvp":{"name":"character","abstract":"

    The character offset within the line in the source file where this command is defined.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV8modifierAC8ModifierOSgvp":{"name":"modifier","abstract":"

    This command’s modifier, if any.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV6action15ruleIdentifiers4line9character8modifier15trailingCommentA2C6ActionO_ShyAA14RuleIdentifierOGS2iSgAC8ModifierOSgSSSgtcfc":{"name":"init(action:ruleIdentifiers:line:character:modifier:trailingComment:)","abstract":"

    Creates a command based on the specified parameters.

    ","parent_name":"Command"},"Structs/Command.html#/s:13SwiftLintCore7CommandV12actionString4line9characterACSS_S2itcfc":{"name":"init(actionString:line:character:)","abstract":"

    Creates a command based on the specified parameters.

    ","parent_name":"Command"},"Structs/Stack.html#/s:13SwiftLintCore5StackVACyxGycfc":{"name":"init()","abstract":"

    Creates an empty Stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:13SwiftLintCore5StackV7isEmptySbvp":{"name":"isEmpty","abstract":"

    True if the stack has no elements. False otherwise.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:13SwiftLintCore5StackV5countSivp":{"name":"count","abstract":"

    The number of elements in this stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:13SwiftLintCore5StackV4pushyyxF":{"name":"push(_:)","abstract":"

    Pushes (appends) an element onto the stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:13SwiftLintCore5StackV3popxSgyF":{"name":"pop()","abstract":"

    Removes and returns the last element of the stack.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:13SwiftLintCore5StackV4peekxSgyF":{"name":"peek()","abstract":"

    Returns the last element of the stack if the stack is not empty; otherwise, nil.

    ","parent_name":"Stack"},"Structs/Stack.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"Stack"},"Structs/RuleListDocumentation.html#/s:13SwiftLintCore21RuleListDocumentationVyAcA0dE0Vcfc":{"name":"init(_:)","abstract":"

    Creates a RuleListDocumentation instance from a RuleList.

    ","parent_name":"RuleListDocumentation"},"Structs/RuleListDocumentation.html#/s:13SwiftLintCore21RuleListDocumentationV5write2toy10Foundation3URLV_tKF":{"name":"write(to:)","abstract":"

    Write the rule list documentation as markdown files to the specified directory.

    ","parent_name":"RuleListDocumentation"},"Structs/RuleListDocumentation.html":{"name":"RuleListDocumentation","abstract":"

    User-facing documentation for a SwiftLint RuleList.

    "},"Structs/Stack.html":{"name":"Stack","abstract":"

    A basic stack type implementing the LIFO principle - only the last inserted element can be accessed and removed.

    "},"Structs/Command.html":{"name":"Command","abstract":"

    A SwiftLint-interpretable command to modify SwiftLint’s behavior embedded as comments in source code.

    "},"Structs/Configuration.html":{"name":"Configuration","abstract":"

    The configuration struct for SwiftLint. User-defined in the .swiftlint.yml file, drives the behavior of SwiftLint.

    "},"Structs/Correction.html":{"name":"Correction","abstract":"

    A value describing a SwiftLint violation that was corrected.

    "},"Structs/Example.html":{"name":"Example","abstract":"

    Captures code and context information for an example of a triggering or"},"Structs/Linter.html":{"name":"Linter","abstract":"

    Represents a file that can be linted for style violations and corrections after being collected.

    "},"Structs/CollectedLinter.html":{"name":"CollectedLinter","abstract":"

    Represents a file that can compute style violations and corrections for a list of rules.

    "},"Structs/Location.html":{"name":"Location","abstract":"

    The placement of a segment of Swift in a collection of source files.

    "},"Structs/Region.html":{"name":"Region","abstract":"

    A contiguous region of Swift source code.

    "},"Structs/RuleDescription.html":{"name":"RuleDescription","abstract":"

    A detailed description for a SwiftLint rule. Used for both documentation and testing purposes.

    "},"Structs/RuleList.html":{"name":"RuleList","abstract":"

    A list of available SwiftLint rules.

    "},"Structs/RuleParameter.html":{"name":"RuleParameter","abstract":"

    A configuration parameter for rules.

    "},"Structs/SeverityConfiguration.html":{"name":"SeverityConfiguration","abstract":"

    A rule configuration that allows specifying the desired severity level for violations.

    "},"Structs/StyleViolation.html":{"name":"StyleViolation","abstract":"

    A value describing an instance of Swift source code that is considered invalid by a SwiftLint rule.

    "},"Structs/SwiftLintSyntaxMap.html":{"name":"SwiftLintSyntaxMap","abstract":"

    Represents a Swift file’s syntax information.

    "},"Structs/SwiftLintSyntaxToken.html":{"name":"SwiftLintSyntaxToken","abstract":"

    A SwiftLint-aware Swift syntax token.

    "},"Structs/SwiftVersion.html":{"name":"SwiftVersion","abstract":"

    A value describing the version of the Swift compiler.

    "},"Structs/Version.html":{"name":"Version","abstract":"

    A type describing the SwiftLint version.

    "},"Structs/YamlParser.html":{"name":"YamlParser","abstract":"

    An interface for parsing YAML.

    "},"Structs/ReasonedRuleViolation.html":{"name":"ReasonedRuleViolation","abstract":"

    A violation produced by ViolationsSyntaxVisitors.

    "},"Structs/GitLabJUnitReporter.html":{"name":"GitLabJUnitReporter","abstract":"

    Reports violations as JUnit XML supported by GitLab.

    "},"Structs/RelativePathReporter.html":{"name":"RelativePathReporter","abstract":"

    Reports violations with relative paths.

    "},"Structs/SonarQubeReporter.html":{"name":"SonarQubeReporter","abstract":"

    Reports violations in SonarQube import format.

    "},"Structs/SummaryReporter.html":{"name":"SummaryReporter","abstract":"

    Reports a summary table of all violations

    "},"Structs/XcodeReporter.html":{"name":"XcodeReporter","abstract":"

    Reports violations in the format Xcode uses to display in the IDE. (default)

    "},"Structs/RegexConfiguration.html":{"name":"RegexConfiguration","abstract":"

    A rule configuration used for defining custom rules in yaml.

    "},"Structs/SeverityLevelsConfiguration.html":{"name":"SeverityLevelsConfiguration","abstract":"

    A rule configuration that allows specifying thresholds for warning and error severities.

    "},"Protocols/SwiftSyntaxRule.html#/s:13SwiftLintCore0A10SyntaxRuleP11makeVisitor4fileAA010ViolationsdG0CAA0aB4FileC_tF":{"name":"makeVisitor(file:)","abstract":"

    Produce a ViolationsSyntaxVisitor for the given file.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:13SwiftLintCore0A10SyntaxRuleP13makeViolation4file9violationAA05StyleG0VAA0aB4FileC_AA08ReasonedeG0VtF":{"name":"makeViolation(file:violation:)","abstract":"

    Produce a violation for the given file and absolute position.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:13SwiftLintCore0A10SyntaxRuleP10preprocess4file0aD0010SourceFileD0VSgAA0abI0C_tF":{"name":"preprocess(file:)","abstract":"

    Gives a chance for the rule to do some pre-processing on the syntax tree.","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:13SwiftLintCore0A10SyntaxRulePAAE15disabledRegions4fileSay0aD011SourceRangeVGAA0aB4FileC_tF":{"name":"disabledRegions(file:)","abstract":"

    Returns the source ranges in the specified file where this rule is disabled.

    ","parent_name":"SwiftSyntaxRule"},"Protocols/SwiftSyntaxRule.html#/s:13SwiftLintCore4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"SwiftSyntaxRule"},"Protocols/ViolationsSyntaxRewriter.html#/s:13SwiftLintCore24ViolationsSyntaxRewriterP19correctionPositionsSay0aE016AbsolutePositionVGvp":{"name":"correctionPositions","abstract":"

    Positions in a source file where corrections were applied.

    ","parent_name":"ViolationsSyntaxRewriter"},"Protocols/SwiftSyntaxCorrectableRule.html#/s:13SwiftLintCore0A21SyntaxCorrectableRuleP12makeRewriter4fileAA010ViolationsdH0_pSgAA0aB4FileC_tF":{"name":"makeRewriter(file:)","abstract":"

    Produce a ViolationsSyntaxRewriter for the given file.

    ","parent_name":"SwiftSyntaxCorrectableRule"},"Protocols/SwiftSyntaxCorrectableRule.html#/s:13SwiftLintCore15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","parent_name":"SwiftSyntaxCorrectableRule"},"Protocols/SeverityBasedRuleConfiguration.html#/s:13SwiftLintCore30SeverityBasedRuleConfigurationP08severityG0AA0dG0Vvp":{"name":"severityConfiguration","abstract":"

    The configuration of a rule’s severity.

    ","parent_name":"SeverityBasedRuleConfiguration"},"Protocols/SeverityBasedRuleConfiguration.html#/s:13SwiftLintCore30SeverityBasedRuleConfigurationPAAE8severityAA09ViolationD0Ovp":{"name":"severity","abstract":"

    The severity of a rule.

    ","parent_name":"SeverityBasedRuleConfiguration"},"Protocols/RuleConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP18consoleDescriptionSSvp":{"name":"consoleDescription","abstract":"

    A human-readable description for this configuration and its applied values.

    ","parent_name":"RuleConfiguration"},"Protocols/RuleConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP5apply13configurationyyp_tKF":{"name":"apply(configuration:)","abstract":"

    Apply an untyped configuration to the current value.

    ","parent_name":"RuleConfiguration"},"Protocols/RuleConfiguration.html#/s:13SwiftLintCore17RuleConfigurationP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","abstract":"

    Whether the specified configuration is equivalent to the current value.

    ","parent_name":"RuleConfiguration"},"Protocols/AnalyzerRule.html#/s:13SwiftLintCore4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"AnalyzerRule"},"Protocols/SubstitutionCorrectableASTRule.html#/s:13SwiftLintCore30SubstitutionCorrectableASTRuleP15violationRanges2in4kind10dictionarySaySo8_NSRangeVGAA0aB4FileC_8KindTypeQzAA22SourceKittenDictionaryVtF":{"name":"violationRanges(in:kind:dictionary:)","abstract":"

    Returns the NSString-based NSRanges to be replaced in the specified file.

    ","parent_name":"SubstitutionCorrectableASTRule"},"Protocols/SubstitutionCorrectableASTRule.html#/s:13SwiftLintCore27SubstitutionCorrectableRuleP15violationRanges2inSaySo8_NSRangeVGAA0aB4FileC_tF":{"name":"violationRanges(in:)","parent_name":"SubstitutionCorrectableASTRule"},"Protocols/SubstitutionCorrectableRule.html#/s:13SwiftLintCore27SubstitutionCorrectableRuleP15violationRanges2inSaySo8_NSRangeVGAA0aB4FileC_tF":{"name":"violationRanges(in:)","abstract":"

    Returns the NSString-based NSRanges to be replaced in the specified file.

    ","parent_name":"SubstitutionCorrectableRule"},"Protocols/SubstitutionCorrectableRule.html#/s:13SwiftLintCore27SubstitutionCorrectableRuleP12substitution3for2inSo8_NSRangeV_SStSgAH_AA0aB4FileCtF":{"name":"substitution(for:in:)","abstract":"

    Returns the substitution to apply for the given range.

    ","parent_name":"SubstitutionCorrectableRule"},"Protocols/SubstitutionCorrectableRule.html#/s:13SwiftLintCore15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","parent_name":"SubstitutionCorrectableRule"},"Protocols/CorrectableRule.html#/s:13SwiftLintCore15CorrectableRuleP7correct4file17compilerArgumentsSayAA10CorrectionVGAA0aB4FileC_SaySSGtF":{"name":"correct(file:compilerArguments:)","abstract":"

    Attempts to correct the violations to this rule in the specified file.

    ","parent_name":"CorrectableRule"},"Protocols/CorrectableRule.html#/s:13SwiftLintCore15CorrectableRuleP7correct4fileSayAA10CorrectionVGAA0aB4FileC_tF":{"name":"correct(file:)","abstract":"

    Attempts to correct the violations to this rule in the specified file.

    ","parent_name":"CorrectableRule"},"Protocols/CorrectableRule.html#/s:13SwiftLintCore15CorrectableRuleP7correct4file5using17compilerArgumentsSayAA10CorrectionVGAA0aB4FileC_AA0E7StorageCSaySSGtF":{"name":"correct(file:using:compilerArguments:)","abstract":"

    Attempts to correct the violations to this rule in the specified file after collecting file info for all files","parent_name":"CorrectableRule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP11descriptionAA0D11DescriptionVvpZ":{"name":"description","abstract":"

    A verbose description of many of this rule’s properties.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP24configurationDescriptionSSvp":{"name":"configurationDescription","abstract":"

    A description of how this rule has been configured to run.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RulePxycfc":{"name":"init()","abstract":"

    A default initializer for rules. All rules need to be trivially initializable.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP13configurationxyp_tKcfc":{"name":"init(configuration:)","abstract":"

    Creates a rule by applying its configuration.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP8validate4file17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SaySSGtF":{"name":"validate(file:compilerArguments:)","abstract":"

    Executes the rule on a file and returns any violations to the rule’s expectations.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","abstract":"

    Executes the rule on a file and returns any violations to the rule’s expectations.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","abstract":"

    Whether or not the specified rule is equivalent to the current rule.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP11collectInfo3for4into17compilerArgumentsyAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"collectInfo(for:into:compilerArguments:)","abstract":"

    Collects information for the specified file in a storage object, to be analyzed by a CollectedLinter.

    ","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RuleP8validate4file5using17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"validate(file:using:compilerArguments:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"Rule"},"Protocols/Rule.html#/s:13SwiftLintCore4RulePAAE16cacheDescriptionSSvp":{"name":"cacheDescription","abstract":"

    The cache description which will be used to determine if a previous","parent_name":"Rule"},"Protocols/Reporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","abstract":"

    The unique identifier for this reporter.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","abstract":"

    Whether or not this reporter can output incrementally as violations are found or if all violations must be","parent_name":"Reporter"},"Protocols/Reporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","abstract":"

    A more detailed description of the reporter’s output.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvp":{"name":"description","abstract":"

    For CustomStringConvertible conformance.

    ","parent_name":"Reporter"},"Protocols/Reporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","abstract":"

    Return a string with the report for the specified violations.

    ","parent_name":"Reporter"},"Protocols/ConfigurationProviderRule.html#/s:13SwiftLintCore25ConfigurationProviderRuleP0D4TypeQa":{"name":"ConfigurationType","abstract":"

    The type of configuration used to configure this rule.

    ","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:13SwiftLintCore25ConfigurationProviderRuleP13configuration0D4TypeQzvp":{"name":"configuration","abstract":"

    This rule’s configuration.

    ","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:13SwiftLintCore4RuleP13configurationxyp_tKcfc":{"name":"init(configuration:)","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:13SwiftLintCore4RuleP9isEqualToySbAaB_pF":{"name":"isEqualTo(_:)","parent_name":"ConfigurationProviderRule"},"Protocols/ConfigurationProviderRule.html#/s:13SwiftLintCore4RuleP24configurationDescriptionSSvp":{"name":"configurationDescription","parent_name":"ConfigurationProviderRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore14CollectingRuleP8FileInfoQa":{"name":"FileInfo","abstract":"

    The kind of information to collect for each file being linted for this rule.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore14CollectingRuleP11collectInfo3for17compilerArguments04FileG0QzAA0abK0C_SaySSGtF":{"name":"collectInfo(for:compilerArguments:)","abstract":"

    Collects information for the specified file, to be analyzed by a CollectedLinter.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore14CollectingRuleP11collectInfo3for04FileG0QzAA0abI0C_tF":{"name":"collectInfo(for:)","abstract":"

    Collects information for the specified file, to be analyzed by a CollectedLinter.

    ","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore14CollectingRuleP8validate4file13collectedInfo17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SDyAL0nI0QzGSaySSGtF":{"name":"validate(file:collectedInfo:compilerArguments:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore14CollectingRuleP8validate4file13collectedInfoSayAA14StyleViolationVGAA0aB4FileC_SDyAK0lI0QzGtF":{"name":"validate(file:collectedInfo:)","abstract":"

    Executes the rule on a file after collecting file info for all files and returns any violations to the rule’s","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore4RuleP11collectInfo3for4into17compilerArgumentsyAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"collectInfo(for:into:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore4RuleP8validate4file5using17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_AA0D7StorageCSaySSGtF":{"name":"validate(file:using:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"CollectingRule"},"Protocols/CollectingRule.html#/s:13SwiftLintCore4RuleP8validate4file17compilerArgumentsSayAA14StyleViolationVGAA0aB4FileC_SaySSGtF":{"name":"validate(file:compilerArguments:)","parent_name":"CollectingRule"},"Protocols/CacheDescriptionProvider.html#/s:13SwiftLintCore24CacheDescriptionProviderP05cacheE0SSvp":{"name":"cacheDescription","abstract":"

    The cache description which will be used to determine if a previous","parent_name":"CacheDescriptionProvider"},"Protocols/ASTRule.html#/s:13SwiftLintCore7ASTRuleP8KindTypeQa":{"name":"KindType","abstract":"

    The kind of token being recursed over.

    ","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:13SwiftLintCore7ASTRuleP8validate4file4kind10dictionarySayAA14StyleViolationVGAA0aB4FileC_8KindTypeQzAA22SourceKittenDictionaryVtF":{"name":"validate(file:kind:dictionary:)","abstract":"

    Executes the rule on a file and a subset of its AST structure, returning any violations to the rule’s","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:13SwiftLintCore7ASTRuleP4kind4from8KindTypeQzSgAA22SourceKittenDictionaryV_tF":{"name":"kind(from:)","abstract":"

    Get the kind from the specified dictionary.

    ","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:13SwiftLintCore4RuleP8validate4fileSayAA14StyleViolationVGAA0aB4FileC_tF":{"name":"validate(file:)","parent_name":"ASTRule"},"Protocols/ASTRule.html#/s:13SwiftLintCore7ASTRulePAAE8validate4file10dictionarySayAA14StyleViolationVGAA0aB4FileC_AA22SourceKittenDictionaryVtF":{"name":"validate(file:dictionary:)","abstract":"

    Executes the rule on a file and a subset of its AST structure, returning any violations to the rule’s","parent_name":"ASTRule"},"Protocols/ASTRule.html":{"name":"ASTRule","abstract":"

    A rule that leverages the Swift source’s pre-typechecked Abstract Syntax Tree to recurse into the source’s"},"Protocols/CacheDescriptionProvider.html":{"name":"CacheDescriptionProvider","abstract":"

    Interface providing access to a cache description.

    "},"Protocols.html#/s:13SwiftLintCore17AnyCollectingRuleP":{"name":"AnyCollectingRule","abstract":"

    Type-erased protocol used to check whether a rule is collectable.

    "},"Protocols/CollectingRule.html":{"name":"CollectingRule","abstract":"

    A rule that requires knowledge of all other files being linted.

    "},"Protocols/ConfigurationProviderRule.html":{"name":"ConfigurationProviderRule","abstract":"

    A rule that is user-configurable.

    "},"Protocols/Reporter.html":{"name":"Reporter","abstract":"

    An interface for reporting violations as strings.

    "},"Protocols/Rule.html":{"name":"Rule","abstract":"

    An executable value that can identify issues (violations) in Swift source code.

    "},"Protocols.html#/s:13SwiftLintCore9OptInRuleP":{"name":"OptInRule","abstract":"

    A rule that is not enabled by default. Rules conforming to this need to be explicitly enabled by users.

    "},"Protocols/CorrectableRule.html":{"name":"CorrectableRule","abstract":"

    A rule that can correct violations.

    "},"Protocols/SubstitutionCorrectableRule.html":{"name":"SubstitutionCorrectableRule","abstract":"

    A correctable rule that can apply its corrections by replacing the content of ranges in the offending file with"},"Protocols/SubstitutionCorrectableASTRule.html":{"name":"SubstitutionCorrectableASTRule","abstract":"

    A SubstitutionCorrectableRule that is also an ASTRule.

    "},"Protocols.html#/s:13SwiftLintCore17SourceKitFreeRuleP":{"name":"SourceKitFreeRule","abstract":"

    A rule that does not need SourceKit to operate and can still operate even after SourceKit has crashed.

    "},"Protocols/AnalyzerRule.html":{"name":"AnalyzerRule","abstract":"

    A rule that can operate on the post-typechecked AST using compiler arguments. Performs rules that are more like"},"Protocols/RuleConfiguration.html":{"name":"RuleConfiguration","abstract":"

    A configuration value for a rule to allow users to modify its behavior.

    "},"Protocols/SeverityBasedRuleConfiguration.html":{"name":"SeverityBasedRuleConfiguration","abstract":"

    A configuration for a rule that allows to configure at least the severity.

    "},"Protocols/SwiftSyntaxCorrectableRule.html":{"name":"SwiftSyntaxCorrectableRule","abstract":"

    A SwiftLint CorrectableRule that performs its corrections using a SwiftSyntax SyntaxRewriter.

    "},"Protocols/ViolationsSyntaxRewriter.html":{"name":"ViolationsSyntaxRewriter","abstract":"

    A SwiftSyntax SyntaxRewriter that produces absolute positions where corrections were applied.

    "},"Protocols/SwiftSyntaxRule.html":{"name":"SwiftSyntaxRule","abstract":"

    A SwiftLint Rule backed by SwiftSyntax that does not use SourceKit requests.

    "},"Functions.html#/s:13SwiftLintCore12reporterFrom10identifierAA8Reporter_pXpSS_tF":{"name":"reporterFrom(identifier:)","abstract":"

    Returns the reporter with the specified identifier. Traps if the specified identifier doesn’t correspond to any"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA7ExampleVRszlE26skipWrappingInCommentTestsSayACGyF":{"name":"skipWrappingInCommentTests()","abstract":"

    Make these examples skip wrapping in comment tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA7ExampleVRszlE25skipWrappingInStringTestsSayACGyF":{"name":"skipWrappingInStringTests()","abstract":"

    Make these examples skip wrapping in string tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA7ExampleVRszlE24skipMultiByteOffsetTestsSayACGyF":{"name":"skipMultiByteOffsetTests()","abstract":"

    Make these examples skip multi-byte offset tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA7ExampleVRszlE23skipDisableCommandTestsSayACGyF":{"name":"skipDisableCommandTests()","abstract":"

    Make these examples skip disable command tests.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA0aB11SyntaxTokenVRszlE5kindsSay21SourceKittenFramework0D4KindOGvp":{"name":"kinds","abstract":"

    The kinds for these tokens.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA21ReasonedRuleViolationVRszlE6appendyy0A6Syntax16AbsolutePositionVF":{"name":"append(_:)","abstract":"

    Append a minimal violation for the specified position.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCoreAA21ReasonedRuleViolationVRszlE6append10contentsOfySay0A6Syntax16AbsolutePositionVG_tF":{"name":"append(contentsOf:)","abstract":"

    Append minimal violations for the specified positions.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCore0A6Syntax04DeclD8Protocol_pXpRszlE3allSayAbC_pXpGvpZ":{"name":"all","abstract":"

    All visitable declaration syntax types.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCore0A6Syntax04DeclD8Protocol_pXpRszlE22extensionsAndProtocolsSayAbC_pXpGvpZ":{"name":"extensionsAndProtocols","abstract":"

    Useful for class-specific checks since extensions and protocols do not allow nested classes.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa13SwiftLintCore0A6Syntax04DeclD8Protocol_pXpRszlE9allExceptySayAbC_pXpGAbC_pXpd_tFZ":{"name":"allExcept(_:)","abstract":"

    All declarations except for the specified ones.

    ","parent_name":"Array"},"Extensions/Array.html":{"name":"Array"},"Enums/ViolationSeverity.html#/s:13SwiftLintCore17ViolationSeverityO7warningyA2CmF":{"name":"warning","abstract":"

    Non-fatal. If using SwiftLint as an Xcode build phase, Xcode will mark the build as having succeeded.

    ","parent_name":"ViolationSeverity"},"Enums/ViolationSeverity.html#/s:13SwiftLintCore17ViolationSeverityO5erroryA2CmF":{"name":"error","abstract":"

    Fatal. If using SwiftLint as an Xcode build phase, Xcode will mark the build as having failed.

    ","parent_name":"ViolationSeverity"},"Enums/ViolationSeverity.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"ViolationSeverity"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO4callyA2CmF":{"name":"call","abstract":"

    A call to a named function or closure.

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO8argumentyA2CmF":{"name":"argument","abstract":"

    An argument value for a function or closure.

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO5arrayyA2CmF":{"name":"array","abstract":"

    An Array expression.

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO10dictionaryyA2CmF":{"name":"dictionary","abstract":"

    A Dictionary expression.

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO13objectLiteralyA2CmF":{"name":"objectLiteral","abstract":"

    An object literal expression. https://developer.apple.com/swift/blog/?id=33

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO7closureyA2CmF":{"name":"closure","abstract":"

    A closure expression. https://docs.swift.org/swift-book/LanguageGuide/Closures.html

    ","parent_name":"SwiftExpressionKind"},"Enums/SwiftExpressionKind.html#/s:13SwiftLintCore0A14ExpressionKindO5tupleyA2CmF":{"name":"tuple","abstract":"

    A tuple expression. https://docs.swift.org/swift-book/ReferenceManual/Types.html#ID448

    ","parent_name":"SwiftExpressionKind"},"Enums/RuleListError.html#/s:13SwiftLintCore13RuleListErrorO24duplicatedConfigurationsyAcA0D0_pXp_tcACmF":{"name":"duplicatedConfigurations(rule:)","abstract":"

    The rule list contains more than one configuration for the specified rule.

    ","parent_name":"RuleListError"},"Enums/RuleKind.html#/s:13SwiftLintCore8RuleKindO4lintyA2CmF":{"name":"lint","abstract":"

    Describes rules that validate Swift source conventions.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:13SwiftLintCore8RuleKindO9idiomaticyA2CmF":{"name":"idiomatic","abstract":"

    Describes rules that validate common practices in the Swift community.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:13SwiftLintCore8RuleKindO5styleyA2CmF":{"name":"style","abstract":"

    Describes rules that validate stylistic choices.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:13SwiftLintCore8RuleKindO7metricsyA2CmF":{"name":"metrics","abstract":"

    Describes rules that validate magnitudes or measurements of Swift source.

    ","parent_name":"RuleKind"},"Enums/RuleKind.html#/s:13SwiftLintCore8RuleKindO11performanceyA2CmF":{"name":"performance","abstract":"

    Describes rules that validate that code patterns with poor performance are avoided.

    ","parent_name":"RuleKind"},"Enums/RuleIdentifier.html#/s:13SwiftLintCore14RuleIdentifierO3allyA2CmF":{"name":"all","abstract":"

    Special identifier that should be treated as referring to ‘all’ SwiftLint rules. One helpful usecase is in","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:13SwiftLintCore14RuleIdentifierO6singleyACSS_tcACmF":{"name":"single(identifier:)","abstract":"

    Represents a single SwiftLint rule with the specified identifier.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:13SwiftLintCore14RuleIdentifierO20stringRepresentationSSvp":{"name":"stringRepresentation","abstract":"

    The spelling of the string for this idenfitier.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:13SwiftLintCore14RuleIdentifierOyACSScfc":{"name":"init(_:)","abstract":"

    Creates a RuleIdentifier by its string representation.

    ","parent_name":"RuleIdentifier"},"Enums/RuleIdentifier.html#/s:s26ExpressibleByStringLiteralP06stringD0x0cD4TypeQz_tcfc":{"name":"init(stringLiteral:)","parent_name":"RuleIdentifier"},"Enums/ConfigurationError.html#/s:13SwiftLintCore18ConfigurationErrorO07unknownD0yA2CmF":{"name":"unknownConfiguration","abstract":"

    The configuration didn’t match internal expectations.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:13SwiftLintCore18ConfigurationErrorO28ambiguousMatchKindParametersyA2CmF":{"name":"ambiguousMatchKindParameters","abstract":"

    The configuration had both match_kind and excluded_match_kind parameters.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:13SwiftLintCore18ConfigurationErrorO7genericyACSScACmF":{"name":"generic(_:)","abstract":"

    A generic configuration error specified by a string.

    ","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:13SwiftLintCore18ConfigurationErrorO19initialFileNotFoundyACSS_tcACmF":{"name":"initialFileNotFound(path:)","abstract":"

    The initial configuration file was not found.

    ","parent_name":"ConfigurationError"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO7privateyA2CmF":{"name":"private","abstract":"

    Accessible by the declaration’s immediate lexical scope.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO11fileprivateyA2CmF":{"name":"fileprivate","abstract":"

    Accessible by the declaration’s same file.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO8internalyA2CmF":{"name":"internal","abstract":"

    Accessible by the declaration’s same module, or modules importing it with the @testable attribute.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO6publicyA2CmF":{"name":"public","abstract":"

    Accessible by the declaration’s same program.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO4openyA2CmF":{"name":"open","abstract":"

    Accessible and customizable (via subclassing or overrides) by the declaration’s same program.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO11descriptionACSgSS_tcfc":{"name":"init(description:)","abstract":"

    Initializes an access control level by its Swift source keyword value.

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:13SwiftLintCore18AccessControlLevelO9isPrivateSbvp":{"name":"isPrivate","abstract":"

    Returns true if is private or fileprivate

    ","parent_name":"AccessControlLevel"},"Enums/AccessControlLevel.html#/s:SL1loiySbx_xtFZ":{"name":"<(_:_:)","parent_name":"AccessControlLevel"},"Enums/ExecutableInfo.html#/s:13SwiftLintCore14ExecutableInfoO7buildIDSSSgvpZ":{"name":"buildID","abstract":"

    A stable identifier for this executable. Uses the Mach-O header UUID on macOS. Nil on Linux.

    ","parent_name":"ExecutableInfo"},"Enums/ExecutableInfo.html":{"name":"ExecutableInfo","abstract":"

    Information about this executable.

    "},"Enums/AccessControlLevel.html":{"name":"AccessControlLevel","abstract":"

    The accessibility of a Swift source declaration.

    "},"Enums/ConfigurationError.html":{"name":"ConfigurationError","abstract":"

    All possible configuration errors.

    "},"Enums/RuleIdentifier.html":{"name":"RuleIdentifier","abstract":"

    An identifier representing a SwiftLint rule, or all rules.

    "},"Enums/RuleKind.html":{"name":"RuleKind","abstract":"

    All the possible rule kinds (categories).

    "},"Enums/RuleListError.html":{"name":"RuleListError","abstract":"

    All possible rule list configuration errors.

    "},"Enums/SwiftExpressionKind.html":{"name":"SwiftExpressionKind","abstract":"

    The kind of expression for a contiguous set of Swift source tokens.

    "},"Enums/ViolationSeverity.html":{"name":"ViolationSeverity","abstract":"

    The magnitude of a StyleViolation.

    "},"Global%20Variables.html#/s:13SwiftLintCore13reportersListSayAA8Reporter_pXpGvp":{"name":"reportersList","abstract":"

    The reporters list containing all the reporters built into SwiftLint.

    "},"Global%20Variables.html#/s:13SwiftLintCore9coreRulesSayAA4Rule_pXpGvp":{"name":"coreRules","abstract":"

    The rule list containing all available rules built into SwiftLintCore.

    "},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC10violationsSayAA21ReasonedRuleViolationVGvp":{"name":"violations","abstract":"

    Positions in a source file where violations should be reported.

    ","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC21skippableDeclarationsSay0aE004DeclE8Protocol_pXpGvp":{"name":"skippableDeclarations","abstract":"

    List of declaration types that shall be skipped while traversing the AST.

    ","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE09ActorDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE09ClassDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE08EnumDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE013ExtensionDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012FunctionDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE013SubscriptDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012VariableDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE012ProtocolDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/ViolationsSyntaxVisitor.html#/s:13SwiftLintCore23ViolationsSyntaxVisitorC5visity0aE00eF12ContinueKindOAE010StructDeclE0VF":{"name":"visit(_:)","parent_name":"ViolationsSyntaxVisitor"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC4file21SourceKittenFramework0D0Cvp":{"name":"file","abstract":"

    The underlying SourceKitten file.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC06isTestD0Sbvp":{"name":"isTestFile","abstract":"

    Whether or not this is a file generated for testing purposes.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC4fileAC21SourceKittenFramework0D0C_tcfc":{"name":"init(file:)","abstract":"

    Creates a SwiftLintFile with a SourceKitten File.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC4pathACSgSS_tcfc":{"name":"init(path:)","abstract":"

    Creates a SwiftLintFile by specifying its path on disk.","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC20pathDeferringReadingACSS_tcfc":{"name":"init(pathDeferringReading:)","abstract":"

    Creates a SwiftLintFile by specifying its path on disk. Unlike the SwiftLintFile(path:) initializer, this","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC8contentsACSS_tcfc":{"name":"init(contents:)","abstract":"

    Creates a SwiftLintFile that is not backed by a file on disk by specifying its contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC4pathSSSgvp":{"name":"path","abstract":"

    The path on disk for this file.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC8contentsSSvp":{"name":"contents","abstract":"

    The file’s contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC10stringView21SourceKittenFramework06StringF0Vvp":{"name":"stringView","abstract":"

    A string view into the contents of this file optimized for string manipulation operations.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:13SwiftLintCore0aB4FileC5linesSay21SourceKittenFramework4LineVGvp":{"name":"lines","abstract":"

    The parsed lines for this file’s contents.

    ","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"SwiftLintFile"},"Classes/SwiftLintFile.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"SwiftLintFile"},"Classes/RuleStorage.html#/s:s23CustomStringConvertibleP11descriptionSSvp":{"name":"description","parent_name":"RuleStorage"},"Classes/RuleStorage.html#/s:13SwiftLintCore11RuleStorageCACycfc":{"name":"init()","abstract":"

    Creates a RuleStorage with no initial stored data.

    ","parent_name":"RuleStorage"},"Classes/RuleRegistry.html#/s:13SwiftLintCore12RuleRegistryC6sharedACvpZ":{"name":"shared","abstract":"

    Shared rule registry instance.

    ","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:13SwiftLintCore12RuleRegistryC4listAA0D4ListVvp":{"name":"list","abstract":"

    Rule list associated with this registry. Lazily created, and","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:13SwiftLintCore12RuleRegistryC8register5rulesySayAA0D0_pXpG_tF":{"name":"register(rules:)","abstract":"

    Register rules.

    ","parent_name":"RuleRegistry"},"Classes/RuleRegistry.html#/s:13SwiftLintCore12RuleRegistryC4rule5forIDAA0D0_pXpSgSS_tF":{"name":"rule(forID:)","abstract":"

    Look up a rule for a given ID.

    ","parent_name":"RuleRegistry"},"Classes/LinterCache.html#/s:13SwiftLintCore11LinterCacheC13configuration11fileManagerAcA13ConfigurationV_AA012LintableFileH0_ptcfc":{"name":"init(configuration:fileManager:)","abstract":"

    Creates a LinterCache by specifying a SwiftLint configuration and a file manager.

    ","parent_name":"LinterCache"},"Classes/LinterCache.html#/s:13SwiftLintCore11LinterCacheC4saveyyKF":{"name":"save()","abstract":"

    Persists the cache to disk.

    ","parent_name":"LinterCache"},"Classes/CustomRuleTimer.html#/s:13SwiftLintCore15CustomRuleTimerC6sharedACvpZ":{"name":"shared","abstract":"

    Singleton.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html#/s:13SwiftLintCore15CustomRuleTimerC8activateyyF":{"name":"activate()","abstract":"

    Tell the timer it should record time spent in rules.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html#/s:13SwiftLintCore15CustomRuleTimerC4dumpSDySSSdGyF":{"name":"dump()","abstract":"

    Return all time spent for each custom rule, keyed by rule ID.

    ","parent_name":"CustomRuleTimer"},"Classes/CustomRuleTimer.html":{"name":"CustomRuleTimer","abstract":"

    Utility to measure the time spent in each custom rule.

    "},"Classes/LinterCache.html":{"name":"LinterCache","abstract":"

    A persisted cache for storing and retrieving linter results.

    "},"Classes/RuleRegistry.html":{"name":"RuleRegistry","abstract":"

    Container to register and look up SwiftLint rules.

    "},"Classes/RuleStorage.html":{"name":"RuleStorage","abstract":"

    A storage mechanism for aggregating the results of CollectingRules.

    "},"Classes/SwiftLintFile.html":{"name":"SwiftLintFile","abstract":"

    A unit of Swift source code, either on disk or in memory.

    "},"Classes/ViolationsSyntaxVisitor.html":{"name":"ViolationsSyntaxVisitor","abstract":"

    A SwiftSyntax SyntaxVisitor that produces absolute positions where violations should be reported.

    "},"swift-syntax-dashboard.html":{"name":"Swift Syntax Dashboard"},"accessibility_label_for_image.html":{"name":"accessibility_label_for_image"},"accessibility_trait_for_button.html":{"name":"accessibility_trait_for_button"},"anonymous_argument_in_multiline_closure.html":{"name":"anonymous_argument_in_multiline_closure"},"anyobject_protocol.html":{"name":"anyobject_protocol"},"array_init.html":{"name":"array_init"},"attributes.html":{"name":"attributes"},"balanced_xctest_lifecycle.html":{"name":"balanced_xctest_lifecycle"},"blanket_disable_command.html":{"name":"blanket_disable_command"},"block_based_kvo.html":{"name":"block_based_kvo"},"capture_variable.html":{"name":"capture_variable"},"class_delegate_protocol.html":{"name":"class_delegate_protocol"},"closing_brace.html":{"name":"closing_brace"},"closure_body_length.html":{"name":"closure_body_length"},"closure_end_indentation.html":{"name":"closure_end_indentation"},"closure_parameter_position.html":{"name":"closure_parameter_position"},"closure_spacing.html":{"name":"closure_spacing"},"collection_alignment.html":{"name":"collection_alignment"},"colon.html":{"name":"colon"},"comma.html":{"name":"comma"},"comma_inheritance.html":{"name":"comma_inheritance"},"comment_spacing.html":{"name":"comment_spacing"},"compiler_protocol_init.html":{"name":"compiler_protocol_init"},"computed_accessors_order.html":{"name":"computed_accessors_order"},"conditional_returns_on_newline.html":{"name":"conditional_returns_on_newline"},"contains_over_filter_count.html":{"name":"contains_over_filter_count"},"contains_over_filter_is_empty.html":{"name":"contains_over_filter_is_empty"},"contains_over_first_not_nil.html":{"name":"contains_over_first_not_nil"},"contains_over_range_nil_comparison.html":{"name":"contains_over_range_nil_comparison"},"control_statement.html":{"name":"control_statement"},"convenience_type.html":{"name":"convenience_type"},"custom_rules.html":{"name":"custom_rules"},"cyclomatic_complexity.html":{"name":"cyclomatic_complexity"},"deployment_target.html":{"name":"deployment_target"},"direct_return.html":{"name":"direct_return"},"discarded_notification_center_observer.html":{"name":"discarded_notification_center_observer"},"discouraged_assert.html":{"name":"discouraged_assert"},"discouraged_direct_init.html":{"name":"discouraged_direct_init"},"discouraged_none_name.html":{"name":"discouraged_none_name"},"discouraged_object_literal.html":{"name":"discouraged_object_literal"},"discouraged_optional_boolean.html":{"name":"discouraged_optional_boolean"},"discouraged_optional_collection.html":{"name":"discouraged_optional_collection"},"duplicate_conditions.html":{"name":"duplicate_conditions"},"duplicate_enum_cases.html":{"name":"duplicate_enum_cases"},"duplicate_imports.html":{"name":"duplicate_imports"},"duplicated_key_in_dictionary_literal.html":{"name":"duplicated_key_in_dictionary_literal"},"dynamic_inline.html":{"name":"dynamic_inline"},"empty_collection_literal.html":{"name":"empty_collection_literal"},"empty_count.html":{"name":"empty_count"},"empty_enum_arguments.html":{"name":"empty_enum_arguments"},"empty_parameters.html":{"name":"empty_parameters"},"empty_parentheses_with_trailing_closure.html":{"name":"empty_parentheses_with_trailing_closure"},"empty_string.html":{"name":"empty_string"},"empty_xctest_method.html":{"name":"empty_xctest_method"},"enum_case_associated_values_count.html":{"name":"enum_case_associated_values_count"},"expiring_todo.html":{"name":"expiring_todo"},"explicit_acl.html":{"name":"explicit_acl"},"explicit_enum_raw_value.html":{"name":"explicit_enum_raw_value"},"explicit_init.html":{"name":"explicit_init"},"explicit_self.html":{"name":"explicit_self"},"explicit_top_level_acl.html":{"name":"explicit_top_level_acl"},"explicit_type_interface.html":{"name":"explicit_type_interface"},"extension_access_modifier.html":{"name":"extension_access_modifier"},"fallthrough.html":{"name":"fallthrough"},"fatal_error_message.html":{"name":"fatal_error_message"},"file_header.html":{"name":"file_header"},"file_length.html":{"name":"file_length"},"file_name.html":{"name":"file_name"},"file_name_no_space.html":{"name":"file_name_no_space"},"file_types_order.html":{"name":"file_types_order"},"first_where.html":{"name":"first_where"},"flatmap_over_map_reduce.html":{"name":"flatmap_over_map_reduce"},"for_where.html":{"name":"for_where"},"force_cast.html":{"name":"force_cast"},"force_try.html":{"name":"force_try"},"force_unwrapping.html":{"name":"force_unwrapping"},"function_body_length.html":{"name":"function_body_length"},"function_default_parameter_at_end.html":{"name":"function_default_parameter_at_end"},"function_parameter_count.html":{"name":"function_parameter_count"},"generic_type_name.html":{"name":"generic_type_name"},"ibinspectable_in_extension.html":{"name":"ibinspectable_in_extension"},"identical_operands.html":{"name":"identical_operands"},"identifier_name.html":{"name":"identifier_name"},"implicit_getter.html":{"name":"implicit_getter"},"implicit_return.html":{"name":"implicit_return"},"implicitly_unwrapped_optional.html":{"name":"implicitly_unwrapped_optional"},"inclusive_language.html":{"name":"inclusive_language"},"indentation_width.html":{"name":"indentation_width"},"inert_defer.html":{"name":"inert_defer"},"invalid_swiftlint_command.html":{"name":"invalid_swiftlint_command"},"is_disjoint.html":{"name":"is_disjoint"},"joined_default_parameter.html":{"name":"joined_default_parameter"},"large_tuple.html":{"name":"large_tuple"},"last_where.html":{"name":"last_where"},"leading_whitespace.html":{"name":"leading_whitespace"},"legacy_cggeometry_functions.html":{"name":"legacy_cggeometry_functions"},"legacy_constant.html":{"name":"legacy_constant"},"legacy_constructor.html":{"name":"legacy_constructor"},"legacy_hashing.html":{"name":"legacy_hashing"},"legacy_multiple.html":{"name":"legacy_multiple"},"legacy_nsgeometry_functions.html":{"name":"legacy_nsgeometry_functions"},"legacy_objc_type.html":{"name":"legacy_objc_type"},"legacy_random.html":{"name":"legacy_random"},"let_var_whitespace.html":{"name":"let_var_whitespace"},"line_length.html":{"name":"line_length"},"literal_expression_end_indentation.html":{"name":"literal_expression_end_indentation"},"local_doc_comment.html":{"name":"local_doc_comment"},"lower_acl_than_parent.html":{"name":"lower_acl_than_parent"},"mark.html":{"name":"mark"},"missing_docs.html":{"name":"missing_docs"},"modifier_order.html":{"name":"modifier_order"},"multiline_arguments.html":{"name":"multiline_arguments"},"multiline_arguments_brackets.html":{"name":"multiline_arguments_brackets"},"multiline_function_chains.html":{"name":"multiline_function_chains"},"multiline_literal_brackets.html":{"name":"multiline_literal_brackets"},"multiline_parameters.html":{"name":"multiline_parameters"},"multiline_parameters_brackets.html":{"name":"multiline_parameters_brackets"},"multiple_closures_with_trailing_closure.html":{"name":"multiple_closures_with_trailing_closure"},"nesting.html":{"name":"nesting"},"nimble_operator.html":{"name":"nimble_operator"},"no_extension_access_modifier.html":{"name":"no_extension_access_modifier"},"no_fallthrough_only.html":{"name":"no_fallthrough_only"},"no_grouping_extension.html":{"name":"no_grouping_extension"},"no_magic_numbers.html":{"name":"no_magic_numbers"},"no_space_in_method_call.html":{"name":"no_space_in_method_call"},"notification_center_detachment.html":{"name":"notification_center_detachment"},"ns_number_init_as_function_reference.html":{"name":"ns_number_init_as_function_reference"},"nslocalizedstring_key.html":{"name":"nslocalizedstring_key"},"nslocalizedstring_require_bundle.html":{"name":"nslocalizedstring_require_bundle"},"nsobject_prefer_isequal.html":{"name":"nsobject_prefer_isequal"},"number_separator.html":{"name":"number_separator"},"object_literal.html":{"name":"object_literal"},"opening_brace.html":{"name":"opening_brace"},"operator_usage_whitespace.html":{"name":"operator_usage_whitespace"},"operator_whitespace.html":{"name":"operator_whitespace"},"optional_enum_case_matching.html":{"name":"optional_enum_case_matching"},"orphaned_doc_comment.html":{"name":"orphaned_doc_comment"},"overridden_super_call.html":{"name":"overridden_super_call"},"override_in_extension.html":{"name":"override_in_extension"},"pattern_matching_keywords.html":{"name":"pattern_matching_keywords"},"period_spacing.html":{"name":"period_spacing"},"prefer_nimble.html":{"name":"prefer_nimble"},"prefer_self_in_static_references.html":{"name":"prefer_self_in_static_references"},"prefer_self_type_over_type_of_self.html":{"name":"prefer_self_type_over_type_of_self"},"prefer_zero_over_explicit_init.html":{"name":"prefer_zero_over_explicit_init"},"prefixed_toplevel_constant.html":{"name":"prefixed_toplevel_constant"},"private_action.html":{"name":"private_action"},"private_outlet.html":{"name":"private_outlet"},"private_over_fileprivate.html":{"name":"private_over_fileprivate"},"private_subject.html":{"name":"private_subject"},"private_unit_test.html":{"name":"private_unit_test"},"prohibited_interface_builder.html":{"name":"prohibited_interface_builder"},"prohibited_super_call.html":{"name":"prohibited_super_call"},"protocol_property_accessors_order.html":{"name":"protocol_property_accessors_order"},"quick_discouraged_call.html":{"name":"quick_discouraged_call"},"quick_discouraged_focused_test.html":{"name":"quick_discouraged_focused_test"},"quick_discouraged_pending_test.html":{"name":"quick_discouraged_pending_test"},"raw_value_for_camel_cased_codable_enum.html":{"name":"raw_value_for_camel_cased_codable_enum"},"reduce_boolean.html":{"name":"reduce_boolean"},"reduce_into.html":{"name":"reduce_into"},"redundant_discardable_let.html":{"name":"redundant_discardable_let"},"redundant_nil_coalescing.html":{"name":"redundant_nil_coalescing"},"redundant_objc_attribute.html":{"name":"redundant_objc_attribute"},"redundant_optional_initialization.html":{"name":"redundant_optional_initialization"},"redundant_set_access_control.html":{"name":"redundant_set_access_control"},"redundant_string_enum_value.html":{"name":"redundant_string_enum_value"},"redundant_type_annotation.html":{"name":"redundant_type_annotation"},"redundant_void_return.html":{"name":"redundant_void_return"},"required_deinit.html":{"name":"required_deinit"},"required_enum_case.html":{"name":"required_enum_case"},"return_arrow_whitespace.html":{"name":"return_arrow_whitespace"},"return_value_from_void_function.html":{"name":"return_value_from_void_function"},"self_binding.html":{"name":"self_binding"},"self_in_property_initialization.html":{"name":"self_in_property_initialization"},"shorthand_operator.html":{"name":"shorthand_operator"},"shorthand_optional_binding.html":{"name":"shorthand_optional_binding"},"single_test_class.html":{"name":"single_test_class"},"sorted_enum_cases.html":{"name":"sorted_enum_cases"},"sorted_first_last.html":{"name":"sorted_first_last"},"sorted_imports.html":{"name":"sorted_imports"},"statement_position.html":{"name":"statement_position"},"static_operator.html":{"name":"static_operator"},"strict_fileprivate.html":{"name":"strict_fileprivate"},"strong_iboutlet.html":{"name":"strong_iboutlet"},"superfluous_disable_command.html":{"name":"superfluous_disable_command"},"superfluous_else.html":{"name":"superfluous_else"},"switch_case_alignment.html":{"name":"switch_case_alignment"},"switch_case_on_newline.html":{"name":"switch_case_on_newline"},"syntactic_sugar.html":{"name":"syntactic_sugar"},"test_case_accessibility.html":{"name":"test_case_accessibility"},"todo.html":{"name":"todo"},"toggle_bool.html":{"name":"toggle_bool"},"trailing_closure.html":{"name":"trailing_closure"},"trailing_comma.html":{"name":"trailing_comma"},"trailing_newline.html":{"name":"trailing_newline"},"trailing_semicolon.html":{"name":"trailing_semicolon"},"trailing_whitespace.html":{"name":"trailing_whitespace"},"type_body_length.html":{"name":"type_body_length"},"type_contents_order.html":{"name":"type_contents_order"},"type_name.html":{"name":"type_name"},"typesafe_array_init.html":{"name":"typesafe_array_init"},"unavailable_condition.html":{"name":"unavailable_condition"},"unavailable_function.html":{"name":"unavailable_function"},"unneeded_break_in_switch.html":{"name":"unneeded_break_in_switch"},"unneeded_parentheses_in_closure_argument.html":{"name":"unneeded_parentheses_in_closure_argument"},"unowned_variable_capture.html":{"name":"unowned_variable_capture"},"untyped_error_in_catch.html":{"name":"untyped_error_in_catch"},"unused_capture_list.html":{"name":"unused_capture_list"},"unused_closure_parameter.html":{"name":"unused_closure_parameter"},"unused_control_flow_label.html":{"name":"unused_control_flow_label"},"unused_declaration.html":{"name":"unused_declaration"},"unused_enumerated.html":{"name":"unused_enumerated"},"unused_import.html":{"name":"unused_import"},"unused_optional_binding.html":{"name":"unused_optional_binding"},"unused_setter_value.html":{"name":"unused_setter_value"},"valid_ibinspectable.html":{"name":"valid_ibinspectable"},"vertical_parameter_alignment.html":{"name":"vertical_parameter_alignment"},"vertical_parameter_alignment_on_call.html":{"name":"vertical_parameter_alignment_on_call"},"vertical_whitespace.html":{"name":"vertical_whitespace"},"vertical_whitespace_between_cases.html":{"name":"vertical_whitespace_between_cases"},"vertical_whitespace_closing_braces.html":{"name":"vertical_whitespace_closing_braces"},"vertical_whitespace_opening_braces.html":{"name":"vertical_whitespace_opening_braces"},"void_function_in_ternary.html":{"name":"void_function_in_ternary"},"void_return.html":{"name":"void_return"},"weak_delegate.html":{"name":"weak_delegate"},"xct_specific_matcher.html":{"name":"xct_specific_matcher"},"xctfail_message.html":{"name":"xctfail_message"},"yoda_condition.html":{"name":"yoda_condition"},"Structs/MarkdownReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"MarkdownReporter"},"Structs/MarkdownReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"MarkdownReporter"},"Structs/JUnitReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"JUnitReporter"},"Structs/JUnitReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"JUnitReporter"},"Structs/JSONReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"JSONReporter"},"Structs/JSONReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"JSONReporter"},"Structs/HTMLReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"HTMLReporter"},"Structs/HTMLReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"HTMLReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"GitHubActionsLoggingReporter"},"Structs/GitHubActionsLoggingReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"GitHubActionsLoggingReporter"},"Structs/EmojiReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"EmojiReporter"},"Structs/EmojiReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"EmojiReporter"},"Structs/CodeClimateReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CodeClimateReporter"},"Structs/CodeClimateReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CodeClimateReporter"},"Structs/CheckstyleReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CheckstyleReporter"},"Structs/CheckstyleReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CheckstyleReporter"},"Structs/CSVReporter.html#/s:13SwiftLintCore8ReporterP10identifierSSvpZ":{"name":"identifier","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:13SwiftLintCore8ReporterP10isRealtimeSbvpZ":{"name":"isRealtime","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:13SwiftLintCore8ReporterP11descriptionSSvpZ":{"name":"description","parent_name":"CSVReporter"},"Structs/CSVReporter.html#/s:13SwiftLintCore8ReporterP14generateReportySSSayAA14StyleViolationVGFZ":{"name":"generateReport(_:)","parent_name":"CSVReporter"},"Structs/CSVReporter.html":{"name":"CSVReporter","abstract":"

    Reports violations as a newline-separated string of comma-separated values (CSV).

    "},"Structs/CheckstyleReporter.html":{"name":"CheckstyleReporter","abstract":"

    Reports violations as XML conforming to the Checkstyle specification, as defined here:"},"Structs/CodeClimateReporter.html":{"name":"CodeClimateReporter","abstract":"

    Reports violations as a JSON array in Code Climate format.

    "},"Structs/EmojiReporter.html":{"name":"EmojiReporter","abstract":"

    Reports violations in a format that’s both fun and easy to read.

    "},"Structs/GitHubActionsLoggingReporter.html":{"name":"GitHubActionsLoggingReporter","abstract":"

    Reports violations in the format GitHub-hosted virtual machine for Actions can recognize as messages.

    "},"Structs/HTMLReporter.html":{"name":"HTMLReporter","abstract":"

    Reports violations as HTML.

    "},"Structs/JSONReporter.html":{"name":"JSONReporter","abstract":"

    Reports violations as a JSON array.

    "},"Structs/JUnitReporter.html":{"name":"JUnitReporter","abstract":"

    Reports violations as JUnit XML.

    "},"Structs/MarkdownReporter.html":{"name":"MarkdownReporter","abstract":"

    Reports violations as markdown formated (with tables).

    "},"rule-directory.html":{"name":"Rule Directory"},"Rules.html":{"name":"Rules"},"Reporters.html":{"name":"Reporters"},"Guides.html":{"name":"Guides","abstract":"

    The following guides are available globally.

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Global%20Variables.html":{"name":"Global Variables","abstract":"

    The following global variables are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Extensions.html":{"name":"Extensions","abstract":"

    The following extensions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file diff --git a/self_binding.html b/self_binding.html index faa43343a..4094a2907 100644 --- a/self_binding.html +++ b/self_binding.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/self_in_property_initialization.html b/self_in_property_initialization.html index 87238dd5b..717e66d04 100644 --- a/self_in_property_initialization.html +++ b/self_in_property_initialization.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/shorthand_operator.html b/shorthand_operator.html index 8e3005d25..520117c87 100644 --- a/shorthand_operator.html +++ b/shorthand_operator.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/shorthand_optional_binding.html b/shorthand_optional_binding.html index 6491915d9..382a459cd 100644 --- a/shorthand_optional_binding.html +++ b/shorthand_optional_binding.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/single_test_class.html b/single_test_class.html index e407b626c..2fb0a8f94 100644 --- a/single_test_class.html +++ b/single_test_class.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/sorted_enum_cases.html b/sorted_enum_cases.html index 0c1420e5f..452d8143c 100644 --- a/sorted_enum_cases.html +++ b/sorted_enum_cases.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/sorted_first_last.html b/sorted_first_last.html index 12917fd5b..3bc58d0bd 100644 --- a/sorted_first_last.html +++ b/sorted_first_last.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/sorted_imports.html b/sorted_imports.html index 3a3b1eb9b..826e4e4b2 100644 --- a/sorted_imports.html +++ b/sorted_imports.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/statement_position.html b/statement_position.html index a1b4decfe..060fd4653 100644 --- a/statement_position.html +++ b/statement_position.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/static_operator.html b/static_operator.html index b6b612df4..86b401866 100644 --- a/static_operator.html +++ b/static_operator.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/strict_fileprivate.html b/strict_fileprivate.html index 6a75cc4c6..1e95060a7 100644 --- a/strict_fileprivate.html +++ b/strict_fileprivate.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/strong_iboutlet.html b/strong_iboutlet.html index 76cdd1178..433ca9f3a 100644 --- a/strong_iboutlet.html +++ b/strong_iboutlet.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/superfluous_disable_command.html b/superfluous_disable_command.html index 44e8659e2..b12c7236d 100644 --- a/superfluous_disable_command.html +++ b/superfluous_disable_command.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/superfluous_else.html b/superfluous_else.html index f13b1ef1e..8a52feaca 100644 --- a/superfluous_else.html +++ b/superfluous_else.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/swift-syntax-dashboard.html b/swift-syntax-dashboard.html index e92433493..2e3ca9978 100644 --- a/swift-syntax-dashboard.html +++ b/swift-syntax-dashboard.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/switch_case_alignment.html b/switch_case_alignment.html index 27faeb38c..c3b64a18f 100644 --- a/switch_case_alignment.html +++ b/switch_case_alignment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/switch_case_on_newline.html b/switch_case_on_newline.html index 20510e422..61976539a 100644 --- a/switch_case_on_newline.html +++ b/switch_case_on_newline.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/syntactic_sugar.html b/syntactic_sugar.html index a688c33d7..9fb7f9292 100644 --- a/syntactic_sugar.html +++ b/syntactic_sugar.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/test_case_accessibility.html b/test_case_accessibility.html index b8e6685e7..6537200d0 100644 --- a/test_case_accessibility.html +++ b/test_case_accessibility.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/todo.html b/todo.html index cf78eacf3..7430565d2 100644 --- a/todo.html +++ b/todo.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/toggle_bool.html b/toggle_bool.html index e7ddba15f..be748bca1 100644 --- a/toggle_bool.html +++ b/toggle_bool.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/trailing_closure.html b/trailing_closure.html index 90f768758..16aa96dc3 100644 --- a/trailing_closure.html +++ b/trailing_closure.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/trailing_comma.html b/trailing_comma.html index 799119ecc..a953d0bc4 100644 --- a/trailing_comma.html +++ b/trailing_comma.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/trailing_newline.html b/trailing_newline.html index 5091bce56..9b1010937 100644 --- a/trailing_newline.html +++ b/trailing_newline.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/trailing_semicolon.html b/trailing_semicolon.html index 5476977fc..80615ace7 100644 --- a/trailing_semicolon.html +++ b/trailing_semicolon.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/trailing_whitespace.html b/trailing_whitespace.html index cf7aa269d..6524936a2 100644 --- a/trailing_whitespace.html +++ b/trailing_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/type_body_length.html b/type_body_length.html index 9609392c8..9f3df5580 100644 --- a/type_body_length.html +++ b/type_body_length.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/type_contents_order.html b/type_contents_order.html index 88a54afab..48a1961ac 100644 --- a/type_contents_order.html +++ b/type_contents_order.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/type_name.html b/type_name.html index ad9c97c2f..d14faadb1 100644 --- a/type_name.html +++ b/type_name.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/typesafe_array_init.html b/typesafe_array_init.html index 550bc1a9c..5d1211288 100644 --- a/typesafe_array_init.html +++ b/typesafe_array_init.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unavailable_condition.html b/unavailable_condition.html index 3d0ff5c0a..5df2b510c 100644 --- a/unavailable_condition.html +++ b/unavailable_condition.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unavailable_function.html b/unavailable_function.html index 8dcb91fcd..51fd933a2 100644 --- a/unavailable_function.html +++ b/unavailable_function.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unneeded_break_in_switch.html b/unneeded_break_in_switch.html index 2d44fe5c6..1f04b74a5 100644 --- a/unneeded_break_in_switch.html +++ b/unneeded_break_in_switch.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unneeded_parentheses_in_closure_argument.html b/unneeded_parentheses_in_closure_argument.html index 253e4669d..b36f2ba37 100644 --- a/unneeded_parentheses_in_closure_argument.html +++ b/unneeded_parentheses_in_closure_argument.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unowned_variable_capture.html b/unowned_variable_capture.html index c47ed7c2b..3b35f7683 100644 --- a/unowned_variable_capture.html +++ b/unowned_variable_capture.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/untyped_error_in_catch.html b/untyped_error_in_catch.html index fecac7b6a..cf942e653 100644 --- a/untyped_error_in_catch.html +++ b/untyped_error_in_catch.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unused_capture_list.html b/unused_capture_list.html index 189624474..976c5dc61 100644 --- a/unused_capture_list.html +++ b/unused_capture_list.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unused_closure_parameter.html b/unused_closure_parameter.html index f63ecb3b6..1869a9db3 100644 --- a/unused_closure_parameter.html +++ b/unused_closure_parameter.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unused_control_flow_label.html b/unused_control_flow_label.html index c4d21f987..2eff47d13 100644 --- a/unused_control_flow_label.html +++ b/unused_control_flow_label.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unused_declaration.html b/unused_declaration.html index 6e3fa68ab..735d28b4e 100644 --- a/unused_declaration.html +++ b/unused_declaration.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unused_enumerated.html b/unused_enumerated.html index 82b10655e..6a521d23b 100644 --- a/unused_enumerated.html +++ b/unused_enumerated.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unused_import.html b/unused_import.html index 035853703..ea09f32c1 100644 --- a/unused_import.html +++ b/unused_import.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unused_optional_binding.html b/unused_optional_binding.html index 4096ed732..54dac5261 100644 --- a/unused_optional_binding.html +++ b/unused_optional_binding.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/unused_setter_value.html b/unused_setter_value.html index cf38ddfbb..6e5a91fff 100644 --- a/unused_setter_value.html +++ b/unused_setter_value.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/valid_ibinspectable.html b/valid_ibinspectable.html index acb7d46bb..3aa0b7a8d 100644 --- a/valid_ibinspectable.html +++ b/valid_ibinspectable.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/vertical_parameter_alignment.html b/vertical_parameter_alignment.html index f3c6f2807..1d406dba6 100644 --- a/vertical_parameter_alignment.html +++ b/vertical_parameter_alignment.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/vertical_parameter_alignment_on_call.html b/vertical_parameter_alignment_on_call.html index c584ca52c..6d59dd806 100644 --- a/vertical_parameter_alignment_on_call.html +++ b/vertical_parameter_alignment_on_call.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/vertical_whitespace.html b/vertical_whitespace.html index ff3b1e556..19e934834 100644 --- a/vertical_whitespace.html +++ b/vertical_whitespace.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/vertical_whitespace_between_cases.html b/vertical_whitespace_between_cases.html index 006e26fe5..b0263a280 100644 --- a/vertical_whitespace_between_cases.html +++ b/vertical_whitespace_between_cases.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/vertical_whitespace_closing_braces.html b/vertical_whitespace_closing_braces.html index 3d72390bd..980879aab 100644 --- a/vertical_whitespace_closing_braces.html +++ b/vertical_whitespace_closing_braces.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + @@ -334,39 +349,19 @@
  • Default configuration: severity: warning, only_enforce_before_trivial_lines: false
  • Non Triggering Examples

    -
    [
    -1,
    -2,
    -3
    -]
    +
    do {
    +  print("x is 5")
    +}
     
    foo(
         x: 5,
         y:6
     )
     
    -
    do {
    -  print("x is 5")
    -}
    -
    -
    func foo() {
    -  run(5) { x in
    -    print(x)
    -  }
    -}
    -
    -
    do {
    -  print("x is 5")
    -}
    -
    print([
       1
     ])
     
    -
    do {
    -  print("x is 5")
    -}
    -
    print([foo {
       var sum = 0
       for i in 1...5 { sum += i }
    @@ -378,6 +373,26 @@
       return mul
     }])
     
    +
    [
    +1,
    +2,
    +3
    +]
    +
    +
    do {
    +  print("x is 5")
    +}
    +
    +
    do {
    +  print("x is 5")
    +}
    +
    +
    func foo() {
    +  run(5) { x in
    +    print(x)
    +  }
    +}
    +
    [1, 2].map { $0 }.filter { true }
     
    [1, 2].map { $0 }.filter { num in true }
    @@ -405,12 +420,11 @@
     }
     

    Triggering Examples

    -
    [
    -1,
    -2,
    -3
    +
    do {
    +  print("x is 5")
     
    -]
    +
    +}
     
    foo(
         x: 5,
    @@ -418,35 +432,11 @@
     
     )
     
    -
    do {
    -  print("x is 5")
    -
    -}
    -
    -
    func foo() {
    -  run(5) { x in
    -    print(x)
    -  }
    -
    -}
    -
    -
    do {
    -  print("x is 5")
    -
    -
    -}
    -
    print([
       1
     
     ])
     
    -
    do {
    -  print("x is 5")
    -
    -
    -}
    -
    print([foo {
       var sum = 0
       for i in 1...5 { sum += i }
    @@ -458,6 +448,31 @@
       return mul
     
     }])
    +
    +
    [
    +1,
    +2,
    +3
    +
    +]
    +
    +
    do {
    +  print("x is 5")
    +
    +}
    +
    +
    do {
    +  print("x is 5")
    +
    +
    +}
    +
    +
    func foo() {
    +  run(5) { x in
    +    print(x)
    +  }
    +
    +}
     
    diff --git a/vertical_whitespace_opening_braces.html b/vertical_whitespace_opening_braces.html index cf226dfa3..eae563400 100644 --- a/vertical_whitespace_opening_braces.html +++ b/vertical_whitespace_opening_braces.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/void_function_in_ternary.html b/void_function_in_ternary.html index 733dd7b4d..866d764bc 100644 --- a/void_function_in_ternary.html +++ b/void_function_in_ternary.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/void_return.html b/void_return.html index 405f6d7d4..8bb66c049 100644 --- a/void_return.html +++ b/void_return.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/weak_delegate.html b/weak_delegate.html index 2548e0efc..4373063a8 100644 --- a/weak_delegate.html +++ b/weak_delegate.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/xct_specific_matcher.html b/xct_specific_matcher.html index 1688d5753..3ef604d06 100644 --- a/xct_specific_matcher.html +++ b/xct_specific_matcher.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/xctfail_message.html b/xctfail_message.html index 9ffe99d61..71ed216ec 100644 --- a/xctfail_message.html +++ b/xctfail_message.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + + diff --git a/yoda_condition.html b/yoda_condition.html index 78cb1f473..758dd164a 100644 --- a/yoda_condition.html +++ b/yoda_condition.html @@ -20,7 +20,7 @@

    - SwiftLintFramework 0.51.0 Docs + SwiftLintCore 0.51.0 Docs (100% documented)

    @@ -39,7 +39,7 @@

    - + Dash Install in Dash @@ -47,7 +47,7 @@

    @@ -122,7 +122,10 @@ Global Variables @@ -147,6 +150,9 @@ + @@ -164,7 +170,7 @@ Functions @@ -178,7 +184,7 @@ AnalyzerRule + @@ -281,6 +290,12 @@ + +