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
error[unused_variable]: self is defined, but never used
  ┌─ self.lua:3:14
  │
3 │ function Foo:A() end
  │              ^
  │
  = `self` is implicitly defined when defining a method
  = if you don't need it, consider using `.` instead of `:`