🩺 Code checks on PR 672 #511
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run swiftlint:
ios/ReactNativeCameraKit/CameraManager.swift#L22
Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
|
Run swiftlint:
ios/ReactNativeCameraKit/CameraManager.swift#L23
Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
|
Run swiftlint:
ios/ReactNativeCameraKit/CameraManager.swift#L24
Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
|
Run swiftlint:
ios/ReactNativeCameraKit/CameraManager.swift#L30
Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
|
Run swiftlint:
ios/ReactNativeCameraKit/CameraManager.swift#L39
Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
|
Run swiftlint:
ios/ReactNativeCameraKit/CameraView.swift#L374
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
Run swiftlint:
ios/ReactNativeCameraKit/CameraView.swift#L383
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
Run swiftlint:
ios/ReactNativeCameraKit/CameraView.swift#L383
There should be no space before and one after any comma (comma)
|
Run swiftlint:
ios/ReactNativeCameraKit/CameraView.swift#L64
Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
Run swiftlint:
ios/ReactNativeCameraKit/CameraView.swift#L27
Lines should not have trailing whitespace (trailing_whitespace)
|
Loading