You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2023. It is now read-only.
This linter plugin for SublimeLinter provides an interface to rorybot. It will run automatically on files that have the "plain text, "markdown", "ruby," "html," or "html (rails)" syntax (although we need to do more testing on what it skips in ruby and html (rails) files).
Installing SublimeLinter
SublimeLinter 3 must be installed in order to use this plugin. Install SublimeLinter 3 through Package Control.
Installing rorybot
Before using this plugin, you must ensure that rorybot is installed on your system. To install rorybot, visit the readme file in the rorybot repo and follow the instructions there.
Installing sublimelinter-rory
Navigate to your Sublime packages directory.
You can find the location of the packages directory by opening Sublime and navigating to Sublime Text > Preferences > Browse Packages.
Clone this repository into your Sublime packages directory using Git.
Relaunch Sublime.
Set up console output
SublimeLinter sends the linter output to the status bar at the bottom of the screen. This is great if you only have one or two errors per line. But if you have multiple errors the text can run off the screen. The most useful way we've found to display the linter output in Sublime is to also send the stdout to Sublime's console.
Right-click on the text in a document.
Select SublimeLinter > Debug Mode.
Press ctrl + ` to open the console.
About
A Sublime linter for the rorybot style guide checker