Sha256: fc7c2e10aaa56d9d5e727d17d8ad2e6c402026d17c5d8215cd5ae327b1ecca85

Contents?: true

Size: 633 Bytes

Versions: 9

Compression:

Stored size: 633 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/BlockNesting:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

# Metrics/LayoutLength:
#   Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Style/GlobalVars:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 120

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
markdown_exec-0.2.1 .rubocop.yml
markdown_exec-0.2.0 .rubocop.yml
markdown_exec-0.1.3 .rubocop.yml
markdown_exec-0.1.2 .rubocop.yml
markdown_exec-0.1.1 .rubocop.yml
markdown_exec-0.1.0 .rubocop.yml
markdown_exec-0.0.6 .rubocop.yml
markdown_exec-0.0.5 .rubocop.yml
markdown_exec-0.0.3 .rubocop.yml