Skip to content

New Task model using SwiftData and Schedule creation using Calendar Recurrence Rule #106

New Task model using SwiftData and Schedule creation using Calendar Recurrence Rule

New Task model using SwiftData and Schedule creation using Calendar Recurrence Rule #106

Triggered via pull request September 4, 2024 13:44
Status Failure
Total duration 23s
Artifacts

pull_request.yml

on: pull_request
REUSE Compliance Check  /  ...  /  REUSE Compliance Check
10s
REUSE Compliance Check / REUSE Compliance Check / REUSE Compliance Check
SwiftLint  /  ...  /  SwiftLint
12s
SwiftLint / SwiftLint / SwiftLint
Markdown Link Check  /  markdown_link_check
13s
Markdown Link Check / markdown_link_check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L74
File Types Order Violation: An 'extension' should not be placed amongst the file type(s) 'main_type' (file_types_order)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L24
Function Default Parameter at End Violation: Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L48
Todo Violation: TODOs should be resolved (no inverse right?) (todo)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L111
Todo Violation: TODOs should be resolved (unit test with two different e...) (todo)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L122
Todo Violation: TODOs should be resolved (does this still translate?) (todo)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L126
Todo Violation: TODOs should be resolved (remove!) (todo)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L146
Todo Violation: TODOs should be resolved (context.rollback() might be he...) (todo)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L35
Unused Setter Value Violation: Setter value is not used (unused_setter_value)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziScheduler/Model/Task.swift#L22
Todo Violation: TODOs should be resolved (rename that for the sake of co...) (todo)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziScheduler/Model/Task.swift#L24
Todo Violation: TODOs should be resolved (the user could provide an ID!) (todo)
Markdown Link Check / markdown_link_check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/