Sha256: 84955a45547d49057bea3e9c29054219cc16daf9f4455d37409a97c8ff13730e

Contents?: true

Size: 1.01 KB

Versions: 9

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:
  Enabled: false

Metrics/ModuleLength:
  Max: 200

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rsyntaxtree-1.2.9 .rubocop.yml
rsyntaxtree-1.2.8 .rubocop.yml
rsyntaxtree-1.2.7 .rubocop.yml
rsyntaxtree-1.2.6 .rubocop.yml
rsyntaxtree-1.2.5 .rubocop.yml
rsyntaxtree-1.2.4 .rubocop.yml
rsyntaxtree-1.2.3 .rubocop.yml
rsyntaxtree-1.2.2 .rubocop.yml
rsyntaxtree-1.2.1 .rubocop.yml