-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update minimum supported Swift version to Swift 5.7 #1837
base: develop
Are you sure you want to change the base?
Update minimum supported Swift version to Swift 5.7 #1837
Commits on Aug 24, 2024
-
--conditionswrap
option to format condition in Xcode 12 style, in c……ase it's too long or multiline
Configuration menu - View commit details
-
Copy full SHA for e5692e1 - Browse repository at this point
Copy the full SHA e5692e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d79dd - Browse repository at this point
Copy the full SHA 44d79ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b8d27d - Browse repository at this point
Copy the full SHA 2b8d27dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b873d7d - Browse repository at this point
Copy the full SHA b873d7dView commit details -
Fix issue where preferInferredTypes would cause build failure if prop…
…erty has optional type
Configuration menu - View commit details
-
Copy full SHA for 0bf5531 - Browse repository at this point
Copy the full SHA 0bf5531View commit details -
Fix issue where preferInferredTypes could cause a build failure if th…
…e property's type is an existential, or if the RHS value has an infix operator
Configuration menu - View commit details
-
Copy full SHA for 08d52d5 - Browse repository at this point
Copy the full SHA 08d52d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e2685 - Browse repository at this point
Copy the full SHA 19e2685View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc52243 - Browse repository at this point
Copy the full SHA dc52243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4667e23 - Browse repository at this point
Copy the full SHA 4667e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 152da3a - Browse repository at this point
Copy the full SHA 152da3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe644d5 - Browse repository at this point
Copy the full SHA fe644d5View commit details -
Add unusedPrivateDeclaration rule to remove unused private and filepr…
…ivate declarations (nicklockwood#1750) Co-authored-by: Cal Stephens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fe2247 - Browse repository at this point
Copy the full SHA 6fe2247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f29782 - Browse repository at this point
Copy the full SHA 9f29782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b369a - Browse repository at this point
Copy the full SHA 51b369aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4781d16 - Browse repository at this point
Copy the full SHA 4781d16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 758d010 - Browse repository at this point
Copy the full SHA 758d010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f76454 - Browse repository at this point
Copy the full SHA 4f76454View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26282b - Browse repository at this point
Copy the full SHA c26282bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe2bee - Browse repository at this point
Copy the full SHA bbe2beeView commit details -
Improve docCommentsBeforeAttributes rule, fix support for declaration…
…s after MARK comments (nicklockwood#1770)
Configuration menu - View commit details
-
Copy full SHA for 435ce82 - Browse repository at this point
Copy the full SHA 435ce82View commit details -
Fix parseDeclarations bug where incorrect tokens could cause rules to…
… time out (nicklockwood#1769)
Configuration menu - View commit details
-
Copy full SHA for 5cb234f - Browse repository at this point
Copy the full SHA 5cb234fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c74333a - Browse repository at this point
Copy the full SHA c74333aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9507a1 - Browse repository at this point
Copy the full SHA a9507a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3005a7 - Browse repository at this point
Copy the full SHA a3005a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2172c0a - Browse repository at this point
Copy the full SHA 2172c0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d79cb43 - Browse repository at this point
Copy the full SHA d79cb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae2da9 - Browse repository at this point
Copy the full SHA 8ae2da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4947df - Browse repository at this point
Copy the full SHA e4947dfView commit details -
Update organizeDeclarations to avoid inserting blank lines inside con…
…secutive groups of properties (nicklockwood#1795)
Configuration menu - View commit details
-
Copy full SHA for a23b916 - Browse repository at this point
Copy the full SHA a23b916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd1040 - Browse repository at this point
Copy the full SHA 1fd1040View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a43b76 - Browse repository at this point
Copy the full SHA 6a43b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 657bb1d - Browse repository at this point
Copy the full SHA 657bb1dView commit details -
Move rule-specific helpers from DeclarationHelpers.swift to OrganizeD…
…eclarations.swift, improve shared helpers (nicklockwood#1798)
Configuration menu - View commit details
-
Copy full SHA for 593c31c - Browse repository at this point
Copy the full SHA 593c31cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f7823 - Browse repository at this point
Copy the full SHA c4f7823View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9af67 - Browse repository at this point
Copy the full SHA ce9af67View commit details -
Configuration menu - View commit details
-
Copy full SHA for c01d68e - Browse repository at this point
Copy the full SHA c01d68eView commit details -
Updated readme about how to test own rule. (nicklockwood#1807)
Co-authored-by: Cal Stephens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 651b4d0 - Browse repository at this point
Copy the full SHA 651b4d0View commit details -
Update
MetadataTests.testRulesOptions()
to check entire rule file, ……remove some special cases (nicklockwood#1799)
Configuration menu - View commit details
-
Copy full SHA for e7bb487 - Browse repository at this point
Copy the full SHA e7bb487View commit details -
Configuration menu - View commit details
-
Copy full SHA for c780352 - Browse repository at this point
Copy the full SHA c780352View commit details -
Fix issue where organizeDeclarations would add extra blank lines if t…
…ype had blank lines with spaces (nicklockwood#1810)
Configuration menu - View commit details
-
Copy full SHA for a4cf33b - Browse repository at this point
Copy the full SHA a4cf33bView commit details -
Fix issue where unusedArguments didn't handle conditional assignment …
…shadowing (nicklockwood#1815)
Configuration menu - View commit details
-
Copy full SHA for 6310701 - Browse repository at this point
Copy the full SHA 6310701View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab4d327 - Browse repository at this point
Copy the full SHA ab4d327View commit details -
Add preserve option to spaceAroundRangeOperators and spaceAroundOpera…
…torDeclarations (nicklockwood#1817)
Configuration menu - View commit details
-
Copy full SHA for fc6857d - Browse repository at this point
Copy the full SHA fc6857dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc39514 - Browse repository at this point
Copy the full SHA bc39514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16af7f5 - Browse repository at this point
Copy the full SHA 16af7f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7689140 - Browse repository at this point
Copy the full SHA 7689140View commit details -
Configuration menu - View commit details
-
Copy full SHA for d94a4a7 - Browse repository at this point
Copy the full SHA d94a4a7View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5df3377 - Browse repository at this point
Copy the full SHA 5df3377View commit details -
Configuration menu - View commit details
-
Copy full SHA for df3106b - Browse repository at this point
Copy the full SHA df3106bView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2be392 - Browse repository at this point
Copy the full SHA d2be392View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0202f5e - Browse repository at this point
Copy the full SHA 0202f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd22c8 - Browse repository at this point
Copy the full SHA dbd22c8View commit details