Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitchellwrosen/llint

Lua linter
https://github.com/mitchellwrosen/llint

Last synced: about 1 month ago
JSON representation

Lua linter

Awesome Lists containing this project

README

        

Lua linter.

Goals:

- Style checking
- Expression replacement suggestions à la [hlint](http://community.haskell.org/~ndm/hlint/)
- Dynamic analysis, e.g. shadowing, uninitialized variables, etc; à la [luacheck](https://github.com/mpeterv/luacheck)
- Type inference and type checking (ha)

Todos:

- Everything

_____

##### Building

stack build

##### Installing to local PATH

stack install

##### Running

llint

or, if built but not installed,

stack exec llint

##### Testing

stack test