Development
: Create automatic screenshots using Fastlane
#420
Annotations
1 error and 11 warnings
SwiftLint:
ThemisUITests/SnapshotHelper.swift#L226
Line Length Violation: Line should be 150 characters or less: currently 158 characters (line_length)
|
SwiftLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
SwiftLint:
Themis/REST/RESTController.swift#L12
Force Unwrapping Violation: Force unwrapping should be avoided. (force_unwrapping)
|
SwiftLint:
Themis/Extensions/ParticipationExtension.swift#L20
Todo Violation: TODOs should be resolved (I think this works, but please...). (todo)
|
SwiftLint:
Themis/Extensions/ParticipationExtension.swift#L30
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
SwiftLint:
Themis/Services/Helper/FileDownloadService.swift#L21
Todo Violation: TODOs should be resolved (Use unique file names for each...). (todo)
|
SwiftLint:
Themis/API/ThemisAPI.swift#L13
Force Unwrapping Violation: Force unwrapping should be avoided. (force_unwrapping)
|
SwiftLint:
Themis/ViewModels/Assessment/AssessmentViewModel.swift#L210
Todo Violation: TODOs should be resolved (Make this function more genera...). (todo)
|
SwiftLint:
Themis/REST/RESTController.swift#L12
Force Unwrapping Violation: Force unwrapping should be avoided. (force_unwrapping)
|
SwiftLint:
Themis/Extensions/ParticipationExtension.swift#L20
Todo Violation: TODOs should be resolved (I think this works, but please...). (todo)
|
SwiftLint:
Themis/Extensions/ParticipationExtension.swift#L30
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
SwiftLint:
Themis/Views/Exercises/ExerciseView.swift#L115
Closure Body Length Violation: Closure body should span 25 lines or less excluding comments and whitespace: currently spans 26 lines (closure_body_length)
|