Skip to content

feat: added notifications for the Sensors module (#1124) #706

feat: added notifications for the Sensors module (#1124)

feat: added notifications for the Sensors module (#1124) #706

Triggered via push December 15, 2023 16:20
Status Success
Total duration 44s
Artifacts

linter.yaml

on: push
SwiftLint
34s
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#L192
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#L475
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)