Releases: jeffzi/llscheck
Releases · jeffzi/llscheck
v0.6.0
What's Changed
- Fix Compatibility Issue: Removed the use of abspath in path handling, resolving an incompatibility with lua-language-server's
workspace.library
, which requires relative paths. Thanks to @ColinKennedy for addressing this in PR #9!
New Contributors
- @ColinKennedy made their first contribution in #9
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Features
- Add support for isatty and no color (via NO_COLOR env and --no-color arg) by @telemachus in #6
Fixes
- Add final newline in #5
New Contributors
- @telemachus made their first contribution in #6
Full Changelog**:
v0.4.1
v0.4.0
Fixes
- Accepts a single workspace argument instead of files/directories (see LuaLS/lua-language-server#2749 (comment))
Full Changelog
v0.3.0
Features
- Improve summary format
- Deemphasize hint diagnostics
Fixes
- Quote Lua Language Server arguments
- Exit with failure code when Lua Language Server fails
Full Changelog
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Features
- Add --configpath option
Fixes
- Add missing ansicolors dependency
- Work-around for lua-language-server not using the default .luarc.json
Full Changelog
v0.1.0
LLSCheck is a command-line utility that leverages the Lua Language Server for linting and static analysis of Lua code. It delivers user-friendly reports, enhancing readability compared to raw JSON output. Moreover, LLSCheck seamlessly integrates with popular CI tools.