Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 9db1613

Browse files
committed
Merge branch 'release/0.4.0' into versions
2 parents c6fa1ca + 1a02c5a commit 9db1613

24 files changed

Lines changed: 928 additions & 927 deletions

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919

20-
swiftlint:
21-
runs-on: ubuntu-latest
22-
23-
steps:
24-
- uses: actions/checkout@v2
25-
26-
- name: Run SwiftLint
27-
uses: norio-nomura/action-swiftlint@3.1.0
28-
with:
29-
args: --strict
30-
3120
test-linux:
3221
runs-on: ubuntu-latest
3322

.swift-format

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"lineBreakAroundMultilineExpressionChainComponents": true,
3+
"lineBreakBeforeControlFlowKeywords": true,
4+
"lineBreakBeforeEachArgument": true,
5+
"lineBreakBeforeEachGenericRequirement": true,
6+
"lineLength": 120,
7+
"prioritizeKeepingFunctionOutputTogether": true,
8+
"rules": {
9+
"NeverUseImplicitlyUnwrappedOptionals": true,
10+
"NoLeadingUnderscores": true,
11+
"ValidateDocumentationComments": true,
12+
},
13+
"tabWidth": 2,
14+
"version": 1,
15+
}

0 commit comments

Comments
 (0)