refactor(ScrobbledTrackViewModel): streamline track love/unlove funct… #156
push.yml
on: push
Matrix: build
Publish new release
0s
Annotations
1 error and 11 warnings
commitlint
You have commit messages with errors
⧗ input: refactor(ScrobbledTrackViewModel): streamline track love/unlove functionality with shared method
✖ scope must be lower-case [scope-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
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/ViewModel/AuthViewModel.swift#L15
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
lint:
firstfm/ViewModel/ChartViewModel.swift#L16
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
lint:
firstfm/ViewModel/ChartViewModel.swift#L56
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
lint:
firstfm/ViewModel/ArtistViewModel.swift#L38
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
lint:
firstfm/ViewModel/ArtistViewModel.swift#L74
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
lint:
firstfm/ViewModel/ArtistViewModel.swift#L108
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
lint:
firstfm/ViewModel/ScrobblesViewModel.swift#L28
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
lint:
firstfm/ViewModel/TagViewModel.swift#L8
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
lint:
firstfm/ViewModel/ScobbledTrackViewModel.swift#L39
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
lint:
firstfm/ViewModel/TopCountryViewModel.swift#L12
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|