Skip to content

✨ Luminare: New Settings Window + Other Improvements #45

✨ Luminare: New Settings Window + Other Improvements

✨ Luminare: New Settings Window + Other Improvements #45

Triggered via pull request May 29, 2024 23:28
@MrKai77MrKai77
synchronize #361
Luminare
Status Success
Total duration 18s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
11s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: Loop/Luminare/Loop/AboutConfigurationView.swift#L117
Line should be 120 characters or less; currently it has 156 characters (line_length)
SwiftLint: Loop/Luminare/Settings/Behavior/BehaviorConfigurationView.swift#L86
TODOs should be resolved (Animate) (todo)
SwiftLint: Loop/Luminare/Settings/Keybindings/Keybind Recorder/Keycorder.swift#L47
Line should be 120 characters or less; currently it has 125 characters (line_length)
SwiftLint: Loop/Luminare/Settings/Keybindings/CustomActionConfigurationView.swift#L275
Function body should span 50 lines or less excluding comments and whitespace: currently spans 66 lines (function_body_length)
SwiftLint: Loop/Luminare/Settings/Keybindings/CustomActionConfigurationView.swift#L12
Type body should span 250 lines or less excluding comments and whitespace: currently spans 313 lines (type_body_length)
SwiftLint: Loop/Luminare/Settings/Keybindings/KeybindingsConfigurationView.swift#L25
TODOs should be resolved (Make long trigger keys fit in ...) (todo)
SwiftLint: Loop/Extensions/Defaults+Extensions.swift#L13
Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
SwiftLint: Loop/Window Management/WindowEngine.swift#L17
Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: Loop/Window Management/WindowEngine.swift#L17
Function body should span 50 lines or less excluding comments and whitespace: currently spans 62 lines (function_body_length)
SwiftLint: Loop/Window Management/WindowEngine.swift#L78
Returning Void in a function declaration is redundant (redundant_void_return)