Merge pull request #111 from ldakhoa/fix/list_navigation_ios_18 #387
Annotations
7 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:
Packages/Sources/Gist/GistDetail/GistDetailView.swift#L220
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
SwiftLint:
Packages/Sources/Gist/GistLists/GistListsRowView.swift#L23
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
SwiftLint:
Packages/Sources/Comment/CommentView.swift#L42
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
SwiftLint:
Packages/Sources/Environment/UserDefaultsStore.swift#L190
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
SwiftLint:
Packages/Sources/Utilities/SearchRecentStore.swift#L60
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
SwiftLint:
Packages/Sources/Home/RecentActivitiesSectionView.swift#L22
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|