Skip to content

Allow writing of entry when full uncompressed size is not known. #113

Allow writing of entry when full uncompressed size is not known.

Allow writing of entry when full uncompressed size is not known. #113

Re-run triggered May 8, 2023 19:22
Status Failure
Total duration 59s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
48s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
SwiftLint: Tests/ZIPFoundationTests/ZIPFoundationTests.swift#L208
Line Length Violation: Line should be 120 characters or less; currently it has 133 characters (line_length)
SwiftLint: Tests/ZIPFoundationTests/ZIPFoundationWritingTests.swift#L406
File Length Violation: File should contain 400 lines or less: currently contains 406 (file_length)
SwiftLint: Tests/ZIPFoundationTests/ZIPFoundationWritingTests.swift#L250
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint: Sources/ZIPFoundation/Data+CompressionDeprecated.swift#L20
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
SwiftLint: Sources/ZIPFoundation/Archive+Writing.swift#L149
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
SwiftLint: Sources/ZIPFoundation/Data+Compression.swift#L63
Line Length Violation: Line should be 120 characters or less; currently it has 166 characters (line_length)
SwiftLint: Sources/ZIPFoundation/Data+Compression.swift#L68
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
SwiftLint: Sources/ZIPFoundation/Data+Compression.swift#L104
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
SwiftLint: Sources/ZIPFoundation/Archive+Helpers.swift#L49
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
SwiftLint: Sources/ZIPFoundation/Archive+Helpers.swift#L242
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
SwiftLint
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.