Sha256: b151d38799993bf2f86c25887aab1a86ff487d7526f6e0e1ad58042bd22b30ce

Contents?: true

Size: 681 Bytes

Versions: 9

Compression:

Stored size: 681 Bytes

Contents

inherit_from: .rubocop_todo.yml

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

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

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

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dynflow-1.2.1 .rubocop.yml
dynflow-1.2.0 .rubocop.yml
dynflow-1.2.0.pre1 .rubocop.yml
dynflow-1.1.6 .rubocop.yml
dynflow-1.1.5 .rubocop.yml
dynflow-1.1.4 .rubocop.yml
dynflow-1.1.3 .rubocop.yml
dynflow-1.1.2 .rubocop.yml
dynflow-1.1.1 .rubocop.yml