feat: adjusted battery notifications #714
Annotations
9 warnings
Modules/CPU/readers.swift#L224
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Modules/Clock/popup.swift#L187
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Modules/Battery/readers.swift#L191
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Modules/RAM/readers.swift#L147
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Modules/Net/readers.swift#L278
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Modules/Net/readers.swift#L487
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Modules/Disk/readers.swift#L385
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Kit/plugins/Reachability.swift#L62
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Kit/module/popup.swift#L101
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
The logs for this run have expired and are no longer available.
Loading