Sha256: 6e4f03dca5b1f8a171f5f19d25c2c638bebf786a17bace6c39e725a33e262d48

Contents?: true

Size: 921 Bytes

Versions: 2

Compression:

Stored size: 921 Bytes

Contents

AllCops:
  DisplayCopNames: true

Bundler/OrderedGems:
  Enabled: false

Metrics/LineLength:
  IgnoredPatterns:
    - !ruby/regexp /^\s*#/

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/AsciiComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/EmptyMethod:
  Enabled: false

Style/ExtraSpacing:
  AllowForAlignment: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Style/NegatedIf:
  Enabled: false

Style/SpaceInLambdaLiteral:
  EnforcedStyle: require_space

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: false

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fixer_upper-0.2.0 .rubocop.yml
fixer_upper-0.1.0 .rubocop.yml