inherit_from: - rubocop-default.yml - .rubocop_todo.yml require: - rubocop/cop/internal_affairs - rubocop-rake AllCops: NewCops: disable # https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/-/issues/40 Gemspec/DevelopmentDependencies: EnforcedStyle: gemspec Enabled: true InternalAffairs/DeprecateCopHelper: Enabled: true Include: - spec/**/*.rb # This only makes sense for cops that are included with RuboCop. We could add # our own config/default.yml and do something like # https://github.com/rubocop/rubocop-rspec/blob/master/lib/rubocop/rspec/inject.rb, # but realistically this is OK here. InternalAffairs/UndefinedConfig: Enabled: false