Skip to content

Development: Create automatic screenshots using Fastlane #420

Development: Create automatic screenshots using Fastlane

Development: Create automatic screenshots using Fastlane #420

Triggered via pull request June 10, 2024 09:32
Status Failure
Total duration 32s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
24s
SwiftLint
Fit to window
Zoom out
Zoom in

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)