Skip to content

Improve net error handling #72

Improve net error handling

Improve net error handling #72

Triggered via pull request April 15, 2025 22:39
Status Failure
Total duration 11s
Artifacts

lua_linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
lint
Process completed with exit code 1.
"Unused variable": lua/pac3/editor/client/wear.lua#L305
Unused variable: directories
"Space after comma": lua/pac3/editor/server/wear.lua#L405
Style: Please add a space after the comma
"Double if-statement": lua/pac3/editor/server/wear.lua#L182
Double if statement. Please combine the condition of this if statement with that of the outer if statement using `and`.