properly add eases to sample_and_hold /drift proxy #169
update_workshop.yaml
on: push
linter
/
lint
5s
update-workshop
34s
Annotations
1 error and 10 warnings
linter / lint
Process completed with exit code 1.
|
"Syntax inconsistency":
lua/pac3/core/client/parts/proxy.lua#L3
Inconsistent use of 'single quoted strings' and 'double quoted strings'
|
"Syntax inconsistency":
lua/pac3/core/client/parts/proxy.lua#L6
Inconsistent use of 'single quoted strings' and 'double quoted strings'
|
"Syntax inconsistency":
lua/pac3/core/client/parts/proxy.lua#L7
Inconsistent use of 'double quoted strings' and 'single quoted strings'
|
"Syntax inconsistency":
lua/pac3/core/client/parts/proxy.lua#L11
Inconsistent use of 'double quoted strings' and 'single quoted strings'
|
"Goto":
lua/pac3/core/client/parts/proxy.lua#L17
Don't use labels and gotos unless you're jumping out of multiple loops.
|
"Space after comma":
lua/pac3/core/client/parts/proxy.lua#L153
Style: Please add a space after the comma
|
"Whitespace style":
lua/pac3/core/client/parts/proxy.lua#L217
Style: Please put some whitespace before the operator
|
"Whitespace style":
lua/pac3/core/client/parts/proxy.lua#L218
Style: Please put some whitespace before the operator
|
"Whitespace style":
lua/pac3/core/client/parts/proxy.lua#L218
Style: Please put some whitespace before the operator
|
"Space after comma":
lua/pac3/core/client/parts/proxy.lua#L291
Style: Please add a space after the comma
|