Tatsuyuki Kobayashi
|
6dfad2cf1c
|
Fix false positive with #Preview macro in closure_end_indentation (#6306)
|
2025-10-16 05:28:02 -04:00 |
|
Danny Mösch
|
6946309f9b
|
Consider other expression types before function calls (#6226)
|
2025-09-03 14:33:10 +02:00 |
|
Danny Mösch
|
6af2aed49d
|
Ensure that closure_end_indentation doesn't drop comments (#6158)
|
2025-07-09 15:54:59 -04:00 |
|
JP Simard
|
cc03c83eb9
|
Migrate ClosureEndIndentationRule from SourceKit to SwiftSyntax (#6109)
* Migrate ClosureEndIndentationRule from SourceKit to SwiftSyntax
- Converted rule to SwiftSyntax
- Implemented recursive anchor detection for method chains
- Fixed indentation calculation for trailing closures
- Fixed correction logic to properly handle existing whitespace
* Revert debug changes to OSSCheck
* Count whitespace for indentation, not first non-whitespace position
* Simplify `hasNewlineInTrivia` calculation
* Update changelog
|
2025-06-21 11:01:20 -04:00 |
|
Danny Mösch
|
f961ad1728
|
Prefer string blocks (#6090)
|
2025-06-15 16:00:39 -04:00 |
|
Danny Mösch
|
c810459e6a
|
Enforce mandatory trailing comma and fix all violations (#5640)
|
2024-06-28 05:36:50 +00:00 |
|
JP Simard
|
a7bc9e20c7
|
Move built-in rules to new SwiftLintBuiltInRules module (#4950)
|
2023-04-27 11:16:01 -04:00 |
|