Skip to content

Instantly share code, notes, and snippets.

@sebasjimenez10
Last active May 9, 2018 20:43
Show Gist options
  • Save sebasjimenez10/9ecc2b1493f6f80c06b6c72217ec94d6 to your computer and use it in GitHub Desktop.
Save sebasjimenez10/9ecc2b1493f6f80c06b6c72217ec94d6 to your computer and use it in GitHub Desktop.
Sublime linter config reference
// SublimeLinter Settings - User
{
"linters": {
"rubocop": {
"enable": false,
"executable": "/Users/sebastian/.rbenv/shims/ruby",
"args": ["--config", "./.rubocop.yml"],
"use_bundle_exec": true
},
"ruby": {
"enable": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment