Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchellwrosen/llint
Lua linter
https://github.com/mitchellwrosen/llint
Last synced: about 1 month ago
JSON representation
Lua linter
- Host: GitHub
- URL: https://github.com/mitchellwrosen/llint
- Owner: mitchellwrosen
- License: bsd-3-clause
- Created: 2015-08-16T02:41:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T02:11:29.000Z (about 9 years ago)
- Last Synced: 2024-10-22T06:55:17.103Z (3 months ago)
- Language: Haskell
- Size: 211 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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