Skip to content

Use swift-testing and remove tests from production #490

Use swift-testing and remove tests from production

Use swift-testing and remove tests from production #490

Triggered via pull request February 5, 2024 10:47
Status Success
Total duration 49s
Artifacts

swiftlint.yml

on: pull_request
swiftlint
39s
swiftlint
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
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: Sources/MonsterWidgets/MonsterEntryView.swift#L13
Attributes Violation: Attributes with arguments or inside always_on_line_above must be on a new line instead of the same line (attributes)
swiftlint: Sources/MonsterWidgets/MonsterEntryView.swift#L29
Todo Violation: TODOs should be resolved (Implement for the Lock Screen.) (todo)
swiftlint: Sources/AppModule/UIParts/Activity/ActivityRouter.swift#L17
Todo Violation: TODOs should be resolved (エラーハンドリング) (todo)
swiftlint: Sources/AppModule/Modules/MonsterList/Presenters/MonsterListPresenter.swift#L66
Todo Violation: TODOs should be resolved (エラーハンドリング) (todo)
swiftlint: Sources/AppModule/Modules/MonsterDetail/Presenters/MonsterDetailPresenter.swift#L62
Todo Violation: TODOs should be resolved (エラーハンドリング) (todo)
swiftlint: Sources/AppModule/Modules/MonsterList/Routers/MonsterListRouter.swift#L67
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
swiftlint: Sources/AppModule/Modules/MonsterList/Routers/MonsterListRouter.swift#L72
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
swiftlint: Sources/FirebaseMessagingBridge/FirebaseMessagingBridge.swift#L11
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)