https://github.com/satoren/lualint_for_vscode
lua linter for Visual Studio Code
https://github.com/satoren/lualint_for_vscode
lua
Last synced: 11 months ago
JSON representation
lua linter for Visual Studio Code
- Host: GitHub
- URL: https://github.com/satoren/lualint_for_vscode
- Owner: satoren
- License: unlicense
- Created: 2017-02-05T19:10:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T02:02:47.000Z (about 3 years ago)
- Last Synced: 2025-06-09T14:50:41.379Z (about 1 year ago)
- Topics: lua
- Language: TypeScript
- Size: 511 KB
- Stars: 8
- Watchers: 1
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Lua lint for visual studio code
[](https://travis-ci.org/satoren/lualint_for_vscode)
[](https://ci.appveyor.com/project/satoren/lualint-for-vscode/branch/master)
## Features
* Syntax error check
* Support all platforms for Visual Studio Code with no dependency
* Static analyze by [luacheck](https://github.com/mpeterv/luacheck) (default on)

## Extension Settings
This extension contributes the following settings:
* `lualint.useLuacheck`: If true use [luacheck](https://github.com/mpeterv/luacheck) more detail analyze. Otherwise syntax error only check.
* `lualint.maxNumberOfReports`: Maximum number of code check reports.
## Known Issues
## Release Notes
### 0.0.5
- add watch .luacheckrc files
- add source name for report
- Exclude first line comment with #
- Fix wrong column with multibyte characters
### 0.0.4
- [luacheck](https://github.com/mpeterv/luacheck) is enabled by default.
- Fixed bug, even if closed the file, the problem messages remained displayed.
### 0.0.2
- Add repositry URL