Trying to find the Rubocop yml file

I looked in the .gem and .rvm folders.

Linux terminal

Hello,

This file does not exist by default, you need to create it.

Could you give us some more information on exactly what you are trying to do?

1 Like

I found this file, isn’t this the file I was looking for ?

What I am trying to do is to edit Rubocop’s config file so that offences that I don’t agree with I can change somehow just like I did with ESLint.

For example, I could find these offences in the config file and do something with them.

You should not edit this file here, I would suggest editing a local copy in the root of your project. Or if you want to have global settings edit it somewhere else.

You should not change configuration files that are in the package because when the package updates your changes will be overwritten.