Change preprocessor duplicate error to warning #362
Annotations
1 error, 5 warnings, and 2 notices
lint
Process completed with exit code 1.
|
"Syntax inconsistency":
lua/entities/gmod_wire_expression2/base/preprocessor.lua#L76
Inconsistent use of 'single quoted strings' and 'double quoted strings'
|
"Syntax inconsistency":
lua/entities/gmod_wire_expression2/base/preprocessor.lua#L79
Inconsistent use of 'double quoted strings' and 'single quoted strings'
|
"Goto":
lua/entities/gmod_wire_expression2/base/preprocessor.lua#L399
Don't use labels and gotos unless you're jumping out of multiple loops.
|
"Goto":
lua/entities/gmod_wire_expression2/base/preprocessor.lua#L436
Don't use labels and gotos unless you're jumping out of multiple loops.
|
"Goto":
lua/entities/gmod_wire_expression2/base/preprocessor.lua#L448
Don't use labels and gotos unless you're jumping out of multiple loops.
|
lint
gh-actions-lua: No cache available, clean build
|
lint
gh-actions-lua: Storing into cache: lua:luajit-2.1.0-beta3:linux:x64:
|