Sha256: 3c84d7e67534a885c16e40b818fcb3ae08b60f24d4df66c4dab3a75787d16eb6

Contents?: true

Size: 1.16 KB

Versions: 5

Compression:

Stored size: 1.16 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: double_quotes
  ConsistentQuotesInMultiline: true
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: 25
inherit_from: .rubocop_todo.yml

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
onotole-1.0.11 templates/rubocop.yml
onotole-1.0.10 templates/rubocop.yml
onotole-1.0.8 templates/rubocop.yml
onotole-1.0.7 templates/rubocop.yml
onotole-1.0.6 templates/rubocop.yml