inherit_from: - ~/configs/.rubocop.yml AllCops: NewCops: enable Include: - 'lib/**/*.rb' Exclude: - 'bin/**/*' - 'test/**/*'