-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update swiftformat version, enable preferDouble rule (#176)
- Loading branch information
1 parent
62aba5a
commit c77b3b9
Showing
4 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--swiftversion 5.5 | ||
--swiftversion 5.6 | ||
--header strip | ||
--exclude **/Generated | ||
--maxwidth 140 | ||
--wraparguments before-first | ||
--wrapcollections before-first | ||
--enable isEmpty,organizeDeclarations,markTypes | ||
--enable isEmpty,organizeDeclarations,markTypes,preferDouble | ||
--lifecycle viewDidLoad,viewWillAppear,viewDidAppear,viewDidDisappear,viewWillDisappear |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Nonchalant/AppIcon@1.0.5 | ||
nicklockwood/SwiftFormat@0.49.9 | ||
nicklockwood/SwiftFormat@0.49.18 | ||
realm/swiftlint@0.49.1 | ||
swiftgen/swiftgen@6.5.1 | ||
yonaskolb/XcodeGen@2.29.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters