Skip to content

feat: reset the process if no data in the Disk popup view #715

feat: reset the process if no data in the Disk popup view

feat: reset the process if no data in the Disk popup view #715

Triggered via push December 21, 2023 13:52
Status Success
Total duration 41s
Artifacts

linter.yaml

on: push
SwiftLint
31s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
SwiftLint: Modules/CPU/readers.swift#L224
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: 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)
SwiftLint: Modules/Battery/readers.swift#L191
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: Modules/RAM/readers.swift#L147
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: Modules/Net/readers.swift#L278
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: Modules/Net/readers.swift#L487
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: Modules/Disk/readers.swift#L385
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: Kit/plugins/Reachability.swift#L62
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: Kit/module/popup.swift#L101
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)