You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update to swiftformat 0.52.10
This is the latest version of swiftformat.
The .swiftformat config is modified to target Swift 5.7, which is the
oldest Swift currently supported by mqtt-nio.
The validate.sh script is updated to resolve some shellcheck issues.
Signed-off-by: Peter Grayson <[email protected]>
* Formatting fixes for swiftformat 0.52.10
Signed-off-by: Peter Grayson <[email protected]>
---------
Signed-off-by: Peter Grayson <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ docker-compose run test
35
35
36
36
### Formatting
37
37
38
-
We use Nick Lockwood's SwiftFormat for formatting code. PRs will not be accepted if they haven't be formatted. The current version of SwiftFormat we are using is v0.48.17.
38
+
We use Nick Lockwood's SwiftFormat for formatting code. PRs will not be accepted if they haven't be formatted. The current version of SwiftFormat we are using is v0.52.10.
0 commit comments