Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.51 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.51 KB

SublimeLinter-phplint

Build Status

This linter plugin for SublimeLinter provides an interface to phplint. It will be used with files that have the "PHP", "HTML", or "HTML 5" syntax.

Installation

SublimeLinter must be installed in order to use this plugin.

Please use Package Control to install the linter plugin.

Before installing this plugin, ensure that phplint (2.0 or later) is installed on your system. To install phplint, download and run the appropriate installer from the download page. On Mac OS X, the best option is to install Homebrew and then enter the following in a terminal:

brew install phplint

If installation via brew fails, see this page for possible solutions.

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

Settings