mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: changed function_body_length swiftlint rule from 60/80 to 80/100
This commit is contained in:
@@ -25,7 +25,6 @@ public enum widget_t: String {
|
||||
case label = "label"
|
||||
case tachometer = "tachometer"
|
||||
|
||||
// swiftlint:disable function_body_length
|
||||
public func new(module: String, config: NSDictionary, defaultWidget: widget_t) -> Widget? {
|
||||
var image: NSImage? = nil
|
||||
var preview: widget_p? = nil
|
||||
|
||||
Reference in New Issue
Block a user