Skip to content

Modeling Exercise: Add dependency and integrate the "apollon-ios-module" #415

Modeling Exercise: Add dependency and integrate the "apollon-ios-module"

Modeling Exercise: Add dependency and integrate the "apollon-ios-module" #415

Triggered via pull request January 12, 2024 09:45
Status Success
Total duration 1m 17s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: Themis/ViewModels/Assessment/AssessmentViewModel.swift#L210
Todo Violation: TODOs should be resolved (Make this function more genera...). (todo)
SwiftLint: Themis/ViewModels/Assessment/Modeling/UMLRendererViewModel.swift#L113
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces. (vertical_whitespace_closing_braces)
SwiftLint: Themis/API/ThemisAPI.swift#L13
Force Unwrapping Violation: Force unwrapping should be avoided. (force_unwrapping)
SwiftLint: Themis/REST/RESTController.swift#L12
Force Unwrapping Violation: Force unwrapping should be avoided. (force_unwrapping)
SwiftLint: Themis/Services/Helper/FileDownloadService.swift#L21
Todo Violation: TODOs should be resolved (Use unique file names for each...). (todo)
SwiftLint: Themis/Extensions/ParticipationExtension.swift#L25
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
SwiftLint: Themis/Views/Custom/CircularProgressView.swift#L118
Closure Body Length Violation: Closure body should span 25 lines or less excluding comments and whitespace: currently spans 29 lines (closure_body_length)
SwiftLint: Themis/Views/Assessment/CorrectionSidebar/FeedbackCellView.swift#L28
Closure Spacing Violation: Closure expressions should have a single space inside each brace. (closure_spacing)
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)
SwiftLint: Themis/ViewModels/Assessment/AssessmentViewModel.swift#L210
Todo Violation: TODOs should be resolved (Make this function more genera...). (todo)