Sha256: 5d5a10d772cdbaf04912fdf6c5641c9886289733fc8cc2fd0cba93d2a741cd95

Contents?: true

Size: 573 Bytes

Versions: 71

Compression:

Stored size: 573 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

# Limit lines to 79 characters.
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

71 entries across 71 versions & 1 rubygems

Version Path
onebox-1.5.43 .rubocop.yml
onebox-1.5.42 .rubocop.yml
onebox-1.5.41 .rubocop.yml
onebox-1.5.40 .rubocop.yml
onebox-1.5.39 .rubocop.yml
onebox-1.5.38 .rubocop.yml
onebox-1.5.37 .rubocop.yml
onebox-1.5.36 .rubocop.yml
onebox-1.5.35 .rubocop.yml
onebox-1.5.34 .rubocop.yml
onebox-1.5.33 .rubocop.yml
onebox-1.5.32 .rubocop.yml
onebox-1.5.31 .rubocop.yml
onebox-1.5.30 .rubocop.yml
onebox-1.5.29 .rubocop.yml
onebox-1.5.28 .rubocop.yml
onebox-1.5.27 .rubocop.yml
onebox-1.5.26 .rubocop.yml
onebox-1.5.25 .rubocop.yml
onebox-1.5.24 .rubocop.yml