Skip to content

Commit 3094b76

Browse files
committed
workflows: Disable invasive swift-format checks
swift format complains about some long-standing choices in this repository. For now we will disable these specific complaints.
1 parent f541364 commit 3094b76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.swift-format

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"rules" : {
2525
"AllPublicDeclarationsHaveDocumentation" : false,
2626
"AlwaysUseLiteralForEmptyCollectionInit" : false,
27-
"AlwaysUseLowerCamelCase" : true,
27+
"AlwaysUseLowerCamelCase" : false,
2828
"AmbiguousTrailingClosureOverload" : true,
2929
"BeginDocumentationCommentWithOneLineSummary" : false,
3030
"DoNotUseSemicolons" : true,
@@ -56,7 +56,7 @@
5656
"TypeNamesShouldBeCapitalized" : true,
5757
"UseEarlyExits" : false,
5858
"UseExplicitNilCheckInConditions" : true,
59-
"UseLetInEveryBoundCaseVariable" : true,
59+
"UseLetInEveryBoundCaseVariable" : false,
6060
"UseShorthandTypeNames" : true,
6161
"UseSingleLinePropertyGetter" : true,
6262
"UseSynthesizedInitializer" : true,

.swiftformatignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Sources/Helpers/Vendor/*
2+
Sources/AsyncProcess/ProcessExecutor.swift

0 commit comments

Comments
 (0)