feat: implement capture method #102
check-ios.yml
on: pull_request
Swift-Lint
27s
Swift-Format
8s
Annotations
8 errors
Swift-Format
Process completed with exit code 1.
|
Swift-Lint:
ios/Video/Features/RCTVideoCapture.swift#L34
Legacy Constructor Violation: Swift constructors are preferred over legacy convenience functions (legacy_constructor)
|
Swift-Lint:
ios/Video/Features/RCTVideoCapture.swift#L29
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swift-Lint:
ios/Video/Features/RCTVideoCapture.swift#L36
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swift-Lint:
ios/Video/Features/RCTVideoCapture.swift#L40
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swift-Lint:
ios/Video/Features/RCTVideoCapture.swift#L13
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
Swift-Lint:
ios/Video/RCTVideo.swift#L71
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
Swift-Lint:
ios/Video/RCTVideo.swift#L1387
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|