Sha256: 0eb9759cdbbbfa311116fcea82f898bdf716e698fbb4a5fc18ae369511de30c8

Contents?: true

Size: 1.16 KB

Versions: 38

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: 35
inherit_from: .rubocop_todo.yml

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
onotole-2.0.2 templates/rubocop.yml
onotole-2.0.1 templates/rubocop.yml
onotole-2.0.0 templates/rubocop.yml
onotole-1.2.11 templates/rubocop.yml
onotole-1.2.10 templates/rubocop.yml
onotole-1.2.9 templates/rubocop.yml
onotole-1.2.8 templates/rubocop.yml
onotole-1.2.7 templates/rubocop.yml
onotole-1.2.6 templates/rubocop.yml
onotole-1.2.5 templates/rubocop.yml
onotole-1.2.4 templates/rubocop.yml
onotole-1.2.3 templates/rubocop.yml
onotole-1.2.2 templates/rubocop.yml
onotole-1.2.1 templates/rubocop.yml
onotole-1.1.21 templates/rubocop.yml
onotole-1.1.20 templates/rubocop.yml
onotole-1.1.19 templates/rubocop.yml
onotole-1.1.18 templates/rubocop.yml
onotole-1.1.17 templates/rubocop.yml
onotole-1.1.16 templates/rubocop.yml