mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Lint: Colons should be next to the identifier when specifying a type
This commit is contained in:
parent
686a41fbb7
commit
66cf46d67d
@ -1,5 +1,4 @@
|
||||
disabled_rules:
|
||||
- colon
|
||||
- control_statement
|
||||
- file_length
|
||||
- force_cast
|
||||
|
||||
@ -10,7 +10,7 @@ import libgit2
|
||||
|
||||
/// The flags defining how a checkout should be performed.
|
||||
/// More detail is available in the libgit2 documentation for `git_checkout_strategy_t`.
|
||||
public struct CheckoutStrategy : OptionSet {
|
||||
public struct CheckoutStrategy: OptionSet {
|
||||
private let value: UInt
|
||||
|
||||
// MARK: - Initialization
|
||||
|
||||
Loading…
Reference in New Issue
Block a user