Sha256: a22b92dec0c1b0c00a329de4831b2a2f1d69166b725977d52f80f98f1adbf1f8

Contents?: true

Size: 697 Bytes

Versions: 8

Compression:

Stored size: 697 Bytes

Contents

require:
 - rubocop-minitest
 - rubocop-rake

AllCops:
  NewCops: enable
  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

8 entries across 8 versions & 1 rubygems

Version Path
markdown_exec-1.2.0 .rubocop.yml
markdown_exec-1.1.1 .rubocop.yml
markdown_exec-1.1.0 .rubocop.yml
markdown_exec-1.0.0 .rubocop.yml
markdown_exec-0.2.6 .rubocop.yml
markdown_exec-0.2.5 .rubocop.yml
markdown_exec-0.2.4 .rubocop.yml
markdown_exec-0.2.3 .rubocop.yml