Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect Metadata on iOS #233

Merged
merged 11 commits into from
Sep 20, 2024
Merged

Collect Metadata on iOS #233

merged 11 commits into from
Sep 20, 2024

Conversation

jumaallan
Copy link
Member

@jumaallan jumaallan commented Sep 17, 2024

Story: https://app.shortcut.com/smileid/story/13073/collect-metadata-on-mobile-sdk-v10-ios

Summary

Selfie Job - https://portal.usesmileid.com/admin/job/production/176018908
Document Job - https://portal.usesmileid.com/admin/job/production/176019595

Known Issues

Any shortcomings in your work. This may include corner cases not correctly handled or issues related
to but not within the scope of your PR. Design compromises should be discussed here if they were not
already discussed above.

Test Instructions

Concise test instructions on how to verify that your feature works as intended. This should include
changes to the development environment (if applicable) and all commands needed to run your work.

Screenshot

If applicable (e.g. UI changes), add screenshots to help explain your work.

@jumaallan jumaallan requested a review from a team as a code owner September 17, 2024 23:51
@jumaallan jumaallan mentioned this pull request Sep 17, 2024
Copy link

github-actions bot commented Sep 17, 2024

Warnings
⚠️ The source files were changed, but the tests remain unmodified. Consider updating or adding to the tests to match the source changes.
⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L11 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L18 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L20 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L25 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L27 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L34 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L48 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L56 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L72 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L73 - Function should have complexity 10 or less: currently complexity equals 11 (cyclomatic_complexity)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L81 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L86 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L93 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L128 - TODOs should be resolved (- Fix when Michael changes thi...). (todo)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L140 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L144 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/BiometricKYC/OrchestratedBiometricKycViewModel.swift#L208 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L18 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L30 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L43 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L56 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L63 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L69 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L75 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L84 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L103 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L105 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L110 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L116 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L125 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L130 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L145 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L160 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L165 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L169 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L184 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L191 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L192 - Line should be 120 characters or less: currently 125 characters (line_length)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L195 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L196 - Line should be 120 characters or less: currently 124 characters (line_length)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L205 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L257 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L264 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L272 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L280 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L287 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L290 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L293 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L296 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L299 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/DocumentCaptureViewModel.swift#L302 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L21 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L32 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L41 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L65 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L78 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L85 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L89 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L97 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L107 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L111 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L112 - Function should have complexity 10 or less: currently complexity equals 14 (cyclomatic_complexity)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L121 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L126 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L131 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L138 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L142 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L200 - TODOs should be resolved (- Fix when Michael changes thi...). (todo)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L212 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L216 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L287 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L313 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift#L320 - Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/DocumentCaptureScreen.swift#L24 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/DocumentCaptureScreen.swift#L27 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/DocumentCaptureScreen.swift#L58 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/DocumentCaptureScreen.swift#L65 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/DocumentCaptureScreen.swift#L81 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/DocumentCaptureScreen.swift#L98 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/DocumentCaptureScreen.swift#L102 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/DocumentCaptureScreen.swift#L127 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/DocumentCaptureScreen.swift#L164 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/OrchestratedDocumentVerificationScreen.swift#L19 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/OrchestratedDocumentVerificationScreen.swift#L68 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/OrchestratedDocumentVerificationScreen.swift#L117 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/OrchestratedDocumentVerificationScreen.swift#L151 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/OrchestratedDocumentVerificationScreen.swift#L154 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/OrchestratedDocumentVerificationScreen.swift#L173 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/OrchestratedDocumentVerificationScreen.swift#L193 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/DocumentVerification/View/OrchestratedDocumentVerificationScreen.swift#L206 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/Networking/Models/PrepUpload.swift#L7 - TODOs should be resolved (- Michael will change this to ...). (todo)

⚠️

Sources/SmileID/Classes/Networking/Models/PrepUpload.swift#L10 - Initializing an optional variable with nil is redundant. (redundant_optional_initialization)

⚠️

Sources/SmileID/Classes/Networking/Models/PrepUpload.swift#L17 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/PrepUpload.swift#L43 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/PrepUpload.swift#L57 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/PrepUpload.swift#L81 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L6 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L10 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L21 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L36 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L41 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L47 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L51 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L58 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L63 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L68 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L73 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L78 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L83 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L88 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L93 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L98 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L103 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L108 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L113 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L118 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L123 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L128 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L133 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L143 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L157 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L161 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L165 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L169 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L173 - Line should be 120 characters or less: currently 131 characters (line_length)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L179 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L194 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L201 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L223 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/Models/v2/Metadata.swift#L229 - Line should be 120 characters or less: currently 139 characters (line_length)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L7 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L13 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L18 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L36 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L56 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L69 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L77 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L115 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L118 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L129 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L133 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L137 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L146 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L160 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L179 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L191 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L205 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L215 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L223 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L227 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L242 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L252 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L259 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L268 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L277 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L287 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L297 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L307 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L316 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Networking/ServiceRunnable.swift#L323 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L20 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L29 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L38 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L43 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L46 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L62 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L79 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L86 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L95 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L100 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L102 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L107 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L114 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L122 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L127 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L142 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L148 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L153 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L159 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L169 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L176 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L181 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L186 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L188 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L192 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L193 - TODOs should be resolved (Use mouth deformation as an al...). (todo)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L197 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L204 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L249 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L263 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L269 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L272 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L276 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L280 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L288 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L301 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L311 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L343 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L364 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L372 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L460 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L468 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/SelfieViewModel.swift#L480 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/View/OrchestratedSelfieCaptureScreen.swift#L12 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/View/OrchestratedSelfieCaptureScreen.swift#L16 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SelfieCapture/View/OrchestratedSelfieCaptureScreen.swift#L43 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L12 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L14 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L28 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L31 - Line should be 120 characters or less: currently 124 characters (line_length)

⚠️

Sources/SmileID/Classes/SmileID.swift#L40 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L42 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L53 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L74 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L106 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L120 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L125 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L130 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L139 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L153 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L158 - Function should have complexity 10 or less: currently complexity equals 11 (cyclomatic_complexity)

⚠️

Sources/SmileID/Classes/SmileID.swift#L183 - TODOs should be resolved (- Fix when Michael changes thi...). (todo)

⚠️

Sources/SmileID/Classes/SmileID.swift#L195 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/SmileID.swift#L199 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/SmileID.swift#L210 - Collection literals should not have trailing commas. (trailing_comma)

⚠️

Sources/SmileID/Classes/SmileID.swift#L241 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L248 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L255 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L262 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L273 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L317 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L361 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L422 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L483 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/SmileID.swift#L503 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Util.swift#L30 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Util.swift#L46 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Util.swift#L60 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/Util.swift#L63 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/Util.swift#L65 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/Util.swift#L67 - Case statements should vertically align with their enclosing switch statement. (switch_case_alignment)

⚠️

Sources/SmileID/Classes/Util.swift#L86 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Util.swift#L90 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Util.swift#L100 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/SmileID/Classes/Util.swift#L104 - Lines should not have trailing whitespace. (trailing_whitespace)

Generated by 🚫 Danger Swift against 373d34c

Copy link
Contributor

@tobitech tobitech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Great job!

@jumaallan jumaallan merged commit 9b3464d into main Sep 20, 2024
3 checks passed
@jumaallan jumaallan deleted the feat/metadata branch September 20, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants