Skip to content

Let Ice work without the screen recording permission #679

Let Ice work without the screen recording permission

Let Ice work without the screen recording permission #679

Re-run triggered October 21, 2024 19:52
Status Success
Total duration 43s
Artifacts

lint.yml

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

Annotations

11 warnings
swiftlint
The following actions use a deprecated Node.js version 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: Ice/UI/IceBar/IceBar.swift#L165
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
swiftlint: Ice/UI/IceBar/IceBar.swift#L164
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
swiftlint: Ice/MenuBar/ItemManagement/MenuBarItemImageCache.swift#L66
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
swiftlint: Ice/MenuBar/Search/MenuBarSearchPanel.swift#L104
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
swiftlint: Ice/Utilities/ScreenCapture.swift#L17
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
swiftlint: Ice/Utilities/ScreenCapture.swift#L21
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
swiftlint: Ice/Utilities/ScreenCapture.swift#L23
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
swiftlint: Ice/Utilities/ScreenCapture.swift#L26
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
swiftlint: Ice/Settings/SettingsPanes/MenuBarLayoutSettingsPane.swift#L40
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
swiftlint: Ice/Settings/SettingsPanes/MenuBarLayoutSettingsPane.swift#L39
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)