Skip to content

Protobuf-based Server Implementation #610

Protobuf-based Server Implementation

Protobuf-based Server Implementation #610

Triggered via pull request September 8, 2024 00:21
@JettChenTJettChenT
synchronize #270
grpc-server
Status Failure
Total duration 24s
Artifacts

lint-swift.yml

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

Annotations

10 errors
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/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
Process completed with exit code 2.