Skip to content

๐Ÿ”€ :: (#735) ๊ธฐ๋ณธ ํ”Œ๋ ˆ์ด๋ฆฌ์ŠคํŠธ ์ด๋ฏธ์ง€ ํŒ์—…์„ ๋งŒ๋“ค๊ณ  ์—ฐ๊ฒฐํ•ฉ๋‹ˆ๋‹ค. #821

๐Ÿ”€ :: (#735) ๊ธฐ๋ณธ ํ”Œ๋ ˆ์ด๋ฆฌ์ŠคํŠธ ์ด๋ฏธ์ง€ ํŒ์—…์„ ๋งŒ๋“ค๊ณ  ์—ฐ๊ฒฐํ•ฉ๋‹ˆ๋‹ค.

๐Ÿ”€ :: (#735) ๊ธฐ๋ณธ ํ”Œ๋ ˆ์ด๋ฆฌ์ŠคํŠธ ์ด๋ฏธ์ง€ ํŒ์—…์„ ๋งŒ๋“ค๊ณ  ์—ฐ๊ฒฐํ•ฉ๋‹ˆ๋‹ค. #821

Triggered via pull request July 6, 2024 12:56
Status Success
Total duration 38s
Artifacts

SwiftLint.yml

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

Annotations

11 warnings
swiftlint
The following actions uses Node.js version which is deprecated 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: Scripts/generatePlugin.swift#L88
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swiftlint: Scripts/generatePlugin.swift#L89
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swiftlint: Scripts/generatePlugin.swift#L115
Comma Spacing Violation: There should be no space before and one after any comma (comma)
swiftlint: Scripts/generatePlugin.swift#L53
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
swiftlint: Scripts/generatePlugin.swift#L125
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
swiftlint: Scripts/generatePlugin.swift#L128
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
swiftlint: Scripts/generatePlugin.swift#L52
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
swiftlint: Scripts/generatePlugin.swift#L130
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
swiftlint: Scripts/generatePlugin.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
swiftlint: Scripts/generatePlugin.swift#L21
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)