🩺 Code checks on PR 705 #531
Annotations
10 warnings
Lint iOS:
ios/ReactNativeCameraKit/RealCamera.swift#L39
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
Lint iOS:
ios/ReactNativeCameraKit/RealCamera.swift#L378
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
Lint iOS:
ios/ReactNativeCameraKit/RealCamera.swift#L39
There should be no space before and one after any comma (comma)
|
Lint iOS:
ios/ReactNativeCameraKit/RealCamera.swift#L378
There should be no space before and one after any comma (comma)
|
Lint iOS:
ios/ReactNativeCameraKit/RealCamera.swift#L437
There should be no space before and one after any comma (comma)
|
Lint iOS:
ios/ReactNativeCameraKit/RealCamera.swift#L40
Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
Lint iOS:
ios/ReactNativeCameraKit/RealCamera.swift#L607
Returning Void in a function declaration is redundant (redundant_void_return)
|
Lint iOS:
ios/ReactNativeCameraKit/RealCamera.swift#L57
Lines should not have trailing whitespace (trailing_whitespace)
|
Lint iOS:
ios/ReactNativeCameraKit/RealCamera.swift#L78
Lines should not have trailing whitespace (trailing_whitespace)
|
Lint iOS:
ios/ReactNativeCameraKit/RealCamera.swift#L271
Lines should not have trailing whitespace (trailing_whitespace)
|