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.1 .rubocop.yml
onebox-1.5.0 .rubocop.yml
onebox-1.4.9 .rubocop.yml
onebox-1.4.8 .rubocop.yml
onebox-1.4.7 .rubocop.yml
onebox-1.4.5 .rubocop.yml
onebox-1.4.4 .rubocop.yml
onebox-1.4.3 .rubocop.yml
onebox-1.4.2 .rubocop.yml
onebox-1.4.1 .rubocop.yml
onebox-1.4.0 .rubocop.yml
onebox-1.3.9 .rubocop.yml
onebox-1.3.8 .rubocop.yml
onebox-1.3.7 .rubocop.yml
onebox-1.3.6 .rubocop.yml
onebox-1.3.5 .rubocop.yml
onebox-1.3.4 .rubocop.yml
onebox-1.3.3 .rubocop.yml
onebox-1.3.2 .rubocop.yml
onebox-1.3.1 .rubocop.yml