Skip to content

Releases: jeffzi/llscheck

v0.6.0

25 Oct 13:57
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.6.0

v0.5.0

24 Jul 08:06
5e24814
Compare
Choose a tag to compare

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

Full Changelog**:

v0.4.1...v0.5.0

v0.4.1

09 Jul 21:20
054fd29
Compare
Choose a tag to compare

Fixes

  • Lines and characters start at 1

Full Changelog

v0.4.0...v0.4.1

v0.4.0

09 Jul 20:41
0a6f46d
Compare
Choose a tag to compare

Fixes

Full Changelog

v0.3.0...v0.4.0

v0.3.0

31 Oct 23:32
f974c7e
Compare
Choose a tag to compare

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

30 Oct 23:13
5fae2f9
Compare
Choose a tag to compare

Features

  • Add --configpath option

Fixes

Full Changelog

v0.1.0...v0.2.0

v0.1.0

28 Oct 22:19
bc420b9
Compare
Choose a tag to compare

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.