Kampfkarren / selene

A blazing-fast modern Lua linter written in Rust

Home Page:https://kampfkarren.github.io/selene/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warn against looping over a table that is never used

Kampfkarren opened this issue · comments

local things = {}

for _, thing in things do

...should lint.