SwiftLint/Source/SwiftLintFramework/Rules/Style
Martin Redington d73d87ac97
Add `include_multiline_strings` option to `indentation_width` rule (#4785)
2023-02-26 11:52:29 +01:00
..
AttributesRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
AttributesRuleExamples.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ClosingBraceRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ClosureEndIndentationRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
ClosureEndIndentationRuleExamples.swift [ClosureEndIndentationRule] Fix crash with Swift 5.6 (#3831) 2022-01-27 17:36:31 -05:00
ClosureParameterPositionRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
ClosureSpacingRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
CollectionAlignmentRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
ColonRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
ColonRuleExamples.swift Add example for #2008 (#4470) 2022-10-24 05:32:56 -04:00
CommaInheritanceRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
CommaRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
ComputedAccessorsOrderRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ComputedAccessorsOrderRuleExamples.swift Rethink body line count calculation (#4369) 2022-10-14 03:16:26 -04:00
ConditionalReturnsOnNewlineRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ControlStatementRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
CustomRules.swift Reduce visibility of custom rules (#4553) 2022-11-16 16:14:50 -05:00
DirectReturnRule.swift Fix some issues in `direct_return` rule (#4783) 2023-02-25 02:48:31 -05:00
EmptyEnumArgumentsRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
EmptyParametersRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
EmptyParenthesesWithTrailingClosureRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ExplicitSelfRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
ExplicitSelfRuleExamples.swift [ExplicitSelfRule] Fix violation location and misplaced corrections (#3507) 2021-01-29 10:59:28 -08:00
FileHeaderRule.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01:00
FileTypesOrderRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
FileTypesOrderRuleExamples.swift Rethink body line count calculation (#4369) 2022-10-14 03:16:26 -04:00
IdentifierNameRule.swift Improve `identifier_name` documentation (#4784) 2023-02-25 20:02:02 +01:00
IdentifierNameRuleExamples.swift Improve `identifier_name` documentation (#4784) 2023-02-25 20:02:02 +01:00
ImplicitGetterRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ImplicitGetterRuleExamples.swift Rethink body line count calculation (#4369) 2022-10-14 03:16:26 -04:00
ImplicitReturnRule.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01:00
ImplicitReturnRuleExamples.swift Fix issues in ImplicitReturnRule 2021-08-16 02:23:28 -07:00
InclusiveLanguageRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
InclusiveLanguageRuleExamples.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
IndentationWidthRule.swift Add `include_multiline_strings` option to `indentation_width` rule (#4785) 2023-02-26 11:52:29 +01:00
LeadingWhitespaceRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
LetVarWhitespaceRule.swift Fix/improve some rule descriptions 2023-01-10 22:29:13 +01:00
LiteralExpressionEndIdentationRule.swift Fix/improve some rule descriptions 2023-01-10 22:29:13 +01:00
ModifierOrderRule.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01:00
ModifierOrderRuleExamples.swift Rethink body line count calculation (#4369) 2022-10-14 03:16:26 -04:00
MultilineArgumentsBracketsRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
MultilineArgumentsRule.swift Rewrite MultilineArgumentsRule using SwiftSyntax (#4750) 2023-02-07 02:55:21 -08:00
MultilineArgumentsRuleExamples.swift Rewrite MultilineArgumentsRule using SwiftSyntax (#4750) 2023-02-07 02:55:21 -08:00
MultilineFunctionChainsRule.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01:00
MultilineLiteralBracketsRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
MultilineParametersBracketsRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
MultilineParametersRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
MultilineParametersRuleExamples.swift Rewrite `multiline_parameters` rule with SwiftSyntax (#4438) 2022-10-21 09:08:27 +00:00
MultipleClosuresWithTrailingClosureRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
NoSpaceInMethodCallRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
NumberSeparatorRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
NumberSeparatorRuleExamples.swift Fix `minimum_fraction_length` handling in `number_separator` (#4583) 2022-11-24 14:19:20 +00:00
OpeningBraceRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
OperatorFunctionWhitespaceRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
OperatorUsageWhitespaceRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
OperatorUsageWhitespaceRuleExamples.swift Add new configuration to `operator_usage_whitespace` rule to specify no-space operators (#4112) 2022-08-25 17:59:27 +02:00
OptionalEnumCaseMatchingRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
PreferSelfInStaticReferencesRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
PreferSelfTypeOverTypeOfSelfRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
PrefixedTopLevelConstantRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ProtocolPropertyAccessorsOrderRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
RedundantDiscardableLetRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ReturnArrowWhitespaceRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
SelfBindingRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ShorthandOperatorRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
SingleTestClassRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
SortedImportsRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
StatementPositionRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
SwitchCaseAlignmentRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
SwitchCaseOnNewlineRule.swift Apply consistent capitalization to rule names (#3938) 2022-12-26 09:32:36 +01:00
TrailingClosureRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
TrailingCommaRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
TrailingNewlineRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
TrailingWhitespaceRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
TypeContentsOrderRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
TypeContentsOrderRuleExamples.swift Rethink body line count calculation (#4369) 2022-10-14 03:16:26 -04:00
UnneededParenthesesInClosureArgumentRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
UnusedOptionalBindingRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
VerticalParameterAlignmentOnCallRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
VerticalParameterAlignmentRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
VerticalParameterAlignmentRuleExamples.swift Rewrite `vertical_parameter_alignment` with SwiftSyntax (#4466) 2022-10-24 12:56:48 -07:00
VerticalWhitespaceBetweenCasesRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
VerticalWhitespaceClosingBracesRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
VerticalWhitespaceClosingBracesRuleExamples.swift Add configuration `only_enforce_before_trivial_lines` to `vertical_whitespace_closing_braces` rule (#3941) 2022-09-29 20:26:51 +02:00
VerticalWhitespaceOpeningBracesRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
VerticalWhitespaceRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
VoidReturnRule.swift Fix void_return rule to support async and async throws functions (#4772) 2023-02-17 21:39:32 +01:00