All Projects → AtomLinter → linter-ruby

AtomLinter / linter-ruby

Licence: other
Linter plugin for ruby, using ruby -wc.

Programming Languages

javascript
184084 projects - #8 most used programming language

linter-ruby

This linter plugin for Linter provides an interface to Ruby's builtin syntax analysis. It will be used with files that have the Ruby syntax.

Installation

On first activation the plugin will install all dependencies automatically, you no longer have to worry about installing Linter.

Just install this package and you'll be good to go.

Settings

You can configure linter-ruby by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

'linter-ruby':
  # ruby path. run `which ruby` to find the path.
  'rubyExecutablePath': null

  # ignored extensions, ERB and markdown files by default.
  'ignoredExtensions': 'erb, md'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].