linter-rubocop
linter-rubocop copied to clipboard
feat: project specific configuration
Added project specific settings via .lrproject.jsonconfig file:
{
"command": "/home/dev/.rvm/gems/ruby-2.5.5/bin/rubocop",
"disableWhenNoConfigFile": true,
"fixOnSave": true
}
I am thinking in a project config file with almost the same configuration options of the config schema to simplify the rubocop initialization extracting the config file check to a method, and then, override the initial rubocop configuration before use it.
I am thinking in a project config file with almost the same configuration options of the config schema to simplify the rubocop initialization extracting the config file check to a method, and then, override the initial rubocop configuration before use it.
Done.
Pending to add some tests to check the project specific settings.
Nice, thank you!
Pending to add some tests to check the project specific settings.
I am so lazy about this.
I am so lazy about this.
It's OK. But your work is very good and useful. Thank you again, you're great person. I guess, somebody can help if you don't want to add tests (I don't know how to auto-test Atom extensions and I'm pretty busy for learning it right now).
I am so lazy about this.
It's OK. But your work is very good and useful. Thank you again, you're great person. I guess, somebody can help if you don't want to add tests (I don't know how to auto-test Atom extensions and I'm pretty busy for learning it right now).
Thank you, man.