SublimeLinter-contrib-lslint

Build Status Packagecontrol total downloads GitHub license GitHub issues

This SublimeLinter 3 plugin provides an interface to lslint. This plugin applies linting to files that have the lsl and ossl syntax. If you do not know what a linter is or are new to SublimeLinter, please refer to the SublimeLinter documentation.

Quick start

You're advised to install Will Bond's Package Control (see the installation page there) for Sublime Text, which makes finding, installing and keeping packages up-to-date much easier.

Requirements

Linter executable

Sublimelinter-contrib-lslint looks for the generic lslint executable by name, therefore is compatible with most derivative versions of pclewis's original lslint. Note: This linter plugin is configured to support version 1.0.4 or higher.

The plugin will propose to install the LSL package if it cannot detect lslint in your path.

A more frequently updated version of lslint is available at makopo/lslint, and is fully compatible with this linter.

Installation

In Sublime Text select from the menu Tools > Command Palette (see also Command Palette), select Package Control: Install Package and hit Enter ↩, then select SublimeLinter-contrib-lslint and hit Enter ↩.

Contributing

Please see .github/CONTRIBUTING.md.

Special thanks