코드 가독성 증가 (개발의 파인 다이닝 급인듯) & 카테고리 예외처리 & 기록소 이름 예외처리 #176
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
GitHub Action for SwiftLint (Different working directory):
MemorialHouse/MHData/MHData/LocalStorage/CoreData/CoreDataBookCoverStorage.swift#L55
Todo Violation: TODOs should be resolved (책 커버 삭제 시, 책 내용 모두 삭제되게끔 수정 필요) (todo)
|
GitHub Action for SwiftLint (Different working directory):
MemorialHouse/MHData/MHData/LocalStorage/MemorialHouseNameStorage.swift#L4
Todo Violation: TODOs should be resolved (기록소 이름 변경) (todo)
|
GitHub Action for SwiftLint (Different working directory):
MemorialHouse/MHData/MHData/Repository/LocalMediaRepository.swift#L114
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
|
GitHub Action for SwiftLint (Different working directory):
MemorialHouse/MHData/MHDataTests/MHFileManagerTests.swift#L10
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
GitHub Action for SwiftLint (Different working directory):
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L94
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
|
GitHub Action for SwiftLint (Different working directory):
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L14
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint (Different working directory):
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L98
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
GitHub Action for SwiftLint (Different working directory):
MemorialHouse/MHApplication/MHApplication/Source/App/SceneDelegate.swift#L144
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 90 lines (function_body_length)
|
GitHub Action for SwiftLint (Different working directory):
MemorialHouse/MHApplication/MHApplication/Source/App/SceneDelegate.swift#L248
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 87 lines (function_body_length)
|
GitHub Action for SwiftLint (Different working directory):
MemorialHouse/MHApplication/MHApplication/Source/App/SceneDelegate.swift#L8
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 304 lines (type_body_length)
|
GitHub Action for SwiftLint:
MemorialHouse/MHData/MHData/LocalStorage/CoreData/CoreDataBookCoverStorage.swift#L55
Todo Violation: TODOs should be resolved (책 커버 삭제 시, 책 내용 모두 삭제되게끔 수정 필요) (todo)
|
GitHub Action for SwiftLint:
MemorialHouse/MHData/MHData/LocalStorage/MemorialHouseNameStorage.swift#L4
Todo Violation: TODOs should be resolved (기록소 이름 변경) (todo)
|
GitHub Action for SwiftLint:
MemorialHouse/MHData/MHData/Repository/LocalMediaRepository.swift#L114
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
|
GitHub Action for SwiftLint:
MemorialHouse/MHData/MHDataTests/MHFileManagerTests.swift#L10
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
GitHub Action for SwiftLint:
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L94
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
|
GitHub Action for SwiftLint:
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L14
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L98
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
GitHub Action for SwiftLint:
MemorialHouse/MHApplication/MHApplication/Source/App/SceneDelegate.swift#L144
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 90 lines (function_body_length)
|
GitHub Action for SwiftLint:
MemorialHouse/MHApplication/MHApplication/Source/App/SceneDelegate.swift#L248
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 87 lines (function_body_length)
|
GitHub Action for SwiftLint:
MemorialHouse/MHApplication/MHApplication/Source/App/SceneDelegate.swift#L8
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 304 lines (type_body_length)
|
Loading