couldn't figure out how to set a path to a custom rubocop.yml file. Is it undocumented or is it broken? This is my config: ``` --- engines: rubocop: enabled: true config: '.custom_rubocop.yml' ```