syntax checker complains about non-existant in at for loops

Issue #30 resolved
mezzodrinker repo owner created an issue
for k,v in next,_G do
  -- do something
end

The syntax checker complains about a missing in at the for loop even though it's there. Need to add in to mts.yml, I probably forgot.

Comments (3)

  1. Log in to comment