illuaminate icon indicating copy to clipboard operation
illuaminate copied to clipboard

Very WIP static analysis for Lua

Results 13 illuaminate issues
Sort by recently updated
recently updated
newest added

It'd be really nice to have a series of linters which nitpick about minor formatting. For instance, ensuring spaces are in the correct places, enforcing a variable name convention, etc......

enhancement
area-linters

Just some ideas for linters which pick up on potential issues with people using standard library functions: - [x] Suggest replacing `pcall(function() return f() end)` (or `pcall(function f() end`) with...

enhancement
good first issue
area-linters

There's definitely some things which should be made configurable: - Have a separate filter system for code fixers. Effectively we should fold over both linter and fixer lists, and take...

enhancement