π :: [#172] ννλ©΄ μ κ·Όμ± μ§μ #57
Annotations
11 warnings
swiftlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
swiftlint:
Projects/Shared/LocalDatabaseClient/Sources/LocalDatabaseClient.swift#L85
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 73 lines (function_body_length)
|
swiftlint:
Projects/Shared/LocalDatabaseClient/Sources/LocalDatabaseClient.swift#L6
Superfluous Disable Command Violation: SwiftLint rule 'identifier_name' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
swiftlint:
Projects/Shared/DeviceUtil/Sources/Device.swift#L9
Superfluous Disable Command Violation: SwiftLint rule 'identifier_name' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
swiftlint:
Projects/Shared/NeisClient/Sources/NeisClient.swift#L24
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
swiftlint:
Projects/Feature/SchoolSettingFeature/Sources/SchoolSettingView.swift#L30
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
|
swiftlint:
Projects/Feature/ModifyTimeTableFeature/Sources/ModifyTimeTableCore.swift#L77
Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
|
swiftlint:
Projects/Feature/SettingsFeature/Sources/SettingsCore.swift#L51
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
swiftlint:
Projects/Feature/SettingsFeature/Sources/SettingsCore.swift#L56
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
swiftlint:
Projects/Feature/SplashFeature/Sources/SplashCore.swift#L27
Prefer Type Checking Violation: Prefer `a is X` to `a as? X != nil` (prefer_type_checking)
|
swiftlint:
Projects/Feature/SplashFeature/Sources/SplashCore.swift#L28
Prefer Type Checking Violation: Prefer `a is X` to `a as? X != nil` (prefer_type_checking)
|