Sha256: 5782228b6f1f5172c602f3360a1a53c309e6f38577072a3d09f51af4ec6d29a6

Contents?: true

Size: 961 Bytes

Versions: 3

Compression:

Stored size: 961 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/SignalException:
  EnforcedStyle: semantic

Style/SpaceBeforeBlockBraces:
  EnforcedStyle: no_space

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: no_comma

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
image_optim_pack-0.2.1.20160413 .rubocop.yml
image_optim_pack-0.2.1.20160406 .rubocop.yml
image_optim_pack-0.2.1.20160221 .rubocop.yml