홈화면 책커버 Drag & Drop 구현 #122
Annotations
20 warnings
SwiftLint:
MemorialHouse/MHData/MHData/LocalStorage/CoreData/CoreDataBookStorage.swift#L30
Line Length Violation: Line should be 120 characters or less; currently it has 134 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHData/LocalStorage/FileManager/MHFileManager.swift#L189
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
SwiftLint:
MemorialHouse/MHData/MHData/DTO/MediaDescriptionDTO.swift#L21
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHData/Repository/DefaultMemorialHouseRepository.swift#L7
Todo Violation: TODOs should be resolved (CoreData로부터 꺼내오기) (todo)
|
SwiftLint:
MemorialHouse/MHData/MHData/Repository/LocalMediaRepository.swift#L14
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHData/Repository/LocalMediaRepository.swift#L22
Line Length Violation: Line should be 120 characters or less; currently it has 130 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHData/Repository/LocalMediaRepository.swift#L54
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L94
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L14
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
SwiftLint:
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L98
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
SwiftLint:
MemorialHouse/MHData/MHData/LocalStorage/CoreData/CoreDataBookStorage.swift#L30
Line Length Violation: Line should be 120 characters or less; currently it has 134 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHData/LocalStorage/FileManager/MHFileManager.swift#L189
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
SwiftLint:
MemorialHouse/MHData/MHData/DTO/MediaDescriptionDTO.swift#L21
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHData/Repository/DefaultMemorialHouseRepository.swift#L7
Todo Violation: TODOs should be resolved (CoreData로부터 꺼내오기) (todo)
|
SwiftLint:
MemorialHouse/MHData/MHData/Repository/LocalMediaRepository.swift#L14
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHData/Repository/LocalMediaRepository.swift#L22
Line Length Violation: Line should be 120 characters or less; currently it has 130 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHData/Repository/LocalMediaRepository.swift#L54
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
|
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)
|
SwiftLint:
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L94
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
|
SwiftLint:
MemorialHouse/MHData/MHDataTests/CoreDataBookCategoryStorageTests.swift#L14
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|