Skip to content

Add GRPC client to iOS app #589

Add GRPC client to iOS app

Add GRPC client to iOS app #589

Triggered via pull request July 24, 2024 23:03
Status Success
Total duration 19s
Artifacts

lint-swift.yml

on: pull_request
Swift Lint
9s
Swift Lint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Swift Lint: Apple/Package/Sources/BurrowUI/Tunnel.swift#L40
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
Swift Lint: Apple/Package/Sources/BurrowUI/MenuItemToggleView.swift#L40
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
Swift Lint: Apple/Package/Sources/BurrowUI/MenuItemToggleView.swift#L50
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
Swift Lint: Apple/Package/Sources/BurrowUI/MenuItemToggleView.swift#L14
An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
Swift Lint: Apple/Package/Sources/BurrowUI/OAuth2.swift#L132
Explicitly calling .init() should be avoided (explicit_init)
Swift Lint: Apple/Package/Sources/BurrowUI/OAuth2.swift#L29
Line should be 120 characters or less; currently it has 132 characters (line_length)
Swift Lint: Apple/Package/Sources/BurrowUI/OAuth2.swift#L132
Line should be 120 characters or less; currently it has 142 characters (line_length)
Swift Lint: Apple/Package/Sources/BurrowUI/OAuth2.swift#L42
Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
Swift Lint: Apple/Package/Sources/BurrowUI/OAuth2.swift#L3
Imports should be sorted (sorted_imports)
Swift Lint: Apple/Package/Sources/BurrowUI/OAuth2.swift#L210
Lines should not have trailing whitespace (trailing_whitespace)