Appimage Multiarch Building #580
Annotations
10 warnings
Swift Lint:
Apple/Shared/NewlineProtocolFramer.swift#L10
Code blocks should contain at least one statement or comment (no_empty_block)
|
Swift Lint:
Apple/Shared/NewlineProtocolFramer.swift#L15
Code blocks should contain at least one statement or comment (no_empty_block)
|
Swift Lint:
Apple/Shared/NewlineProtocolFramer.swift#L16
Code blocks should contain at least one statement or comment (no_empty_block)
|
Swift Lint:
Apple/Shared/NewlineProtocolFramer.swift#L51
Code blocks should contain at least one statement or comment (no_empty_block)
|
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)
|
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)
|