diff --git a/.swiftformat b/.swiftformat index 269b5b5..daa5aed 100644 --- a/.swiftformat +++ b/.swiftformat @@ -1,4 +1,7 @@ --disable redundantBackticks +--disable redundantSwiftTestingSuite +--disable swiftTestingTestCaseNames +--disable wrapIfStatementBodies --extension-acl on-declarations --ifdef no-indent --trailing-commas collections-only diff --git a/Package.swift b/Package.swift index 25bd292..07cf35d 100644 --- a/Package.swift +++ b/Package.swift @@ -24,7 +24,7 @@ var docsDeps: [Package.Dependency] = includeDocs ? [ ] : [] var formattingDeps: [Package.Dependency] = includeFormatting ? [ - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.58.6"), + .package(url: "https://github.com/nicklockwood/SwiftFormat", exact: "0.62.1"), ] : [] var targets: [Target] = [