1. add last modify date support #278
Open
Annotations
4 errors
SwiftLint:
Sources/ZIPFoundation/Entry.swift#L21
Identifier Name Violation: Function name '_dateWithMSDOSFormat(date:time:)' should start with a lowercase character (identifier_name)
|
SwiftLint:
Sources/ZIPFoundation/Entry.swift#L237
Line Length Violation: Line should be 120 characters or less; currently it has 133 characters (line_length)
|
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)
|
Loading