Skip to content

more dynamic property stuff #139

more dynamic property stuff

more dynamic property stuff #139

Triggered via push September 1, 2024 02:41
Status Failure
Total duration 49s
Artifacts
linter  /  lint
5s
linter / lint
update-workshop
41s
update-workshop
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
linter / lint
Process completed with exit code 1.
"Unused variable": lua/pac3/editor/client/shortcuts.lua#L9
Unused variable: legacy_input
"Unused variable": lua/pac3/editor/client/shortcuts.lua#L11
Unused variable: last_recorded_combination
"Syntax inconsistency": lua/pac3/editor/client/shortcuts.lua#L326
Inconsistent use of 'single quoted strings' and 'double quoted strings'
"Syntax inconsistency": lua/pac3/editor/client/shortcuts.lua#L328
Inconsistent use of 'single quoted strings' and 'double quoted strings'
"Space after comma": lua/pac3/editor/client/shortcuts.lua#L346
Style: Please add a space after the comma
"Space after comma": lua/pac3/editor/client/shortcuts.lua#L361
Style: Please add a space after the comma
"Double if-statement": lua/pac3/editor/client/shortcuts.lua#L363
Double if statement. Please combine the condition of this if statement with that of the outer if statement using `and`.
"Unnecessary negation": lua/pac3/editor/client/shortcuts.lua#L368
Silly negation. Use '~='
"Space after comma": lua/pac3/editor/client/shortcuts.lua#L388
Style: Please add a space after the comma
"Whitespace style": lua/pac3/editor/client/shortcuts.lua#L392
Style: Please put some whitespace before the operator