Update minimum supported Swift version to Swift 5.7#1837
Draft
calda wants to merge 52 commits intonicklockwood:developfrom calda:cal--update-minimum-swift-version
+53,024-43,219
Commits
Commits on Aug 24, 2024
Add unusedPrivateDeclaration rule to remove unused private and fileprivate declarations (nicklockwood#1750)
Improve docCommentsBeforeAttributes rule, fix support for declarations after MARK comments (nicklockwood#1770)
Update organizeDeclarations to avoid inserting blank lines inside consecutive groups of properties (nicklockwood#1795)
Move rule-specific helpers from DeclarationHelpers.swift to OrganizeDeclarations.swift, improve shared helpers (nicklockwood#1798)
Update
MetadataTests.testRulesOptions()
to check entire rule file, remove some special cases (nicklockwood#1799)Fix issue where organizeDeclarations would add extra blank lines if type had blank lines with spaces (nicklockwood#1810)
Add preserve option to spaceAroundRangeOperators and spaceAroundOperatorDeclarations (nicklockwood#1817)
- committed
- committed