Use swift-testing and remove tests from production #488
Annotations
8 warnings
swiftlint:
Sources/AppModule/UIParts/Activity/ActivityRouter.swift#L17
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/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/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)
|
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)
|