Merge remote-tracking branch 'upstream/master' #2
check-ios.yml
on: push
Swift-Lint
29s
Swift-Format
10s
Annotations
11 errors and 1 warning
Swift-Format
Process completed with exit code 1.
|
Swift-Lint:
ios/Video/RCTVideoManager.swift#L49
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|
Swift-Lint:
ios/Video/RCTVideoManager.swift#L48
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Swift-Lint:
ios/Video/Features/RCTVideoUtils.swift#L363
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/Features/RCTVideoUtils.swift#L364
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swift-Lint:
ios/Video/Features/RCTVideoUtils.swift#L368
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swift-Lint:
ios/Video/Persistence/RCTVideoPersistenceManager.swift#L2
Sorted Imports Violation: Imports should be sorted (sorted_imports)
|
Swift-Lint:
ios/Video/Persistence/RCTVideoPersistenceManager.swift#L11
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swift-Lint:
ios/Video/Persistence/RCTVideoPersistenceManager.swift#L16
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swift-Lint:
ios/Video/Persistence/RCTVideoPersistenceManager.swift#L27
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swift-Lint:
ios/Video/Persistence/RCTVideoPersistenceManager.swift#L32
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swift-Format
swiftformat 0.53.10 is already installed and up-to-date.
To reinstall 0.53.10, run:
brew reinstall swiftformat
|