SwiftLint/Source/SwiftLintFramework/Rules/Performance
JP Simard 2f0e537f9b
Update SwiftSyntax to latest development snapshot (#4759)
* Merge `spacedBinaryOperator` and `unspacedBinaryOperator`

* New contextual keyword enums

* Update for removed `UnavailabilityConditionSyntax`

* Handle how attributes are now defined

This partially reverts commit 325d0ee1e4.

* Handle removal of `TokenListSyntax`

* Update `Package.swift`

* Extract some SwiftSyntax helpers

* Update to `0.50900.0-swift-DEVELOPMENT-SNAPSHOT-2023-02-06-a`

* Skip attributes with keypath arguments in `attributes` rule

To preserve the rule's existing behavior.

* Limit unowned_variable_capture violations to capture lists

* Add changelog entries
2023-02-20 10:51:31 -05:00
..
ContainsOverFilterCountRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ContainsOverFilterIsEmptyRule.swift Apply consistent capitalization to rule names (#3938) 2022-12-26 09:32:36 +01:00
ContainsOverFirstNotNilRule.swift Cache folded syntax tree (#4744) 2023-02-06 10:39:36 -08:00
ContainsOverRangeNilComparisonRule.swift Cache folded syntax tree (#4744) 2023-02-06 10:39:36 -08:00
EmptyCollectionLiteralRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
EmptyCountRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
EmptyStringRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
FirstWhereRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
FlatMapOverMapReduceRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
LastWhereRule.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
ReduceBooleanRule.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
ReduceIntoRule.swift Apply consistent capitalization to rule names (#3938) 2022-12-26 09:32:36 +01:00
SortedFirstLastRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00