✨ Luminare: New Settings Window + Other Improvements #58
Annotations
10 warnings
SwiftLint:
Loop/Luminare/Loop/AdvancedConfigurationView.swift#L23
Line should be 120 characters or less; currently it has 145 characters (line_length)
|
SwiftLint:
Loop/Luminare/Loop/AdvancedConfigurationView.swift#L94
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
SwiftLint:
Loop/Luminare/Loop/AboutConfigurationView.swift#L114
Line should be 120 characters or less; currently it has 156 characters (line_length)
|
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)
|