Let Ice work without the screen recording permission #679
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)
|