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.6.2 .rubocop.yml
onebox-1.6.1 .rubocop.yml
onebox-1.6.0 .rubocop.yml
onebox-1.5.65 .rubocop.yml
onebox-1.5.64 .rubocop.yml
onebox-1.5.63 .rubocop.yml
onebox-1.5.62 .rubocop.yml
onebox-1.5.61 .rubocop.yml
onebox-1.5.60 .rubocop.yml
onebox-1.5.50 .rubocop.yml
onebox-1.5.49 .rubocop.yml
onebox-1.5.48 .rubocop.yml
onebox-1.5.47 .rubocop.yml
onebox-1.5.45 .rubocop.yml
onebox-1.5.44 .rubocop.yml