Sha256: 78c97c49b8e62499b4c898b6a1740ba071f0b9bef3cc657e332f0c52ca08f00d

Contents?: true

Size: 812 Bytes

Versions: 2

Compression:

Stored size: 812 Bytes

Contents

inherit_from: .rubocop_todo.yml
inherit_gem:
  theforeman-rubocop:
    - lenient.yml

AllCops:
  TargetRubyVersion: 2.7

# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
Layout/ExtraSpacing:
  Enabled: true

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: with_first_parameter, with_fixed_indentation
Layout/ParameterAlignment:
  Enabled: true

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: aligned, indented
Layout/MultilineOperationIndentation:
  Enabled: true

# Cop supports --auto-correct.
Layout/EmptyLines:
  Enabled: true

Metrics/ModuleLength:
  Exclude:
  - test/**/*

Style/LambdaCall:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dynflow-1.9.0 .rubocop.yml
dynflow-1.8.3 .rubocop.yml