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