Modeling Exercise
: Add dependency and integrate the "apollon-ios-module"
#402
Annotations
10 warnings
SwiftLint:
Themis/Services/Helper/FileDownloadService.swift#L21
Todo Violation: TODOs should be resolved (Use unique file names for each...). (todo)
|
SwiftLint:
Themis/ViewModels/Assessment/AssessmentViewModel.swift#L210
Todo Violation: TODOs should be resolved (Make this function more genera...). (todo)
|
SwiftLint:
Themis/Views/Assessment/Modeling Exercise/Element Renderers/UMLClassDiagramRelationshipRenderer.swift#L11
Superfluous Disable Command Violation: SwiftLint rule 'type_body_length' did not trigger a violation in the disabled region. Please remove the disable command. (superfluous_disable_command)
|
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/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/REST/RESTController.swift#L12
Force Unwrapping Violation: Force unwrapping should be avoided. (force_unwrapping)
|
SwiftLint:
Themis/Extensions/ParticipationExtension.swift#L25
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
SwiftLint:
Themis/API/ThemisAPI.swift#L13
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)
|