Skip to content

Clean up YAML + Add YAML Password File Support #250

Clean up YAML + Add YAML Password File Support

Clean up YAML + Add YAML Password File Support #250

Triggered via push January 6, 2024 17:35
Status Success
Total duration 1m 33s
Artifacts

swift.yml

on: push
macOS 12 - Latest Xcode
1m 25s
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#L86
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Model/ContainerConfig.swift#L125
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Model/ContainerConfig.swift#L99
Todo Violation: TODOs should be resolved (Do some checking here...) (todo)
Swift 5.9.2 (ubuntu-20.04): Sources/Bedrockifier/Model/ContainerConfig.swift#L139
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)