.. |
AttributesRule.swift
|
Add new option to `attributes` rule to influence it for attributes with arguments (#4855)
|
2023-05-05 16:12:01 -04:00 |
AttributesRuleExamples.swift
|
Add new option to `attributes` rule to influence it for attributes with arguments (#4855)
|
2023-05-05 16:12:01 -04:00 |
ClosingBraceRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
ClosureEndIndentationRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
ClosureEndIndentationRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
ClosureParameterPositionRule.swift
|
Update SwiftSyntax to 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a (#5058)
|
2023-06-12 15:22:17 -04:00 |
ClosureSpacingRule.swift
|
Update SwiftSyntax to 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a (#5058)
|
2023-06-12 15:22:17 -04:00 |
CollectionAlignmentRule.swift
|
Update SwiftSyntax to 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a (#5058)
|
2023-06-12 15:22:17 -04:00 |
ColonRule.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
ColonRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
CommaInheritanceRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
CommaRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
ComputedAccessorsOrderRule.swift
|
Omit "Rule" in configuration names (#5024)
|
2023-05-20 04:39:04 -04:00 |
ComputedAccessorsOrderRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
ConditionalReturnsOnNewlineRule.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
ControlStatementRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
DirectReturnRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
EmptyEnumArgumentsRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
EmptyParametersRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
EmptyParenthesesWithTrailingClosureRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
ExplicitSelfRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
ExplicitSelfRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
FileHeaderRule.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
FileTypesOrderRule.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
FileTypesOrderRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
IdentifierNameRule.swift
|
Inline variables
|
2023-06-18 12:01:28 +02:00 |
IdentifierNameRuleExamples.swift
|
Let `validates_start_with_lowercase` option in name configurations expect a severity
|
2023-05-10 22:20:30 +02:00 |
ImplicitGetterRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
ImplicitGetterRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
ImplicitReturnRule.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
ImplicitReturnRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
InclusiveLanguageRule.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
InclusiveLanguageRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
IndentationWidthRule.swift
|
Specify default options in configurations only (#5020)
|
2023-05-18 17:21:30 +02:00 |
LeadingWhitespaceRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
LetVarWhitespaceRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
LiteralExpressionEndIndentationRule.swift
|
Fix typo (#5044)
|
2023-06-10 23:50:49 +02:00 |
ModifierOrderRule.swift
|
Specify default options in configurations only (#5056)
|
2023-06-11 10:44:06 -07:00 |
ModifierOrderRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
MultilineArgumentsBracketsRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
MultilineArgumentsRule.swift
|
Update SwiftSyntax to 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a (#5058)
|
2023-06-12 15:22:17 -04:00 |
MultilineArgumentsRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
MultilineFunctionChainsRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
MultilineLiteralBracketsRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
MultilineParametersBracketsRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
MultilineParametersRule.swift
|
Update SwiftSyntax to 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a (#5058)
|
2023-06-12 15:22:17 -04:00 |
MultilineParametersRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
MultipleClosuresWithTrailingClosureRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
NoSpaceInMethodCallRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
NumberSeparatorRule.swift
|
Specify default options in configurations only (#5056)
|
2023-06-11 10:44:06 -07:00 |
NumberSeparatorRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
OpeningBraceRule.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
OperatorFunctionWhitespaceRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
OperatorUsageWhitespaceRule.swift
|
[SwiftSyntax] Update to latest 509.0.0 tag (#4920)
|
2023-05-03 11:34:26 -04:00 |
OperatorUsageWhitespaceRuleExamples.swift
|
Fix typos (#5033)
|
2023-05-25 23:58:29 +02:00 |
OptionalEnumCaseMatchingRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
PreferSelfInStaticReferencesRule.swift
|
Do not trigger `prefer_self_in_static_references` rule on collection types (#5055)
|
2023-06-12 16:40:45 -04:00 |
PreferSelfInStaticReferencesRuleExamples.swift
|
Do not trigger `prefer_self_in_static_references` rule on collection types (#5055)
|
2023-06-12 16:40:45 -04:00 |
PreferSelfTypeOverTypeOfSelfRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
PrefixedTopLevelConstantRule.swift
|
Let configuration names match rule names (#5021)
|
2023-05-18 12:04:39 -04:00 |
ProtocolPropertyAccessorsOrderRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
RedundantDiscardableLetRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
RedundantSelfInClosureRule.swift
|
Collapse conditional statements into single expression
|
2023-06-13 23:24:48 +02:00 |
RedundantSelfInClosureRuleExamples.swift
|
Extract examples
|
2023-06-13 23:24:48 +02:00 |
ReturnArrowWhitespaceRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
SelfBindingRule.swift
|
[SwiftSyntax] Update to latest 509.0.0 tag (#4920)
|
2023-05-03 11:34:26 -04:00 |
ShorthandOperatorRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
SingleTestClassRule.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
SortedEnumCasesRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
SortedImportsRule.swift
|
Add `grouping` option to the `sorted_imports` rule (#4935)
|
2023-05-19 15:49:07 -04:00 |
SortedImportsRuleExamples.swift
|
Add `grouping` option to the `sorted_imports` rule (#4935)
|
2023-05-19 15:49:07 -04:00 |
StatementPositionRule.swift
|
Let configuration names match rule names (#5021)
|
2023-05-18 12:04:39 -04:00 |
SuperfluousElseRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
SwitchCaseAlignmentRule.swift
|
Update SwiftSyntax to 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a (#5058)
|
2023-06-12 15:22:17 -04:00 |
SwitchCaseOnNewlineRule.swift
|
Update SwiftSyntax to 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a (#5058)
|
2023-06-12 15:22:17 -04:00 |
TrailingClosureRule.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
TrailingCommaRule.swift
|
[SwiftSyntax] Update to latest 509.0.0 tag (#4920)
|
2023-05-03 11:34:26 -04:00 |
TrailingNewlineRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
TrailingWhitespaceRule.swift
|
Specify default options in configurations only (#5020)
|
2023-05-18 17:21:30 +02:00 |
TypeContentsOrderRule.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
TypeContentsOrderRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
UnneededParenthesesInClosureArgumentRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
UnusedOptionalBindingRule.swift
|
Specify default options in configurations only (#5020)
|
2023-05-18 17:21:30 +02:00 |
VerticalParameterAlignmentOnCallRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
VerticalParameterAlignmentRule.swift
|
Update SwiftSyntax to 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a (#5058)
|
2023-06-12 15:22:17 -04:00 |
VerticalParameterAlignmentRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
VerticalWhitespaceBetweenCasesRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
VerticalWhitespaceClosingBracesRule.swift
|
Extract configuration into its own file (#5007)
|
2023-05-14 13:05:36 -04:00 |
VerticalWhitespaceClosingBracesRuleExamples.swift
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
VerticalWhitespaceOpeningBracesRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |
VerticalWhitespaceRule.swift
|
Specify default options in configurations only (#5020)
|
2023-05-18 17:21:30 +02:00 |
VoidReturnRule.swift
|
Connect configs with their referencing rules to have some context in error logging (#5017)
|
2023-05-19 20:58:24 +02:00 |