selene-lib 0.30.0

A library for linting Lua code. You probably want selene instead.
Documentation
---
globals:
  deprecated_allowed:
    any: true
    deprecated:
      message: "this is deprecated"
  deprecated_blocked:
    args: []
    deprecated:
      message: "this is deprecated"
  more.deprecated_allowed:
    args: []
    deprecated:
      message: "this is deprecated"
  wow.extra.deprecated_allowed:
    args: []
    deprecated:
      message: "this is deprecated"
  deprecated_param:
    args:
      - required: false
        type:
          display: any
        deprecated:
          message: this is deprecated