Add support for VobSub in MKV files #196
Annotations
1 error and 8 warnings
SwiftFormat
Process completed with exit code 1.
|
SwiftFormat:
Sources/macSubtitleOCR/macSubtitleOCR.swift#L107
Replace consecutive blank lines with a single blank line. (consecutiveBlankLines)
|
SwiftFormat:
Sources/macSubtitleOCR/MKV/MKVTrack.swift#L15
Remove/insert redundant nil default value (Optional vars are nil by default). (redundantNilInit)
|
SwiftFormat:
Sources/macSubtitleOCR/MKV/MKVTrackParser.swift#L56
Indent code in accordance with the scope level. (indent)
|
SwiftFormat:
Sources/macSubtitleOCR/MKV/MKVTrackParser.swift#L57
Indent code in accordance with the scope level. (indent)
|
SwiftFormat:
Sources/macSubtitleOCR/MKV/MKVTrackParser.swift#L58
Indent code in accordance with the scope level. (indent)
|
SwiftFormat:
Sources/macSubtitleOCR/MKV/MKVTrackParser.swift#L59
Indent code in accordance with the scope level. (indent)
|
SwiftFormat:
Sources/macSubtitleOCR/MKV/MKVTrackParser.swift#L60
Indent code in accordance with the scope level. (indent)
|
SwiftFormat:
Sources/macSubtitleOCR/MKV/MKVTrackParser.swift#L138
Wrap lines that exceed the specified maximum width. (wrap)
|
Loading