.. |
AttributesRule.swift
|
Fix crash when parsing multi-line attributes with the `attributes` rule (#3776)
|
2021-12-06 16:08:53 +00:00 |
AttributesRuleExamples.swift
|
Fix crash when parsing multi-line attributes with the `attributes` rule (#3776)
|
2021-12-06 16:08:53 +00:00 |
ClosingBraceRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
ClosureEndIndentationRule.swift
|
[ClosureEndIndentationRule] Fix crash with Swift 5.6 (#3831)
|
2022-01-27 17:36:31 -05:00 |
ClosureEndIndentationRuleExamples.swift
|
[ClosureEndIndentationRule] Fix crash with Swift 5.6 (#3831)
|
2022-01-27 17:36:31 -05:00 |
ClosureParameterPositionRule.swift
|
Fix `closure_parameter_position` rule with Swift 5.6 (#3871)
|
2022-03-08 16:15:14 -05:00 |
ClosureSpacingRule.swift
|
Fix typo in ClosureSpacingRule.swift (#3669)
|
2021-07-06 10:41:59 -07:00 |
CollectionAlignmentRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
ColonRule+Dictionary.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
ColonRule+FunctionCall.swift
|
Colon rule should ignore cases when comment is in function argument (#3740)
|
2021-10-14 16:05:11 +03:00 |
ColonRule+Type.swift
|
Migrate to use SourceKitten's new ByteCount/ByteRange types (#3037)
|
2020-01-16 15:18:37 -08:00 |
ColonRule.swift
|
"Colon Spacing" rule name update (#3583)
|
2021-05-20 23:46:54 -04:00 |
ColonRuleExamples.swift
|
Colon rule should ignore cases when comment is in function argument (#3740)
|
2021-10-14 16:05:11 +03:00 |
CommaRule.swift
|
Add optional prefer_self_in_static_references rule (#3732)
|
2021-11-29 18:42:53 +00:00 |
ComputedAccessorsOrderRule.swift
|
Speed up "computed accessors order" rule (#3727)
|
2021-10-01 03:07:57 +03:00 |
ComputedAccessorsOrderRuleExamples.swift
|
Skip correcting files with parser diagnostics (#3349)
|
2020-09-17 18:14:00 -04:00 |
ConditionalReturnsOnNewlineRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
ControlStatementRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
CustomRules.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
EmptyEnumArgumentsRule.swift
|
Fix false positive in `EmptyEnumArgumentsRule` with Swift 5.6 (#3868)
|
2022-03-07 11:10:15 -05:00 |
EmptyParametersRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
EmptyParenthesesWithTrailingClosureRule.swift
|
Fix `empty_parentheses_with_trailing_closure` with Swift 5.6 (#3870)
|
2022-03-08 16:15:14 -05:00 |
ExplicitSelfRule.swift
|
[ExplicitSelfRule] Fix violation location and misplaced corrections (#3507)
|
2021-01-29 10:59:28 -08:00 |
ExplicitSelfRuleExamples.swift
|
[ExplicitSelfRule] Fix violation location and misplaced corrections (#3507)
|
2021-01-29 10:59:28 -08:00 |
FileHeaderRule.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
FileTypesOrderRule.swift
|
Fix inconsistency in `operator_usage_whitespace` rule (#3388)
|
2020-11-07 23:16:44 -05:00 |
FileTypesOrderRuleExamples.swift
|
Add optional prefer_self_in_static_references rule (#3732)
|
2021-11-29 18:42:53 +00:00 |
IdentifierNameRule.swift
|
Exclude `id` from `identifier_name` by default (#3730)
|
2021-10-04 21:13:40 +00:00 |
IdentifierNameRuleExamples.swift
|
Exclude `id` from `identifier_name` by default (#3730)
|
2021-10-04 21:13:40 +00:00 |
ImplicitGetterRule.swift
|
Handle `get async` and `get throws` in `implicit_getter` (#3743)
|
2021-10-12 10:32:34 -07:00 |
ImplicitGetterRuleExamples.swift
|
Handle `get async` and `get throws` in `implicit_getter` (#3743)
|
2021-10-12 10:32:34 -07:00 |
ImplicitReturnRule.swift
|
Fix issues in ImplicitReturnRule
|
2021-08-16 02:23:28 -07:00 |
ImplicitReturnRuleExamples.swift
|
Fix issues in ImplicitReturnRule
|
2021-08-16 02:23:28 -07:00 |
InclusiveLanguageRule.swift
|
Fix malformed doc for rule "InclusiveLanguage".
|
2022-01-21 10:45:15 -05:00 |
InclusiveLanguageRuleExamples.swift
|
Fix false positives in inclusive_language rule (#3439)
|
2020-11-20 14:12:24 -05:00 |
IndentationWidthRule.swift
|
Add optional prefer_self_in_static_references rule (#3732)
|
2021-11-29 18:42:53 +00:00 |
LeadingWhitespaceRule.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
LetVarWhitespaceRule.swift
|
Add optional prefer_self_in_static_references rule (#3732)
|
2021-11-29 18:42:53 +00:00 |
LiteralExpressionEndIdentationRule.swift
|
Add optional prefer_self_in_static_references rule (#3732)
|
2021-11-29 18:42:53 +00:00 |
ModifierOrderRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
ModifierOrderRuleExamples.swift
|
Add Inline test failure messages (#3040)
|
2020-02-02 10:35:37 +02:00 |
MultilineArgumentsBracketsRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
MultilineArgumentsRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
MultilineArgumentsRuleExamples.swift
|
Add Inline test failure messages (#3040)
|
2020-02-02 10:35:37 +02:00 |
MultilineFunctionChainsRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
MultilineLiteralBracketsRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
MultilineParametersBracketsRule.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
MultilineParametersRule.swift
|
Allow multi-line parameters rule to always break lines (#3494)
|
2021-02-02 13:27:29 -08:00 |
MultilineParametersRuleExamples.swift
|
Allow multi-line parameters rule to always break lines (#3494)
|
2021-02-02 13:27:29 -08:00 |
MultipleClosuresWithTrailingClosureRule.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
NoSpaceInMethodCallRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
NumberSeparatorRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
NumberSeparatorRuleExamples.swift
|
Add Inline test failure messages (#3040)
|
2020-02-02 10:35:37 +02:00 |
OpeningBraceRule.swift
|
fix typo (#3837)
|
2022-02-02 15:31:06 -05:00 |
OperatorFunctionWhitespaceRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
OperatorUsageWhitespaceRule.swift
|
Add option that allows skipping aligned constants (#3391)
|
2020-11-08 10:07:24 -05:00 |
OptionalEnumCaseMatchingRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
PreferSelfInStaticReferencesRule.swift
|
Exclude examples with complex language constructs from the rule documentation (#3880)
|
2022-03-08 16:15:14 -05:00 |
PreferSelfTypeOverTypeOfSelfRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
PrefixedTopLevelConstantRule.swift
|
Add support for testing Examples with configuration
|
2020-11-16 15:37:15 -08:00 |
ProtocolPropertyAccessorsOrderRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
RedundantDiscardableLetRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
ReturnArrowWhitespaceRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
ShorthandOperatorRule.swift
|
Add optional prefer_self_in_static_references rule (#3732)
|
2021-11-29 18:42:53 +00:00 |
SingleTestClassRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
SortedImportsRule.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
StatementPositionRule.swift
|
Add optional prefer_self_in_static_references rule (#3732)
|
2021-11-29 18:42:53 +00:00 |
SwitchCaseAlignmentRule.swift
|
Add optional prefer_self_in_static_references rule (#3732)
|
2021-11-29 18:42:53 +00:00 |
SwitchCaseOnNewlineRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
TrailingClosureRule.swift
|
Fix regression in `trailing_closure` rule with Swift 5.6 (#3879)
|
2022-03-08 16:15:14 -05:00 |
TrailingCommaRule.swift
|
Add optional prefer_self_in_static_references rule (#3732)
|
2021-11-29 18:42:53 +00:00 |
TrailingNewlineRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
TrailingWhitespaceRule.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
TypeContentsOrderRule.swift
|
Fix `type_contents_order` initializer detection (#3622)
|
2021-05-10 09:56:21 -04:00 |
TypeContentsOrderRuleExamples.swift
|
Add optional prefer_self_in_static_references rule (#3732)
|
2021-11-29 18:42:53 +00:00 |
UnneededParenthesesInClosureArgumentRule.swift
|
Add Test
|
2021-05-21 14:33:16 -07:00 |
UnusedOptionalBindingRule.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
VerticalParameterAlignmentOnCallRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
VerticalParameterAlignmentRule.swift
|
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
|
2020-08-05 01:11:17 -07:00 |
VerticalParameterAlignmentRuleExamples.swift
|
Add Inline test failure messages (#3040)
|
2020-02-02 10:35:37 +02:00 |
VerticalWhitespaceBetweenCasesRule.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
VerticalWhitespaceClosingBracesRule.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
VerticalWhitespaceOpeningBracesRule.swift
|
Add Isnot Empty extension in the Swift Framework (#3387)
|
2020-11-07 18:42:55 -05:00 |
VerticalWhitespaceRule.swift
|
Enable CommentSpacingRule by default
|
2020-11-10 12:50:39 -05:00 |
VoidReturnRule.swift
|
Skip correcting files with parser diagnostics (#3349)
|
2020-09-17 18:14:00 -04:00 |