Fix alignment crash in debug mode #25
Triggered via pull request
September 30, 2024 20:52
Status
Failure
Total duration
4m 58s
Artifacts
–
Annotations
3 errors
SwiftLint:
Sources/ZIPFoundation/Data+Serialization.swift#L32
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
SwiftLint:
Sources/ZIPFoundation/Archive+Reading.swift#L59
Superfluous Disable Command Violation: SwiftLint rule 'non_optional_string_data_conversion' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
SwiftLint:
Tests/ZIPFoundationTests/ZIPFoundationFileManagerTests.swift#L280
Superfluous Disable Command Violation: SwiftLint rule 'non_optional_string_data_conversion' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|