https://github.com/SublimeLinter/SublimeLinter-luacheck
SublimeLinter 3 plugin for lua, using luacheck
https://github.com/SublimeLinter/SublimeLinter-luacheck
Last synced: 7 months ago
JSON representation
SublimeLinter 3 plugin for lua, using luacheck
- Host: GitHub
- URL: https://github.com/SublimeLinter/SublimeLinter-luacheck
- Owner: SublimeLinter
- License: mit
- Created: 2014-07-11T18:57:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T10:22:46.000Z (10 months ago)
- Last Synced: 2025-04-24T11:29:48.625Z (10 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 28
- Watchers: 11
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SublimeLinter-luacheck
================================
[](https://travis-ci.org/SublimeLinter/SublimeLinter-luacheck)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [luacheck](http://luacheck.readthedocs.io).
It will be used with files that have the "Lua" syntax.
## Installation
SublimeLinter must be installed in order to use this plugin.
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
Before using this plugin, ensure that `luacheck` is installed on your system.
To install `luacheck`, follow the instructions at the [luacheck repo](https://github.com/mpeterv/luacheck/#installation).
Please make sure that the path to `luacheck` is available to SublimeLinter.
The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
## Settings
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html
The preferred method of configuring `luacheck` is via [.luacheckrc files](http://luacheck.readthedocs.io/en/stable/config.html)