Skip to content

🔀 :: (#1330) FAQ numberOfLines가 적용되지 않는 이슈 해결 #1441

🔀 :: (#1330) FAQ numberOfLines가 적용되지 않는 이슈 해결

🔀 :: (#1330) FAQ numberOfLines가 적용되지 않는 이슈 해결 #1441

Triggered via pull request December 8, 2024 05:37
Status Success
Total duration 43s
Artifacts

SwiftLint.yml

on: pull_request
swiftlint
33s
swiftlint
Fit to window
Zoom out
Zoom in

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: Scripts/GenerateModule.swift#L45
Line Length Violation: Line should be 120 characters or less; currently it has 124 characters (line_length)
swiftlint: Scripts/GenerateModule.swift#L52
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
swiftlint: Scripts/GenerateModule.swift#L56
Line Length Violation: Line should be 120 characters or less; currently it has 146 characters (line_length)
swiftlint: Scripts/GenerateModule.swift#L64
Line Length Violation: Line should be 120 characters or less; currently it has 145 characters (line_length)
swiftlint: Scripts/GenerateModule.swift#L167
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
swiftlint: Scripts/GenerateModule.swift#L221
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
swiftlint: Scripts/GenerateModule.swift#L224
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
swiftlint: Scripts/GenerateModule.swift#L225
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
swiftlint: Scripts/GenerateModule.swift#L258
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
swiftlint: Scripts/GenerateModule.swift#L60
Todo Violation: TODOs should be resolved (- ui test 타겟 설정 로직 추가) (todo)