Welcome to SublimeLinter 3¶
SublimeLinter is a plugin for Sublime Text 3 that provides a framework for linting code. Whatever language you code in, SublimeLinter can help you write cleaner, better, more bug-free code. SublimeLinter has been designed to provide maximum flexibility and usability for users and maximum simplicity for linter authors.
The documentation for SublimeLinter is divided into two sections: one for users, and one for developers who would like to create their own linter plugins.
User Documentation | Developer Documentation
The SublimeLinter source is available on github.
Support¶
Please use the SublimeLinter issue tracker for support and bug reporting but before opening a new ticket, verify there isn’t already a ticket in the SublimeLinter issue tracker or the now deprecated SublimeLinter google group.
Be Part of the Team¶
Hundreds of hours have been spent writing and documenting SublimeLinter to make it the best it can be — easy to use, easy to configure, easy to update, easy to extend. If you depend on SublimeLinter to make your coding life better and easier, please consider making a donation to help fund development and support. Thank you!
Donate via:
User Documentation¶
Developer Documentation¶
- Creating a Linter Plugin
- Linter Attributes
- Linter Methods
- PythonLinter class
- RubyLinter class
- Contributing
- Acknowledgements