feat(ios): detect livestreams in now playing notification #302
check-ios.yml
on: pull_request
Swift-Lint
27s
Swift-Format
10s
Annotations
3 errors and 1 warning
Swift-Format
Process completed with exit code 1.
|
Swift-Lint:
ios/Video/NowPlayingInfoCenterManager.swift#L229
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Swift-Lint:
ios/Video/NowPlayingInfoCenterManager.swift#L254
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Swift-Format
swiftformat 0.54.0 is already installed and up-to-date.
To reinstall 0.54.0, run:
brew reinstall swiftformat
|