https://github.com/sublimelinter/sublimelinter-ruby
SublimeLinter plugin for ruby, using ruby -wc.
https://github.com/sublimelinter/sublimelinter-ruby
Last synced: 12 months ago
JSON representation
SublimeLinter plugin for ruby, using ruby -wc.
- Host: GitHub
- URL: https://github.com/sublimelinter/sublimelinter-ruby
- Owner: SublimeLinter
- License: mit
- Created: 2013-12-15T21:45:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T13:26:30.000Z (over 1 year ago)
- Last Synced: 2025-02-24T05:06:18.902Z (12 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 60
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SublimeLinter-ruby
=========================
[](https://travis-ci.org/SublimeLinter/SublimeLinter-ruby)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to linting via [ruby -wc](https://www.ruby-lang.org).
It will be used with files that have the "Ruby" syntax.
## Installation
SublimeLinter must be installed in order to use this plugin.
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
Before installing this plugin, ensure that `ruby` is installed on your system.
On Mac OS X and Linux, `ruby` comes pre-installed. On Windows, follow the instructions on the [Ruby site](https://www.ruby-lang.org/en/downloads/).
If you are using `rvm` or `rbenv`, ensure that they are loaded in your shell’s "profile" file.
## Settings
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html