Sha256: 14e55031500d73147481128f4e358e3fac8fb12fc489046e112cb3a07180ccd6

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

AllCops:
  NewCops: disable
  SuggestExtensions: false
  TargetRubyVersion: 2.6

Documentation:
  Enabled: false

Naming/VariableNumber:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

Naming/MethodParameterName:
  Enabled: false

Naming/FileName:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/BlockDelimiters:
  Enabled: false

Style/GlobalVars:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

Style/Semicolon:
  Enabled: false

Style/OptionalBooleanParameter:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/StringConcatenation:
  Enabled: false

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 400

Metrics/BlockNesting:
  Max: 5

Metrics/MethodLength:
  Max: 400

Metrics/BlockLength:
  Max: 200

Metrics/AbcSize:
  Max: 400

Metrics/PerceivedComplexity:
  Max: 100

Metrics/ClassLength:
  Max: 800

Metrics/CyclomaticComplexity:
  Max: 100

Metrics/ParameterLists:
  Max: 8

Metrics/ModuleLength:
  Max: 200

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rsyntaxtree-1.1.4 .rubocop.yml
rsyntaxtree-1.1.3 .rubocop.yml
rsyntaxtree-1.1.2 .rubocop.yml
rsyntaxtree-1.1.1 .rubocop.yml
rsyntaxtree-1.1.0 .rubocop.yml