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.23 .rubocop.yml
onebox-1.5.22 .rubocop.yml
onebox-1.5.21 .rubocop.yml
onebox-1.5.20 .rubocop.yml
onebox-1.5.19 .rubocop.yml
onebox-1.5.18 .rubocop.yml
onebox-1.5.17 .rubocop.yml
onebox-1.5.16 .rubocop.yml
onebox-1.5.14 .rubocop.yml
onebox-1.5.13 .rubocop.yml
onebox-1.5.12 .rubocop.yml
onebox-1.5.11 .rubocop.yml
onebox-1.5.10 .rubocop.yml
onebox-1.5.9 .rubocop.yml
onebox-1.5.8 .rubocop.yml
onebox-1.5.7 .rubocop.yml
onebox-1.5.6 .rubocop.yml
onebox-1.5.5 .rubocop.yml
onebox-1.5.3 .rubocop.yml
onebox-1.5.2 .rubocop.yml