Implements autounhide when screen is wider than set width #681
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/Main/AppState.swift#L41
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
swiftlint:
Ice/MenuBar/MenuBarManagement/MenuBarAutoExpander.swift#L11
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
swiftlint:
Ice/MenuBar/MenuBarManagement/MenuBarAutoExpander.swift#L43
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/MenuBarManagement/MenuBarAutoExpander.swift#L55
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/MenuBarManagement/MenuBarAutoExpander.swift#L47
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
swiftlint:
Ice/MenuBar/MenuBarManagement/MenuBarAutoExpander.swift#L14
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
swiftlint:
Ice/MenuBar/MenuBarManagement/MenuBarAutoExpander.swift#L42
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
swiftlint:
Ice/MenuBar/MenuBarManagement/MenuBarAutoExpander.swift#L48
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
swiftlint:
Ice/MenuBar/MenuBarManagement/MenuBarAutoExpander.swift#L52
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
swiftlint:
Ice/MenuBar/MenuBarManagement/MenuBarAutoExpander.swift#L54
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|