Skip to content

Commit b36822f

Browse files
committed
update bins
1 parent d79750b commit b36822f

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

ComposeUI/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
swiftformat 0.59.1
2-
swiftlint 0.63.2
3-
xcbeautify 3.1.4
1+
swiftformat 0.61.1
2+
swiftlint 0.63.3
3+
xcbeautify 3.2.1

configs/.swiftformat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
--enable blankLineAfterImports
33
--enable noForceTryInTests
44
--enable redundantNilInit
5+
--enable wrapCaseBodies
56
--enable wrapConditionalBodies
67
--enable wrapEnumCases
78
--enable wrapSwitchCases
@@ -17,11 +18,11 @@
1718
--disable redundantEquatable
1819
--disable redundantMemberwiseInit
1920
--disable redundantOptionalBinding
20-
--disable redundantProperty
2121
--disable redundantReturn
2222
--disable redundantSelf # https://github.com/nicklockwood/SwiftFormat/issues/1438
2323
--disable redundantThrows
2424
--disable redundanttype
25+
--disable redundantVariable
2526
--disable redundantViewBuilder
2627
--disable sortImports
2728
--disable strongifiedSelf

configs/.swiftlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ shorthand_operator:
7676
severity: warning
7777
superfluous_disable_command:
7878
severity: warning
79+
force_unwrapping:
80+
ignored_literal_argument_functions: []
7981

8082
custom_rules:
8183
fatal_error:

0 commit comments

Comments
 (0)