Sha256: 3dee06cc1c8f737c423a9f0824233d2ceec88ba0d0d570855ab5a4d5f5128f6c

Contents?: true

Size: 911 Bytes

Versions: 2

Compression:

Stored size: 911 Bytes

Contents

AllCops:
  Exclude:
    - '*.gemspec'
    - Vagrantfile

Lint/EndAlignment:
  AlignWith: variable

Metrics/MethodLength:
  Max: 15

Style/AccessModifierIndentation:
  EnforcedStyle: outdent

Style/CaseIndentation:
  IndentWhenRelativeTo: end

Style/DotPosition:
  EnforcedStyle: trailing

Style/DoubleNegation:
  Enabled: false

Style/Encoding:
  EnforcedStyle: when_needed

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/IfUnlessModifier:
  MaxLineLength: 40

Style/IndentHash:
  EnforcedStyle: consistent

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%w': '[]'
    '%W': '[]'

Style/Semicolon:
  AllowAsExpressionSeparator: true

Style/SpaceBeforeBlockBraces:
  EnforcedStyle: no_space

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: no_comma

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
image_optim_pack-0.2.1.20160119 .rubocop.yml
image_optim_pack-0.2.1.20160117 .rubocop.yml