Skip to content

feat: rearranged network main view in the popup (download/upload stats) #738

feat: rearranged network main view in the popup (download/upload stats)

feat: rearranged network main view in the popup (download/upload stats) #738

Triggered via push January 13, 2024 20:10
Status Success
Total duration 46s
Artifacts

linter.yaml

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

Annotations

8 warnings
SwiftLint: Modules/CPU/readers.swift#L224
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
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)