Sha256: 21854b0beffed7acc8d592672c5b740c492b68c059b8bba08c2c6187a866382a
Contents?: true
Size: 676 Bytes
Versions: 2
Compression:
Stored size: 676 Bytes
Contents
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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gitlab-styles-11.0.0 | .rubocop.yml |
gitlab-styles-10.1.0 | .rubocop.yml |