fix nettop may occupy CPU abnormally #771
Annotations
10 warnings
SwiftLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
SwiftLint:
Modules/Disk/readers.swift#L381
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/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/Net/readers.swift#L285
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
SwiftLint:
Modules/Net/readers.swift#L501
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
SwiftLint:
Modules/Net/readers.swift#L249
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
SwiftLint:
Modules/Net/readers.swift#L466
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
SwiftLint:
Kit/plugins/Reachability.swift#L62
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|