This plugin for Linter provides an interface to ruumba. It will be used with files that use the Ruby ERB templating system syntax.
Linter must be installed in order to use this plugin. It is a hard dependency. If Linter is not installed, please follow the instructions here.
Before using this plugin, you must ensure that ruumba
is installed on your
system. To install ruumba
, do the following:
Now you can proceed to install the linter-ruumba plugin.
$ apm install linter-ruumba
You can configure linter-ruumba from its settings panel or by editing
~/.atom/config.cson
(choose Open Your Config in Atom menu).
'linter-ruumba':
'executablePath': /path/to/your/ruumba/here
'linter-ruumba':
'disableWhenNoConfigFile': false
'linter-ruumba':
'useParallelExecution': false
Run which ruumba
to find the path (if you're using rbenv run
rbenv which ruumba
).
If you are working with a Rails project take a look at How best to use ruumba with rubocop on a Rails project? for an appropiated configuration.