ZCPU VM now self-aware like GPU and SPU VMs are #100
Annotations
1 error, 11 warnings, and 2 notices
lint
Process completed with exit code 1.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: leafo/gh-actions-lua@v10. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
"Whitespace style":
lua/entities/gmod_wire_cpu.lua#L73
Style: Please put some whitespace before the operator
|
"Whitespace style":
lua/entities/gmod_wire_cpu.lua#L100
Style: Please put some whitespace before the operator
|
"Whitespace style":
lua/entities/gmod_wire_cpu.lua#L163
Style: Please put some whitespace before the operator
|
"Shadowing":
lua/entities/gmod_wire_cpu.lua#L170
Variable 'self' shadows existing binding, defined at line 157, column 10
|
"Whitespace style":
lua/entities/gmod_wire_cpu.lua#L199
Style: Please put some whitespace before the operator
|
"Whitespace style":
lua/entities/gmod_wire_cpu.lua#L199
Style: Please put some whitespace before the operator
|
"Whitespace style":
lua/entities/gmod_wire_cpu.lua#L200
Style: Please put some whitespace before the operator
|
"Unnecessary parentheses":
lua/entities/gmod_wire_cpu.lua#L202
Unnecessary parentheses
|
"Unused variable":
lua/entities/gmod_wire_cpu.lua#L246
Unused variable: overlayStr
|
"Double if-statement":
lua/entities/gmod_wire_cpu.lua#L317
Double if statement. Please combine the condition of this if statement with that of the outer if statement using `and`.
|
lint
gh-actions-lua: No cache available, clean build
|
lint
gh-actions-lua: Storing into cache: lua:luajit-2.1.0-beta3:linux:x64:
|