• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

linter-ruby-lint

Lint Ruby, using ruby-lint
stephenbinns
3,252
4
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

linter-ruby-lint

This linter plugin for Linter provides an interface to ruby-lint to lint files

Installation

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

You will need ruby-lint installed and on the path

gem install ruby-lint

Settings

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

'linter-ruby-lint':
  # ruby-lint path. run `which ruby-lint` to find the path.
  'rubyLintExecutablePath': null
 
  # ignored extensions, ERB and markdown files by default.
  'ignoredExtensions': 'erb, md'
 
  # skipped checks empty by default - use part of the warning
  'skippedChecks': 'undefined constant'

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by