Sha256: 2df59124ef78d092ba432438ae58756f82ccbdb9c772b2ea00dc07a2b1398afb

Contents?: true

Size: 716 Bytes

Versions: 25

Compression:

Stored size: 716 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3

# 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

25 entries across 25 versions & 1 rubygems

Version Path
dynflow-1.8.2 .rubocop.yml
dynflow-1.8.1 .rubocop.yml
dynflow-1.8.0 .rubocop.yml
dynflow-1.7.0 .rubocop.yml
dynflow-1.6.11 .rubocop.yml
dynflow-1.6.10 .rubocop.yml
dynflow-1.6.8 .rubocop.yml
dynflow-1.6.7 .rubocop.yml
dynflow-1.6.6 .rubocop.yml
dynflow-1.6.5 .rubocop.yml
dynflow-1.6.4 .rubocop.yml
dynflow-1.6.3 .rubocop.yml
dynflow-1.6.2 .rubocop.yml
dynflow-1.6.1 .rubocop.yml
dynflow-1.4.9 .rubocop.yml
dynflow-1.4.8 .rubocop.yml
dynflow-1.5.0 .rubocop.yml
dynflow-1.4.7 .rubocop.yml
dynflow-1.4.6 .rubocop.yml
dynflow-1.4.5 .rubocop.yml