Add Basic HTTP Request Handling on 8080 (#101) #321
swift.yml
on: push
macOS 14 - Latest Xcode
2m 5s
Matrix: linuxBuild
Annotations
10 warnings
Swift 6.0.2 (ubuntu-22.04):
Sources/Bedrockifier/Model/ContainerConnection.swift#L419
File Length Violation: File should contain 400 lines or less: currently contains 419 (file_length)
|
Swift 6.0.2 (ubuntu-22.04):
Sources/Bedrockifier/Model/ContainerConnection.swift#L316
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
|
Swift 6.0.2 (ubuntu-22.04):
Sources/Bedrockifier/Model/ContainerConnection.swift#L327
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
|
Swift 6.0.2 (ubuntu-22.04):
Sources/Bedrockifier/Model/ContainerConnection.swift#L348
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
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/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/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)
|