Sha256: 2ca73f11f34dfcb7bc77f6ebcea5d91ae9b1647372508b891cce5b45d3ea5c4f

Contents?: true

Size: 461 Bytes

Versions: 11

Compression:

Stored size: 461 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5

# Use double quotes ALL THE TIME!!!
Style/StringLiterals:
  EnforcedStyle: double_quotes

# Disable Style/Documentation because...
Style/Documentation:
  Enabled: false

# Increase line length to 120
Metrics/LineLength:
  Max: 120

# Exclude class and method length for test
Metrics/BlockLength:
  Exclude:
    - "test/**/*"
Metrics/ClassLength:
  Exclude:
    - "test/**/*"
Metrics/MethodLength:
  Exclude:
    - "test/**/*"

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
rack-user-locale-0.3.0 .rubocop.yml
bicycle-0.7.0 .rubocop.yml
rack-user-locale-0.2.2 .rubocop.yml
bicycle-0.6.1 .rubocop.yml
rack-user-locale-0.2.1 .rubocop.yml
rack-user-locale-0.2.0 .rubocop.yml
bicycle-0.6.0 .rubocop.yml
rack-user-locale-0.1.1 .rubocop.yml
bicycle-0.5.2 .rubocop.yml
rack-user-locale-0.1.0 .rubocop.yml
bicycle-0.5.1 .rubocop.yml