Sha256: 0555c93a5c6bd67c05ee68936cf3e04cc6db00bbadc9e785a86dd3fd54bf3d38

Contents?: true

Size: 542 Bytes

Versions: 55

Compression:

Stored size: 542 Bytes

Contents

AllCops:
  # Include gemspec and Rakefile
  Includes:
    - '**/*.gemspec'
    - '**/Rakefile'
  Excludes: []

# Prefer ' strings when you don't need string interpolation or special symbols.
StringLiterals:
  Enabled: false

LineLength:
  Enabled: true
  Max: 180

# Avoid methods longer than 10 lines of code
MethodLength:
  Enabled: true
  CountComments: false  # count full line comments?
  Max: 10

# Document classes and non-namespace modules.
Documentation:
  Enabled: false

CaseEquality:
  Enabled: false

ClassVars:
  Enabled: false

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
onebox-1.8.22 .rubocop.yml
onebox-1.8.21 .rubocop.yml
onebox-1.8.20 .rubocop.yml
onebox-1.8.19 .rubocop.yml
onebox-1.8.18 .rubocop.yml
onebox-1.8.17 .rubocop.yml
onebox-1.8.16 .rubocop.yml
onebox-1.8.15 .rubocop.yml
onebox-1.8.14 .rubocop.yml
onebox-1.8.13 .rubocop.yml
onebox-1.8.12 .rubocop.yml
onebox-1.8.11 .rubocop.yml
onebox-1.8.10 .rubocop.yml
onebox-1.8.9 .rubocop.yml
onebox-1.8.8 .rubocop.yml
onebox-1.8.7 .rubocop.yml
onebox-1.8.6 .rubocop.yml
onebox-1.8.5 .rubocop.yml
onebox-1.8.4 .rubocop.yml
onebox-1.8.3 .rubocop.yml