selene-lib 0.31.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]: `...` is not defined
  ┌─ varargs.lua:4:27
  │
4 │     local shouldntExist = ...
  │                           ^^^

error[undefined_variable]: `...` is not defined
  ┌─ varargs.lua:8:39
  │
8 │             local alsoShouldntExist = ...
  │                                       ^^^