Sha256: cdcfd8befc86e2f3b06739859c2ace7a0809ebf9319bee827a7adba9a147bcc1

Contents?: true

Size: 1.03 KB

Versions: 8

Compression:

Stored size: 1.03 KB

Contents

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

Lint/EndAlignment:
  AlignWith: variable

Metrics/MethodLength:
  Max: 15

Style/AccessModifierIndentation:
  EnforcedStyle: outdent

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/CaseIndentation:
  IndentWhenRelativeTo: end

Style/DotPosition:
  EnforcedStyle: trailing

Style/DoubleNegation:
  Enabled: false

Style/EmptyCaseCondition:
  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

8 entries across 8 versions & 1 rubygems

Version Path
image_optim_pack-0.3.0.20161206 .rubocop.yml
image_optim_pack-0.3.0.20161108 .rubocop.yml
image_optim_pack-0.3.0.20161021 .rubocop.yml
image_optim_pack-0.3.0.20160927 .rubocop.yml
image_optim_pack-0.3.0.20160905 .rubocop.yml
image_optim_pack-0.3.0.20160812 .rubocop.yml
image_optim_pack-0.3.0.20160806 .rubocop.yml
image_optim_pack-0.3.0 .rubocop.yml