I'm using Rubocop alongside SublimeLinter and we also included it on our continuous integration server, so there is a rubocop.yml on the root of our project.
The file in the root is the one the CI uses to validate the code, but it is not as strict as I want it to be in Sublime.
Is there a way to specify the yml file that I want Rubocop to use in Sublime?