selene-lib 0.3.0

A library for linting Lua code. You probably want selene instead.
Documentation
1
2
3
4
5
6
7
-- Mutated, but never used
local foo = {}
foo.a = 1

-- This is allowed, since mutating it might be doing something
local bar = call()
bar.a = 1