Skip to content

Instantly share code, notes, and snippets.

@wprater
Created August 21, 2012 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wprater/3413799 to your computer and use it in GitHub Desktop.
Save wprater/3413799 to your computer and use it in GitHub Desktop.
RubyMotion module for SublimeLinter bundle for Sublime Text.
from ruby import Linter
CONFIG = {
'language': 'RubyMotion',
'executable': '/Library/RubyMotion/bin/ruby',
'lint_args': '-wc'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment