mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
[Lint] Arguments should be either all on the same line, or one per line
This commit is contained in:
parent
9f3f9034ee
commit
31a755dd49
@ -17,6 +17,7 @@ opt_in_rules:
|
||||
- first_where
|
||||
- implicitly_unwrapped_optional
|
||||
- modifier_order
|
||||
- multiline_arguments
|
||||
- overridden_super_call
|
||||
- private_outlet
|
||||
- prohibited_super_call
|
||||
|
||||
@ -152,7 +152,8 @@ public final class Repository {
|
||||
credentials: Credentials = .default, checkoutStrategy: CheckoutStrategy = .Safe,
|
||||
checkoutProgress: CheckoutProgressBlock? = nil) -> Result<Repository, NSError> {
|
||||
var options = cloneOptions(
|
||||
bare: bare, localClone: localClone,
|
||||
bare: bare,
|
||||
localClone: localClone,
|
||||
fetchOptions: fetchOptions(credentials: credentials),
|
||||
checkoutOptions: checkoutOptions(strategy: checkoutStrategy, progress: checkoutProgress))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user