Enable SwiftLint rule 'function_default_parameter_at_end' and fix all violations
This commit is contained in:
parent
5270c92b76
commit
d3a11c9d29
3 changed files with 10 additions and 4 deletions
|
|
@ -27,10 +27,10 @@ class PasswordStoreTest: XCTestCase {
|
|||
let expectation = self.expectation(description: "clone")
|
||||
try passwordStore.cloneRepository(
|
||||
remoteRepoURL: remoteRepoURL,
|
||||
options: cloneOptions,
|
||||
branchName: "master",
|
||||
transferProgressBlock: { _, _ in },
|
||||
checkoutProgressBlock: { _, _, _ in },
|
||||
options: cloneOptions,
|
||||
completion: { expectation.fulfill() }
|
||||
)
|
||||
waitForExpectations(timeout: 3, handler: nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue