Sha256: 40b354036632747ddbad5e248d2553479dbc3494330dee921f537bfbb4e2944c

Contents?: true

Size: 2 KB

Versions: 7

Compression:

Stored size: 2 KB

Contents

require:
 - rubocop-minitest
 - rubocop-rake
 - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6

Layout/LeadingCommentSpace:
  Enabled: false

Layout/LineContinuationLeadingSpace:
  Enabled: false

Layout/LineLength:  # 2024-01-21 temp disable
  Enabled: false
  # Max: 96
  # Max: 120

Lint/Debugger:
  Enabled: false

Lint/SafeNavigationChain:
  Enabled: false

Lint/UnusedMethodArgument:
  Enabled: false

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

Metrics/PerceivedComplexity:
  Enabled: false

Minitest/MultipleAssertions:
  Enabled: false

Naming/RescuedExceptionsVariableName:
  PreferredName: err

Security/Eval:
  Enabled: false

Security/YAMLLoad:
  Enabled: false

Style/ClassVars:
  Enabled: false

Style/CommentedKeyword:
  Enabled: false

Style/Documentation:  # 2024-01-21 temp disable
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/EmptyElse:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

Style/GlobalVars:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/MixinUsage:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/OpenStructUse:
  Enabled: false

Style/OptionalBooleanParameter:
  Enabled: false

Style/PerlBackrefs: # Prefer ::Regexp.last_match.post_match over $'.
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Style/Semicolon: # Do not use semicolons to terminate expressions.
  Enabled: false

Style/SingleLineMethods: # Avoid single-line method definitions.
  Enabled: false

Style/SlicingWithRange:
  Enabled: false

Style/SpecialGlobalVars:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Style/UnlessElse:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
markdown_exec-2.1.0 .rubocop.yml
markdown_exec-2.0.8.4 .rubocop.yml
markdown_exec-2.0.8.3 .rubocop.yml
markdown_exec-2.0.8.2 .rubocop.yml
markdown_exec-2.0.8.1 .rubocop.yml
markdown_exec-2.0.8 .rubocop.yml
markdown_exec-2.0.7 .rubocop.yml