Skip to content

SublimeLinter/SublimeLinter-luacheck

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

SublimeLinter-luacheck

Build Status

This linter plugin for SublimeLinter provides an interface to luacheck. 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 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.

Please make sure that the path to luacheck is available to SublimeLinter. The docs cover troubleshooting PATH configuration.

Settings

The preferred method of configuring luacheck is via .luacheckrc files