Sha256: 7ceef4d363dac368a921620f1e28cc6b6c1cc8abab906f0070750096cbf71fb6

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 KB

Contents

Style/AlignHash:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table
  AutoCorrect: true
Style/IndentationConsistency:
  EnforcedStyle: rails
Style/StringLiterals:
  ConsistentQuotesInMultiline: true
Metrics/ClassLength:
  CountComments: false
  Max: 500
Metrics/ModuleLength:
  CountComments: false
  Max: 500
Lint/EndAlignment:
  AutoCorrect: true
Lint/DefEndAlignment:
  AutoCorrect: true
Rails:
  Enabled: true
Style/AutoResourceCleanup:
  Description: 'Suggests the usage of an auto resource cleanup version of a method (if available).'
  Enabled: true
Metrics/MethodLength:
  CountComments: false  # count full line comments?
  Max: 40
Style/StringLiterals:
  EnforcedStyle: single_quotes
Style/StringLiteralsInInterpolation:
  EnforcedStyle: single_quotes
NumericLiterals:
  Enabled: false
Metrics/LineLength:
  Max: 160
Documentation:
  Enabled: false
Lint/Debugger:        # Easy deletion of all debugger breakpoints. false for debug
  Enabled: true
AllCops:
  Exclude:
    - 'bin/**/*'
    - 'vendor/**/*'
    - 'log/**/*'    
    - 'tmp/**/*'    
  TargetRubyVersion: 2.3
Metrics/AbcSize:
  Max: 30
inherit_from: .rubocop_todo.yml

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
onotole-1.0.8 .rubocop.yml
onotole-1.0.7 .rubocop.yml
onotole-1.0.6 .rubocop.yml