[Tarantool-patches] [PATCH 4/6] Fix luacheck warnings in extra/dist/
Sergey Bronnikov
sergeyb at tarantool.org
Tue Jun 9 19:17:50 MSK 2020
Hi,
thanks for review!
On 20:02 Sat 06 Jun , Vladislav Shpilevoy wrote:
<snipped>
> > diff --git a/.luacheckrc b/.luacheckrc
> > index e6edf8617..b917eb927 100644
> > --- a/.luacheckrc
> > +++ b/.luacheckrc
> > @@ -1,12 +1,19 @@
> > std = "luajit"
> > +globals = {"box", "_TARANTOOL"}
> > +ignore = {
> > + "212/self", -- Unused argument <self>.
> > + "411", -- Redefining a local variable.
> > + "431", -- Shadowing an upvalue.
> > +}
> > +
>
> Unnecessary empty line after }.
Fixed in a branch.
More information about the Tarantool-patches
mailing list