mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Merge pull request #150 from kkebo/update-swift-format
This commit is contained in:
commit
92090b4fcd
2 changed files with 2 additions and 6 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
|
|
@ -21,11 +21,7 @@
|
|||
]
|
||||
},
|
||||
"prioritizeKeepingFunctionOutputTogether" : true,
|
||||
"reflowMultilineStringLiterals" : {
|
||||
"never" : {
|
||||
|
||||
}
|
||||
},
|
||||
"reflowMultilineStringLiterals" : "never",
|
||||
"respectsExistingLineBreaks" : true,
|
||||
"rules" : {
|
||||
"AllPublicDeclarationsHaveDocumentation" : false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue