SwiftLint/Source/SwiftLintFramework/Rules/Style
Paul Taykalo 73802c285d Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
..
AttributesRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
AttributesRuleExamples.swift Enable vertical whitespace rules in SwiftLint 2018-12-02 14:01:23 -08:00
ClosingBraceRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ClosureEndIndentationRule.swift Update documentation 2019-11-09 13:29:43 -08:00
ClosureEndIndentationRuleExamples.swift Enable vertical whitespace rules in SwiftLint 2018-12-02 14:01:23 -08:00
ClosureParameterPositionRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ClosureSpacingRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
CollectionAlignmentRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ColonRule+Dictionary.swift Use Generic Dictionary Traversing for multiple cases 2019-11-09 13:29:43 -08:00
ColonRule+FunctionCall.swift Use Generic Dictionary Traversing for multiple cases 2019-11-09 13:29:43 -08:00
ColonRule+Type.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
ColonRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ColonRuleExamples.swift Fixed false positive in `colon` (#2836) 2019-08-14 08:42:34 -07:00
CommaRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ConditionalReturnsOnNewlineRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
ControlStatementRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
CustomRules.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
EmptyEnumArgumentsRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
EmptyParametersRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
EmptyParenthesesWithTrailingClosureRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ExplicitSelfRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
FileHeaderRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
FileTypesOrderRule.swift Simpler check for FileTypesOrderRule 2019-11-08 01:35:01 +02:00
FileTypesOrderRuleExamples.swift #2749 Fix file_types_order in extension-only files 2019-05-13 13:59:16 +01:00
IdentifierNameRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
IdentifierNameRuleExamples.swift Remove unused imports (#2382) 2018-09-02 14:09:04 -07:00
ImplicitGetterRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
ImplicitReturnRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
LeadingWhitespaceRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
LetVarWhitespaceRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
LiteralExpressionEndIdentationRule.swift Use Generic Dictionary Traversing for multiple cases 2019-11-09 13:29:43 -08:00
ModifierOrderRule.swift Use Generic Dictionary Traversing for multiple cases 2019-11-09 13:29:43 -08:00
ModifierOrderRuleExamples.swift #2435 - Make modifier_order rule rely on an explicit set of rules (#2458) 2018-11-28 15:10:49 -08:00
MultilineArgumentsBracketsRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
MultilineArgumentsRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
MultilineArgumentsRuleExamples.swift Remove unused imports (#2382) 2018-09-02 14:09:04 -07:00
MultilineFunctionChainsRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
MultilineLiteralBracketsRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
MultilineParametersBracketsRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
MultilineParametersRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
MultilineParametersRuleExamples.swift Remove unused imports (#2382) 2018-09-02 14:09:04 -07:00
MultipleClosuresWithTrailingClosureRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
NoSpaceInMethodCallRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
NumberSeparatorRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
NumberSeparatorRuleExamples.swift Add triggering examples with parentheses to the number separator rule tests 2019-04-02 09:02:49 -04:00
OpeningBraceRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
OperatorFunctionWhitespaceRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
OperatorUsageWhitespaceRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
PrefixedTopLevelConstantRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ProtocolPropertyAccessorsOrderRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
RedundantDiscardableLetRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ReturnArrowWhitespaceRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ShorthandOperatorRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
SingleTestClassRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
SortedImportsRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
StatementPositionRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
SwitchCaseAlignmentRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
SwitchCaseOnNewlineRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
TrailingClosureRule.swift Update documentation 2019-11-09 13:29:43 -08:00
TrailingCommaRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
TrailingNewlineRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
TrailingWhitespaceRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
TypeContentsOrderRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
TypeContentsOrderRuleExamples.swift Fix issues after rebasing to master 2019-03-27 11:54:56 +01:00
UnneededParenthesesInClosureArgumentRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
UnusedOptionalBindingRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
VerticalParameterAlignmentOnCallRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
VerticalParameterAlignmentRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
VerticalParameterAlignmentRuleExamples.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
VerticalWhitespaceBetweenCasesRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
VerticalWhitespaceClosingBracesRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
VerticalWhitespaceOpeningBracesRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
VerticalWhitespaceRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
VoidReturnRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00