Skip to content

Add boilerplate support for VobSub tracks in MKV #195

Add boilerplate support for VobSub tracks in MKV

Add boilerplate support for VobSub tracks in MKV #195

Triggered via push October 19, 2024 23:06
Status Failure
Total duration 14s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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