Skip to content

Fixes for entrypoint #249

Fixes for entrypoint

Fixes for entrypoint #249

Triggered via push January 6, 2024 06:24
Status Success
Total duration 1m 28s
Artifacts

swift.yml

on: push
macOS 12 - Latest Xcode
1m 17s
macOS 12 - Latest Xcode
Matrix: linuxBuild
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Utilities/ScopedObject.swift#L30
Void Return Violation: Prefer `-> Void` over `-> ()` (void_return)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Utilities/ScopedObject.swift#L35
Void Return Violation: Prefer `-> Void` over `-> ()` (void_return)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Utilities/ScopedObject.swift#L43
Void Return Violation: Prefer `-> Void` over `-> ()` (void_return)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Extensions/StringExtensions.swift#L31
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Foundation/ConsoleLogger.swift#L29
Blanket Disable Command Violation: The disabled 'function_parameter_count' rule should be re-enabled before the end of the file (blanket_disable_command)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Model/ContainerConfig.swift#L97
Todo Violation: TODOs should be resolved (Do some checking here...) (todo)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Model/ContainerConfig.swift#L135
Todo Violation: TODOs should be resolved (Do some checking here...) (todo)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Model/Backup.swift#L156
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Model/Backup.swift#L77
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Model/Backup.swift#L170
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)