Update burrow-gtk with new rpc #594
Annotations
9 warnings
Swift Lint:
Apple/App/BurrowView.swift#L45
Lines should not have trailing whitespace (trailing_whitespace)
|
Swift Lint:
Apple/App/BurrowView.swift#L45
Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
Swift Lint:
Apple/App/BurrowView.swift#L45
Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
Swift Lint:
Apple/App/AppDelegate.swift#L6
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
|
Swift Lint:
Apple/App/OAuth2.swift#L128
Explicitly calling .init() should be avoided (explicit_init)
|
Swift Lint:
Apple/App/OAuth2.swift#L128
Line should be 120 characters or less; currently it has 142 characters (line_length)
|
Swift Lint:
Apple/App/OAuth2.swift#L38
Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
|
Swift Lint:
Apple/App/OAuth2.swift#L3
Imports should be sorted (sorted_imports)
|
Swift Lint:
Apple/App/OAuth2.swift#L206
An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
|