Migration to Swift 6.2 #15
Annotations
1 error and 10 warnings
|
Lint
Process completed with exit code 1.
|
|
Lint:
Tests/Interface/MockRemoteInterface.swift#L1204
Mark unused function arguments with _. (unusedArguments)
|
|
Lint:
Tests/Interface/MockRemoteInterface.swift#L1008
Mark unused function arguments with _. (unusedArguments)
|
|
Lint:
Tests/Interface/MockRemoteInterface.swift#L1007
Mark unused function arguments with _. (unusedArguments)
|
|
Lint:
Tests/Interface/MockRemoteInterface.swift#L1006
Mark unused function arguments with _. (unusedArguments)
|
|
Lint:
Tests/Interface/MockRemoteInterface.swift#L1005
Mark unused function arguments with _. (unusedArguments)
|
|
Lint:
Tests/Interface/MockRemoteInterface.swift#L953
Prefer count(where:) over filter(_:).count. (preferCountWhere)
|
|
Lint:
Tests/Interface/MockRemoteInterface.swift#L584
Insert/remove explicit self where applicable. (redundantSelf)
|
|
Lint:
Tests/NextcloudFileProviderKitTests/ChunkedArrayTests.swift#L90
Remove unneeded return keyword. (redundantReturn)
|
|
Lint:
Tests/NextcloudFileProviderKitTests/ChunkedArrayTests.swift#L65
Remove unneeded return keyword. (redundantReturn)
|
|
Lint:
Tests/Interface/MockChangeNotificationInterface.swift#L7
Replace consecutive spaces with a single space. (consecutiveSpaces)
|