Modeling Exercise
: Add dependency and integrate the "apollon-ios-module"
#415
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)
|