Skip to content
Snippets Groups Projects
  • Gleb Kashkin's avatar
    39deec83
    lua: exclude `_` prefix vars from unused check · 39deec83
    Gleb Kashkin authored
    Update luacheckrc to suppress all warnings from lua vars with `_` prefix.
    This allows to declare a function with an expected standardized interface
    without unused var warning.
    Fix luacheck warnings in src/box/console.lua.
    
    Closes #5032
    
    NO_CHANGELOG=warning fix
    NO_DOC=warning fix
    NO_TEST=warning fix
    39deec83
    History
    lua: exclude `_` prefix vars from unused check
    Gleb Kashkin authored
    Update luacheckrc to suppress all warnings from lua vars with `_` prefix.
    This allows to declare a function with an expected standardized interface
    without unused var warning.
    Fix luacheck warnings in src/box/console.lua.
    
    Closes #5032
    
    NO_CHANGELOG=warning fix
    NO_DOC=warning fix
    NO_TEST=warning fix