Skip to content
Snippets Groups Projects
Commit 39deec83 authored by Gleb Kashkin's avatar Gleb Kashkin Committed by Igor Munkin
Browse files

lua: exclude `_` prefix vars from unused check

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
parent 943ce3ca
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment