Implement MKV as a Protocol and refractor #18
Annotations
1 error and 8 warnings
Lint
Process completed with exit code 1.
|
Lint:
Sources/macSubtitleOCR/macSubtitleOCR.swift#L111
Align wrapped function arguments or collection elements. (wrapArguments)
|
Lint:
Sources/macSubtitleOCR/macSubtitleOCR.swift#L112
Align wrapped function arguments or collection elements. (wrapArguments)
|
Lint:
Sources/macSubtitleOCR/macSubtitleOCR.swift#L149
Mark unused function arguments with _. (unusedArguments)
|
Lint:
Sources/macSubtitleOCR/MKV/MKVProtocol.swift#L2
Ensure file name in header comment matches the actual file name. (headerFileName)
|
Lint:
Sources/macSubtitleOCR/MKV/MKVTrackParser.swift#L82
Insert/remove explicit self where applicable. (redundantSelf)
|
Lint:
Sources/macSubtitleOCR/MKV/MKVTrackParser.swift#L113
Insert/remove explicit self where applicable. (redundantSelf)
|
Lint:
Sources/macSubtitleOCR/MKV/MKVFileHandler.swift#L14
Insert/remove explicit self where applicable. (redundantSelf)
|
Lint:
Sources/macSubtitleOCR/MKV/MKVFileHandler.swift#L15
Insert/remove explicit self where applicable. (redundantSelf)
|