Skip to content

build(deps): update Kingfisher to support new Swift version #150

build(deps): update Kingfisher to support new Swift version

build(deps): update Kingfisher to support new Swift version #150

Triggered via push July 5, 2023 20:46
Status Success
Total duration 4m 49s
Artifacts

push.yml

on: push
Matrix: build
Publish new release
0s
Publish new release
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
commitlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint: firstfm/Models/Spotify/API/SpotifyToken.swift#L26
Blanket Disable Command Violation: The disabled 'force_cast' rule should be re-enabled before the end of the file (blanket_disable_command)
lint: firstfm/ViewModel/TrendsViewModel.swift#L216
Blanket Disable Command Violation: The disabled 'force_cast' rule should be re-enabled before the end of the file (blanket_disable_command)
lint: firstfm/ViewModel/ProfileViewModel.swift#L63
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
lint: firstfm/Views/ChartListView.swift#L45
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
lint: firstfm/Views/ChartListView.swift#L64
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
lint: firstfm/Service/LastFMAPI.swift#L12
Blanket Disable Command Violation: The disabled 'force_cast' rule was already disabled (blanket_disable_command)
lint: firstfm/Service/LastFMAPI.swift#L12
Blanket Disable Command Violation: The disabled 'force_cast' rule should be re-enabled before the end of the file (blanket_disable_command)
lint: firstfm/Views/Scrobbles/ScrobblesView.swift#L38
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
lint: firstfm/Views/Artist/ArtistInfoView.swift#L20
Line Length Violation: Line should be 240 characters or less; currently it has 296 characters (line_length)
lint: firstfm/Views/Artist/TopArtistTracksView.swift#L24
Line Length Violation: Line should be 240 characters or less; currently it has 256 characters (line_length)