Merge pull request #150 from kkebo/update-swift-format

This commit is contained in:
Kenta Kubo 2025-09-19 01:22:12 +09:00 committed by GitHub
commit 92090b4fcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
lint:
runs-on: ubuntu-24.04-arm
container: swift:6.1
container: swift:6.2
steps:
- uses: actions/checkout@v5
- run: swift format lint -rsp .

View file

@ -21,11 +21,7 @@
]
},
"prioritizeKeepingFunctionOutputTogether" : true,
"reflowMultilineStringLiterals" : {
"never" : {
}
},
"reflowMultilineStringLiterals" : "never",
"respectsExistingLineBreaks" : true,
"rules" : {
"AllPublicDeclarationsHaveDocumentation" : false,