tooling/bins/selene
Luka 3e1876ad43
feat(lib): switch to luau-unzip (#3)
* chore(bins): bump `asphalt` to v0.8.4

* chore(bins): bump `selene` to v0.28.0

* feat(lib): use luau-unzip

* chore(CHANGELOG): add luau-unzip

* chore: switch back to CRLF

* fix(lib): extracting wrong binary

* refactor(lib): use extractEntry function

* refactor(lib): make checks explicit and add comments to zip decompressor

* chore(lib): remove unused exec util

* chore(CHANGELOG): remove trailing full-stop

---------

Co-authored-by: Erica Marigold <hi@devcomp.xyz>
2025-01-16 13:08:06 +05:30
..
init.luau feat(bins): include selene tool 2024-11-28 16:10:39 +00:00
pesde.lock feat(lib): switch to luau-unzip (#3) 2025-01-16 13:08:06 +05:30
pesde.toml feat(lib): switch to luau-unzip (#3) 2025-01-16 13:08:06 +05:30
README.md chore(bins): update selene README 2024-12-13 13:39:18 +00:00

selene

Read the documentation here!

selene is a blazing-fast modern Lua linter written in Rust.

Priorities:

  • It's okay to not diagnose every problem, as long as the diagnostics that are made are never wrong
  • Easy to extend and modify
  • Easy to configure
  • ...but the user should need to configure as little as possible