faker icon indicating copy to clipboard operation
faker copied to clipboard

Fix Rubocop warnings

Open thdaraujo opened this issue 2 years ago • 0 comments

When running Rubocop, we get the following warnings:

The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your `.rubocop.yml` file.

Please also note that you can opt-in to new cops by default by adding this to your config:

and

The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your `.rubocop.yml` file.

Please also note that you can opt-in to new cops by default by adding this to your config:

Let's update the Rubocop YML file to solve these warnings.

thdaraujo avatar Aug 09 '22 19:08 thdaraujo