[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Luacheck 0.23.0
- From: Sean Conner <sean@...>
- Date: Tue, 18 Sep 2018 17:08:20 -0400
It was thus said that the Great Peter Melnichenko once stated:
> Hi list,
>
> I've released Luacheck 0.23.0. Luacheck is a linter for Lua, detecting
> accidental globals, unused variables and values, unreachable code, etc.,
> see https://github.com/mpeterv/luacheck.
>
> * Default set of standard globals is now always `max`, allowing globals of all
> Lua versions. `_G` std is deprecated.
THANK YOU! This one change makes supporting multiple Lua versions *much
easier*. Again, thank you!
-spc