Skip to content

Effect/Console.lua: unused s argument in time/timeLog/timeEnd stubs (luacheck) #1

Description

@Unisay

luacheck --quiet --std min src/ (the canonical fork CI lint) flags 3 warnings at src/Effect/Console.lua lines 7-9: the time, timeLog, timeEnd stubs take an argument s but only call error(...), so s is unused.

Minor, but it blocks the fork from reaching a luacheck-clean CI under the canonical standard. Fix: prefix the unused parameter (_s) or implement the timers. Pre-existing; not caused by the alignment work.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions