🩺 Code checks on PR 704 #529
Annotations
10 warnings
Lint iOS:
ios/ReactNativeCameraKit/CameraView.swift#L410
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
Lint iOS:
ios/ReactNativeCameraKit/CameraView.swift#L419
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
Lint iOS:
ios/ReactNativeCameraKit/CameraView.swift#L419
There should be no space before and one after any comma (comma)
|
Lint iOS:
ios/ReactNativeCameraKit/CameraView.swift#L432
File should contain 400 lines or less: currently contains 432 (file_length)
|
Lint iOS:
ios/ReactNativeCameraKit/CameraView.swift#L64
Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
Lint iOS:
ios/ReactNativeCameraKit/CameraView.swift#L27
Lines should not have trailing whitespace (trailing_whitespace)
|
Lint iOS:
ios/ReactNativeCameraKit/CameraView.swift#L63
Lines should not have trailing whitespace (trailing_whitespace)
|
Lint iOS:
ios/ReactNativeCameraKit/CameraView.swift#L127
Lines should not have trailing whitespace (trailing_whitespace)
|
Lint iOS:
ios/ReactNativeCameraKit/CameraView.swift#L130
Lines should not have trailing whitespace (trailing_whitespace)
|
Lint iOS:
ios/ReactNativeCameraKit/CameraView.swift#L162
Lines should not have trailing whitespace (trailing_whitespace)
|