selene-lib 0.30.0

A library for linting Lua code. You probably want selene instead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
error[undefined_variable]: `bar` is not defined
  ┌─ basic.lua:4:7
  │
4 │ print(bar)
  │       ^^^

error[undefined_variable]: `baz` is not defined
   ┌─ basic.lua:10:6
   │
10 │ call(baz)
   │      ^^^