Sha256: b1cc1dec1e86f2ad84e68b7919b33055a1cf02d89f6edd0fc9d580f5e1c65d2a

Contents?: true

Size: 327 Bytes

Versions: 5

Compression:

Stored size: 327 Bytes

Contents

inherit_gem:
  gitlab-styles:
    - rubocop-default.yml

AllCops:
  TargetRubyVersion: 2.4

# Let's just pick something from the beginning
Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

# This isn't Rails, so disable these
Rails/RakeEnvironment:
  Enabled: false
CodeReuse/ActiveRecord:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gitlab-fluent-plugin-redis-slowlog-0.1.2 .rubocop.yml
gitlab-fluent-plugin-redis-slowlog-0.1.1 .rubocop.yml
gitlab-fluent-plugin-redis-slowlog-0.1.0 .rubocop.yml
gitlab-fluent-plugin-redis-slowlog-0.0.2 .rubocop.yml
gitlab-fluent-plugin-redis-slowlog-0.0.1 .rubocop.yml