Utility to measure the time spent in each custom rule.
A persisted cache for storing and retrieving linter results.
Container to register and look up SwiftLint rules.
A unit of Swift source code, either on disk or in memory.
All possible configuration errors.
Information about this executable.
An identifier representing a SwiftLint rule, or all rules.
All the possible rule kinds (categories).
All possible rule list configuration errors.
Interface providing access to a cache description.
A rule that requires knowledge of all other files being linted.
A rule that is user-configurable.
A rule that can correct violations.
An interface for reporting violations as strings.
An executable value that can identify issues (violations) in Swift source code.
A configuration value for a rule to allow users to modify its behavior.
A configuration for a rule that allows to configure at least the severity.
A SwiftLint Rule backed by SwiftSyntax that does not use SourceKit requests.
Reports violations as a newline-separated string of comma-separated values (CSV).
Reports violations as a JSON array in Code Climate format.
Represents a file that can compute style violations and corrections for a list of rules.
-A SwiftLint-interpretable command to modify SwiftLint’s behavior embedded as comments in source code.
The action (verb) that SwiftLint should perform when interpreting this command.
The modifier for a command, used to modify its scope.
The configuration struct for SwiftLint. User-defined in the .swiftlint.yml file, drives the behavior of SwiftLint.
A value describing a SwiftLint violation that was corrected.
Reports violations in a format that’s both fun and easy to read.
Reports violations in the format GitHub-hosted virtual machine for Actions can recognize as messages.
Reports violations as JUnit XML supported by GitLab.
Reports violations as HTML.
Reports violations as a JSON array.
Reports violations as JUnit XML.
Represents a file that can be linted for style violations and corrections after being collected.
The placement of a segment of Swift in a collection of source files.
Reports violations as markdown formated (with tables).
A contiguous region of Swift source code.
Reports violations with relative paths.
A detailed description for a SwiftLint rule. Used for both documentation and testing purposes.
A list of available SwiftLint rules.
User-facing documentation for a SwiftLint RuleList.
A configuration parameter for rules.
Reports violations in SonarQube import format.
A basic stack type implementing the LIFO principle - only the last inserted element can be accessed and removed.
A value describing an instance of Swift source code that is considered invalid by a SwiftLint rule.
Represents a Swift file’s syntax information.
A SwiftLint-aware Swift syntax token.
A value describing the version of the Swift compiler.
A type describing the SwiftLint version.
Reports violations in the format Xcode uses to display in the IDE. (default)
An interface for parsing YAML.
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
inert_defer Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
invalid_swiftlint_command Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
is_disjoint Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
joined_default_parameter Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
large_tuple Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
last_where Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
leading_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_cggeometry_functions Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_constant Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_constructor Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_hashing Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_multiple Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_nsgeometry_functions Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_objc_type Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_random Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
let_var_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
line_length Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
literal_expression_end_indentation Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
local_doc_comment Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
lower_acl_than_parent Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
mark Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
missing_docs Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
modifier_order Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_arguments Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_arguments_brackets Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_function_chains Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_literal_brackets Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_parameters Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_parameters_brackets Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiple_closures_with_trailing_closure Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
nesting Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
nimble_operator Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
no_extension_access_modifier Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
no_fallthrough_only Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
no_grouping_extension Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
no_magic_numbers Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
no_space_in_method_call Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
notification_center_detachment Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
ns_number_init_as_function_reference Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
nslocalizedstring_key Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
nslocalizedstring_require_bundle Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
nsobject_prefer_isequal Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
number_separator Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
object_literal Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
opening_brace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
operator_usage_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
operator_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
optional_enum_case_matching Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
orphaned_doc_comment Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
overridden_super_call Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
override_in_extension Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
pattern_matching_keywords Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
period_spacing Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prefer_nimble Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prefer_self_in_static_references Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prefer_self_type_over_type_of_self Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prefer_zero_over_explicit_init Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prefixed_toplevel_constant Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
private_action Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
private_outlet Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
private_over_fileprivate Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
private_subject Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
private_unit_test Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prohibited_interface_builder Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prohibited_super_call Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
protocol_property_accessors_order Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
quick_discouraged_call Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
quick_discouraged_focused_test Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
quick_discouraged_pending_test Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
raw_value_for_camel_cased_codable_enum Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
reduce_boolean Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
reduce_into Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_discardable_let Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_nil_coalescing Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_objc_attribute Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_optional_initialization Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_set_access_control Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_string_enum_value Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_type_annotation Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_void_return Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
required_deinit Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
required_enum_case Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
return_arrow_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
return_value_from_void_function Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
Rule Directory Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
self_binding Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
self_in_property_initialization Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
shorthand_operator Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
shorthand_optional_binding Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
single_test_class Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
sorted_enum_cases Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
sorted_first_last Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
sorted_imports Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
statement_position Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
static_operator Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
strict_fileprivate Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
strong_iboutlet Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
superfluous_disable_command Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
superfluous_else Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
Swift Syntax Dashboard Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
switch_case_alignment Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
switch_case_on_newline Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
syntactic_sugar Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
test_case_accessibility Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
todo Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
toggle_bool Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
trailing_closure Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
trailing_comma Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
trailing_newline Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
trailing_semicolon Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
trailing_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
type_body_length Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
type_contents_order Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
type_name Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
typesafe_array_init Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unavailable_condition Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unavailable_function Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unneeded_break_in_switch Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unneeded_parentheses_in_closure_argument Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unowned_variable_capture Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
untyped_error_in_catch Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_capture_list Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_closure_parameter Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_control_flow_label Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_declaration Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_enumerated Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_import Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_optional_binding Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_setter_value Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
valid_ibinspectable Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
vertical_parameter_alignment Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
vertical_parameter_alignment_on_call Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
vertical_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
vertical_whitespace_between_cases Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
vertical_whitespace_closing_braces Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
@@ -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 @@
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":"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":"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 syntax kind associated with is token.
","parent_name":"SwiftLintSyntaxToken"},"Structs/SwiftLintSyntaxToken.html#/s:18SwiftLintFramework0aB11SyntaxTokenV5valueAC012SourceKittenC00dE0V_tcfc":{"name":"init(value:)","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 SwiftLint-specific syntax tokens for this syntax map.
","parent_name":"SwiftLintSyntaxMap"},"Structs/SwiftLintSyntaxMap.html#/s:18SwiftLintFramework0aB9SyntaxMapV5valueAC012SourceKittenC00dE0V_tcfc":{"name":"init(value:)","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":"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":"The rules contained in this list.
","parent_name":"RuleList"},"Structs/RuleList.html#/s:18SwiftLintFramework8RuleListV5rulesAcA0D0_pXpd_tcfc":{"name":"init(rules:)","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":"
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":"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":"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":"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 untyped configuration to apply to the rule, if deviating from the default configuration.","parent_name":"Example"},"Structs/Example.html#/s:18SwiftLintFramework7ExampleV20testMultiByteOffsetsSbvp":{"name":"testMultiByteOffsets","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 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 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 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":"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":"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":"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":"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 violations in the format Xcode uses to display in the IDE. (default)
"},"Protocols/SwiftSyntaxRule.html#/s:18SwiftLintFramework0A10SyntaxRuleP11makeVisitor4fileAA010ViolationsdG0CAA0aB4FileC_tF":{"name":"makeVisitor(file:)","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":"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 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":"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":"
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 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 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":"The configuration didn’t match internal expectations.
","parent_name":"ConfigurationError"},"Enums/ConfigurationError.html#/s:18SwiftLintFramework18ConfigurationErrorO28ambiguousMatchKindParametersyA2CmF":{"name":"ambiguousMatchKindParameters","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 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":"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 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":"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":"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":"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 unit of Swift source code, either on disk or in memory.
"},"Classes/ViolationsSyntaxVisitor.html":{"name":"ViolationsSyntaxVisitor","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 @@
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
inert_defer Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
invalid_swiftlint_command Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
is_disjoint Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
joined_default_parameter Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
large_tuple Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
last_where Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
leading_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_cggeometry_functions Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_constant Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_constructor Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_hashing Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_multiple Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_nsgeometry_functions Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_objc_type Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
legacy_random Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
let_var_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
line_length Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
literal_expression_end_indentation Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
local_doc_comment Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
lower_acl_than_parent Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
diff --git a/mark.html b/mark.html
index 717538f3a..ab74a5e58 100644
--- a/mark.html
+++ b/mark.html
@@ -20,7 +20,7 @@
- SwiftLintFramework Reference
+ SwiftLintCore Reference
mark Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
missing_docs Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
modifier_order Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_arguments Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_arguments_brackets Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_function_chains Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_literal_brackets Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_parameters Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiline_parameters_brackets Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
multiple_closures_with_trailing_closure Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
diff --git a/nesting.html b/nesting.html
index 0a1097a50..31242159c 100644
--- a/nesting.html
+++ b/nesting.html
@@ -20,7 +20,7 @@
- SwiftLintFramework Reference
+ SwiftLintCore Reference
nesting Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
nimble_operator Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
no_extension_access_modifier Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
no_fallthrough_only Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
no_grouping_extension Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
no_magic_numbers Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
no_space_in_method_call Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
notification_center_detachment Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
ns_number_init_as_function_reference Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
nslocalizedstring_key Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
nslocalizedstring_require_bundle Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
nsobject_prefer_isequal Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
number_separator Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
object_literal Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
opening_brace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
operator_usage_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
operator_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
optional_enum_case_matching Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
orphaned_doc_comment Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
overridden_super_call Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
override_in_extension Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
pattern_matching_keywords Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
period_spacing Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prefer_nimble Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prefer_self_in_static_references Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prefer_self_type_over_type_of_self Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prefer_zero_over_explicit_init Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prefixed_toplevel_constant Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
private_action Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
private_outlet Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
private_over_fileprivate Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
private_subject Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
private_unit_test Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prohibited_interface_builder Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
prohibited_super_call Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
protocol_property_accessors_order Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
quick_discouraged_call Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
quick_discouraged_focused_test Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
quick_discouraged_pending_test Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
raw_value_for_camel_cased_codable_enum Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
reduce_boolean Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
reduce_into Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_discardable_let Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_nil_coalescing Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_objc_attribute Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_optional_initialization Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_set_access_control Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_string_enum_value Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_type_annotation Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
redundant_void_return Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
required_deinit Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
required_enum_case Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
return_arrow_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
return_value_from_void_function Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
Rule Directory Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
self_binding Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
self_in_property_initialization Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
shorthand_operator Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
shorthand_optional_binding Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
single_test_class Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
sorted_enum_cases Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
sorted_first_last Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
sorted_imports Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
statement_position Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
static_operator Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
strict_fileprivate Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
strong_iboutlet Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
superfluous_disable_command Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
superfluous_else Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
Swift Syntax Dashboard Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
switch_case_alignment Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
switch_case_on_newline Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
syntactic_sugar Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
test_case_accessibility Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
diff --git a/todo.html b/todo.html
index cf78eacf3..7430565d2 100644
--- a/todo.html
+++ b/todo.html
@@ -20,7 +20,7 @@
- SwiftLintFramework Reference
+ SwiftLintCore Reference
todo Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
toggle_bool Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
trailing_closure Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
trailing_comma Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
trailing_newline Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
trailing_semicolon Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
trailing_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
type_body_length Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
type_contents_order Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
type_name Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
typesafe_array_init Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unavailable_condition Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unavailable_function Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unneeded_break_in_switch Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unneeded_parentheses_in_closure_argument Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unowned_variable_capture Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
untyped_error_in_catch Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_capture_list Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_closure_parameter Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_control_flow_label Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_declaration Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_enumerated Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_import Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_optional_binding Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
unused_setter_value Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
valid_ibinspectable Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
vertical_parameter_alignment Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
vertical_parameter_alignment_on_call Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
vertical_whitespace Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
vertical_whitespace_between_cases Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
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 Reference
+ SwiftLintCore Reference
vertical_whitespace_closing_braces Reference
@@ -122,7 +122,10 @@
Global Variables
@@ -147,6 +150,9 @@
RuleListError
+
+ SwiftExpressionKind
+
ViolationSeverity
@@ -164,7 +170,7 @@
Functions
@@ -178,7 +184,7 @@
AnalyzerRule
- AnyCollectingRule
+ AnyCollectingRule
CacheDescriptionProvider
@@ -193,7 +199,7 @@
CorrectableRule
- OptInRule
+ OptInRule
Reporter
@@ -208,7 +214,7 @@
SeverityBasedRuleConfiguration
- SourceKitFreeRule
+ SourceKitFreeRule
SubstitutionCorrectableASTRule
@@ -263,6 +269,9 @@
ReasonedRuleViolation
+
+ RegexConfiguration
+
Region
@@ -281,6 +290,12 @@
RuleParameter
+
+ SeverityConfiguration
+
+
+ SeverityLevelsConfiguration
+
SonarQubeReporter
@@ -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 @@