We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec3b9b8 + eb302c4 commit 6851811Copy full SHA for 6851811
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- run: swift --version
21
- - run: swift format lint -rp .
+ - run: swift format lint -rsp .
22
yamllint:
23
runs-on: ubuntu-24.04-arm
24
README.md
@@ -81,5 +81,5 @@ swift format format -rip .
81
Lint:
82
83
```shell
84
-swift format lint -rp .
+swift format lint -rsp .
85
```
0 commit comments