Sha256: a04e6fefd63836677d526a8bea25baeb40e9ad002bf8c1b450125234235dde67

Contents?: true

Size: 853 Bytes

Versions: 4

Compression:

Stored size: 853 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true
  Exclude:
    - 'spec/**/*'
Metrics/LineLength:
  Max: 120
Style/BlockDelimiters:
  EnforcedStyle: semantic
Style/BracesAroundHashParameters:
  EnforcedStyle: context_dependent
Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: consistent_comma
Style/ClassAndModuleChildren:
  EnforcedStyle: compact
Metrics/AbcSize:
  Max: 75
Metrics/MethodLength:
  Max: 50
Metrics/ClassLength:
  Max: 300
Metrics/ModuleLength:
  Max: 300
Metrics/CyclomaticComplexity:
  Max: 10
Metrics/PerceivedComplexity:
  Max: 10
Style/TrailingCommaInArguments:
  Enabled: false
  #EnforcedStyleForMultiline: consistent_comma # this is very broke
Style/StructInheritance:
  Enabled: false
Style/AccessorMethodName:
  Enabled: false
Lint/CircularArgumentReference: 
  Enabled: false # this does not work very well

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
critic-0.2.3 .rubocop.yml
critic-0.2.2 .rubocop.yml
critic-0.2.1 .rubocop.yml
critic-0.2.0 .rubocop.yml