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.2 .rubocop.yml
onebox-1.8.1 .rubocop.yml
onebox-1.8.0 .rubocop.yml
onebox-1.7.9 .rubocop.yml
onebox-1.7.8 .rubocop.yml
onebox-1.7.7 .rubocop.yml
onebox-1.7.6 .rubocop.yml
onebox-1.7.5 .rubocop.yml
onebox-1.7.4 .rubocop.yml
onebox-1.7.3 .rubocop.yml
onebox-1.7.2 .rubocop.yml
onebox-1.7.1 .rubocop.yml
onebox-1.7.0 .rubocop.yml
onebox-1.6.9 .rubocop.yml
onebox-1.6.8 .rubocop.yml
onebox-1.6.7 .rubocop.yml
onebox-1.6.6 .rubocop.yml
onebox-1.6.5 .rubocop.yml
onebox-1.6.4 .rubocop.yml
onebox-1.6.3 .rubocop.yml