Sha256: 3a34fd471969f3c9a472e7b5f68ea5832a4e6c9416240236f1775df71dd08b05
Contents?: true
Size: 657 Bytes
Versions: 3
Compression:
Stored size: 657 Bytes
Contents
inherit_from: - rubocop-default.yml require: - rubocop/cop/internal_affairs AllCops: NewCops: disable # https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/-/issues/40 SuggestExtensions: false # https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/-/issues/39 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gitlab-styles-9.2.0 | .rubocop.yml |
gitlab-styles-9.1.0 | .rubocop.yml |
gitlab-styles-9.0.0 | .rubocop.yml |