Skip to content

Update part_pool.lua #162

Update part_pool.lua

Update part_pool.lua #162

Triggered via push October 4, 2024 00:01
Status Failure
Total duration 1m 2s
Artifacts
linter  /  lint
8s
linter / lint
update-workshop
52s
update-workshop
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
linter / lint
Process completed with exit code 1.
"Syntax inconsistency": lua/pac3/core/client/part_pool.lua#L16
Inconsistent use of 'double quoted strings' and 'single quoted strings'
"Goto": lua/pac3/core/client/part_pool.lua#L69
Don't use labels and gotos unless you're jumping out of multiple loops.
"Syntax inconsistency": lua/pac3/core/client/part_pool.lua#L72
Inconsistent use of 'double quoted strings' and 'single quoted strings'
"Double if-statement": lua/pac3/core/client/part_pool.lua#L98
Double if statement. Please combine the condition of this if statement with that of the outer if statement using `and`.
"Double if-statement": lua/pac3/core/client/part_pool.lua#L103
Double if statement. Please combine the condition of this if statement with that of the outer if statement using `and`.
"Space after comma": lua/pac3/core/client/part_pool.lua#L292
Style: Please add a space after the comma
"Space after comma": lua/pac3/core/client/part_pool.lua#L292
Style: Please add a space after the comma
"Space after comma": lua/pac3/core/client/part_pool.lua#L292
Style: Please add a space after the comma
"Space after comma": lua/pac3/core/client/part_pool.lua#L292
Style: Please add a space after the comma
"Space after comma": lua/pac3/core/client/part_pool.lua#L346
Style: Please add a space after the comma