Add Basic HTTP Request Handling on 8080 #317
swift.yml
on: push
macOS 14 - Latest Xcode
2m 7s
Matrix: linuxBuild
Annotations
6 warnings
Swift 6.0.2 (ubuntu-22.04):
Sources/Service/Service.swift#L145
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)
|
Swift 6.0.2 (ubuntu-22.04):
Sources/Service/Service.swift#L141
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
|
Swift 6.0.2 (ubuntu-22.04):
Sources/Service/TokenCheckingMiddleware.swift#L58
Line Length Violation: Line should be 120 characters or less; currently it has 138 characters (line_length)
|
Swift 6.0.2 (ubuntu-22.04):
Sources/Service/TokenCheckingMiddleware.swift#L70
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
Swift 6.0.2 (ubuntu-22.04):
Sources/Service/BackupActor.swift#L184
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
|
Swift 6.0.2 (ubuntu-22.04):
Sources/Service/BackupActor.swift#L224
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
|