Last active
May 9, 2018 20:43
-
-
Save sebasjimenez10/9ecc2b1493f6f80c06b6c72217ec94d6 to your computer and use it in GitHub Desktop.
Sublime linter config reference
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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