luacheck
0.21.2
  • List of warnings
  • Command line interface
  • Configuration file
  • Inline options
  • Luacheck module
luacheck
  • Luacheck documentation
  • View page source

Luacheck documentationΒΆ

Contents:

  • List of warnings
    • Global variables (1xx)
      • Read-only globals
      • Implicitly defined globals
      • Modules
    • Unused variables (2xx) and values (3xx)
      • Unused values and uninitialized variables
      • Secondary values and variables
    • Shadowing declarations (4xx)
    • Control flow and data flow issues (5xx)
      • Unreachable code
      • Unused labels
      • Unbalanced assignments
      • Empty blocks
      • Empty statements
    • Formatting issues (6xx)
      • Whitespace issues
      • Line length limits
  • Command line interface
    • Command line options
    • Patterns
    • Defining extra globals and fields
    • Sets of standard globals
    • Formatters
    • Caching
    • Stable interface for editor plugins and tools
  • Configuration file
    • Config options
    • Custom sets of globals
    • Per-file and per-path overrides
  • Inline options
  • Luacheck module
    • Report format

This is documentation for 0.21.2 version of Luacheck, a linter for Lua.

Next

© Copyright 2014 - 2017, Peter Melnichenko.

Built with Sphinx using a theme provided by Read the Docs.