๐ :: (#1257) ํ๋ ์ด๋ฆฌ์คํธ ์์ธ ๊ธ์ ๋์นจ ๋ฒ๊ทธ ํด๊ฒฐ #1385
Annotations
11 warnings
swiftlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
swiftlint:
Projects/Features/StorageFeature/Project.swift#L22
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
swiftlint:
Projects/Features/StorageFeature/Sources/Reactors/LikeStorageReactor.swift#L93
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
swiftlint:
Projects/Features/StorageFeature/Sources/Reactors/LikeStorageReactor.swift#L199
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 14 (cyclomatic_complexity)
|
swiftlint:
Projects/Features/StorageFeature/Sources/Reactors/LikeStorageReactor.swift#L410
File Length Violation: File should contain 400 lines or less: currently contains 410 (file_length)
|
swiftlint:
Projects/Features/StorageFeature/Sources/Reactors/ListStorageReactor.swift#L110
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 16 (cyclomatic_complexity)
|
swiftlint:
Projects/Features/StorageFeature/Sources/Reactors/ListStorageReactor.swift#L231
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 16 (cyclomatic_complexity)
|
swiftlint:
Projects/Features/StorageFeature/Sources/Reactors/ListStorageReactor.swift#L557
File Length Violation: File should contain 400 lines or less: currently contains 557 (file_length)
|
swiftlint:
Projects/Features/StorageFeature/Sources/Reactors/ListStorageReactor.swift#L407
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
swiftlint:
Projects/Features/StorageFeature/Sources/ViewControllers/ListStorageViewController.swift#L78
Function Body Length Violation: Function body should span 100 lines or less excluding comments and whitespace: currently spans 137 lines (function_body_length)
|
swiftlint:
Projects/Features/StorageFeature/Sources/ViewControllers/LikeStorageViewController.swift#L72
Function Body Length Violation: Function body should span 100 lines or less excluding comments and whitespace: currently spans 106 lines (function_body_length)
|