selene-lib 0.30.0

A library for linting Lua code. You probably want selene instead.
Documentation
1
2
3
4
5
6
error[high_cyclomatic_complexity]: cyclomatic complexity is too high (2 > 1)
  ┌─ lua51_basic_complexity.lua:2:11
  │
2 │ local h = function()
  │           ^^^^^^^^^^