selene-lib 0.30.0

A library for linting Lua code. You probably want selene instead.
Documentation
1
2
3
4
5
6
error[unused_variable]: f is defined, but never used
  ┌─ attributes.lua:2:16
  │
2 │ local function f() end
  │                ^