Sha256: 5066b74d6f21b7f2169e0434aca9e567d6634f0ac6ef11f0f931c8a76f9eca3a

Contents?: true

Size: 1.58 KB

Versions: 28

Compression:

Stored size: 1.58 KB

Contents

AllCops:
  Exclude:
    - '*.gemspec'
    - 'build/**/*'
    - 'download/**/*'
    - 'vendor/bundle/**/*'
    - Vagrantfile
  NewCops: enable

Bundler/OrderedGems:
  Enabled: false

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Layout/DotPosition:
  EnforcedStyle: trailing

Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent

Layout/LineLength:
  Max: 120

Layout/RescueEnsureAlignment:
  Enabled: false

Layout/SpaceBeforeBlockBraces:
  EnforcedStyle: no_space

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb

Metrics/MethodLength:
  Max: 15

Security/YAMLLoad:
  Exclude:
    - script/livecheck

Style/AccessorGrouping:
  Enabled: false

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/DoubleNegation:
  Enabled: false

Style/EmptyCaseCondition:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

Style/HashConversion:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/HashTransformKeys:
  Enabled: false

Style/HashTransformValues:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/RedundantArgument:
  Enabled: false

Style/Semicolon:
  AllowAsExpressionSeparator: true

Style/SignalException:
  EnforcedStyle: semantic

Style/SymbolArray:
  Enabled: false

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: no_comma

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
image_optim_pack-0.8.0-x86-linux .rubocop.yml
image_optim_pack-0.8.0-x86_64-linux .rubocop.yml
image_optim_pack-0.8.0-x86_64-darwin .rubocop.yml
image_optim_pack-0.8.0 .rubocop.yml
image_optim_pack-0.7.0.20211002-x86-linux .rubocop.yml
image_optim_pack-0.7.0.20211002-x86_64-linux .rubocop.yml
image_optim_pack-0.7.0.20211002-x86_64-darwin .rubocop.yml
image_optim_pack-0.7.0.20211002 .rubocop.yml