0.24.0
Changes
- Caching now uses files in a global directory instead of local
.luacheckcachefile. Default cache directory is%LOCALAPPDATA%\Luacheck\Cacheon Windows,~/Library/Caches/Luacheckon OS X/macOS, and$XDG_CACHE_HOME/luacheckor~/.config/luacheckon other systems.
Fixes
- Fixes for using Luacheck with Lua 5.4:
- Parse 5.4 attributes in
localdeclarations (but ignores them for now) - Luacheck itself can also run with Lua 5.4
- Parse 5.4 attributes in
- Fixed
randomizemissing frombustedset of standard globals (#183). - Added additional
tableandthreaddefinitions forngx_lua. - Added additional
matchdefinition forbusted.
Miscellaneous
- Upgraded Windows binary components: Lua 5.3.4 -> 5.3.5, LuaFileSystem 1.6.3 -> 1.7.0.