Sha256: c9e743059a716118b81f88d47e95e0a347c3c32665a680a10bcc6ee567641930

Contents?: true

Size: 1.17 KB

Versions: 9

Compression:

Stored size: 1.17 KB

Contents

AllCops:
  Exclude:
    - '*.gemspec'
    - 'build/**/*'
    - 'download/**/*'
    - Vagrantfile

Bundler/OrderedGems:
  Enabled: false

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Layout/DotPosition:
  EnforcedStyle: trailing

Layout/IndentHash:
  EnforcedStyle: consistent

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/Alias:
  EnforcedStyle: prefer_alias_method

Style/DoubleNegation:
  Enabled: false

Style/EmptyCaseCondition:
  Enabled: false

Style/Encoding:
  EnforcedStyle: when_needed

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/IfUnlessModifier:
  MaxLineLength: 40

Style/MultilineBlockChain:
  Enabled: false

Style/Semicolon:
  AllowAsExpressionSeparator: true

Style/SignalException:
  EnforcedStyle: semantic

Style/SpecialGlobalVars:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: no_comma

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
image_optim_pack-0.5.0.20170830-x86_64-openbsd .rubocop.yml
image_optim_pack-0.5.0.20170830-x86-openbsd .rubocop.yml
image_optim_pack-0.5.0.20170830-x86_64-linux .rubocop.yml
image_optim_pack-0.5.0.20170830-x86-linux .rubocop.yml
image_optim_pack-0.5.0.20170830-x86-freebsd .rubocop.yml
image_optim_pack-0.5.0.20170830-amd64-freebsd .rubocop.yml
image_optim_pack-0.5.0.20170830-x86_64-darwin .rubocop.yml
image_optim_pack-0.5.0.20170830-x86-darwin .rubocop.yml
image_optim_pack-0.5.0.20170830 .rubocop.yml