Skip to content

chore: lint project

chore: lint project #7

Triggered via pull request December 2, 2023 16:51
Status Failure
Total duration 43s
Artifacts

check-ios.yml

on: pull_request
Swift-Lint
33s
Swift-Lint
Swift-Format
20s
Swift-Format
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Swift-Lint: ios/VideoCaching/RCTVideoCachingHandler.swift#L20
Line Length Violation: Line should be 160 characters or less; currently it has 219 characters (line_length)
Swift-Lint: ios/VideoCaching/RCTVideoCachingHandler.swift#L33
Line Length Violation: Line should be 160 characters or less; currently it has 283 characters (line_length)
Swift-Lint: ios/VideoCaching/RCTVideoCachingHandler.swift#L38
Line Length Violation: Line should be 160 characters or less; currently it has 260 characters (line_length)
Swift-Lint: ios/Video/Features/RCTVideoDRM.swift#L4
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
Swift-Lint: ios/Video/Features/RCTVideoDRM.swift#L138
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
Swift-Lint: ios/Video/Features/RCTVideoDRM.swift#L61
Line Length Violation: Line should be 160 characters or less; currently it has 199 characters (line_length)
Swift-Lint: ios/Video/Features/RCTVideoDRM.swift#L121
Line Length Violation: Line should be 160 characters or less; currently it has 173 characters (line_length)
Swift-Lint: ios/Video/Features/RCTVideoDRM.swift#L138
Line Length Violation: Line should be 160 characters or less; currently it has 224 characters (line_length)
Swift-Lint: ios/Video/Features/RCTVideoUtils.swift#L299
Empty String Violation: Prefer checking `isEmpty` over comparing `string` to an empty string literal (empty_string)
Swift-Lint: ios/Video/Features/RCTVideoUtils.swift#L191
Line Length Violation: Line should be 160 characters or less; currently it has 165 characters (line_length)