Good Cop
Good Cop is a configuration for RuboCop that’s been known to be a little more lenient and agreeable than other cops. Just add this line to the top of your RuboCop config file to start using it today.
inherit_from: "https://www.goodcop.style/rubocop.yml"
If RuboCop goes goblin mode on your code, please open an issue and let us know.
Tabs
Please also consider adding this configuration to make your code more accessible to others by switching from spaces to tabs for indentation.
inherit_from: "https://www.goodcop.style/tabs.yml"