Skip to content

small check

small check #160

Triggered via push October 1, 2024 21:33
Status Failure
Total duration 53s
Artifacts
linter  /  lint
8s
linter / lint
update-workshop
42s
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