Sha256: 3cf45a66dd6ecd1ff112904a70d85413666b7631f932aa2b5f5d6e0e3b80e6eb

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
      - 'examples/**/*' # generated examples aren't exactly the pinnacle of Ruby good practices

Metrics:
  Enabled: false

Layout/LineLength:
  Enabled: false

Security/Eval:
  Enabled: false # yes, we actually have a reason to use eval, stop whining

Lint/UnifiedInteger:
  Enabled: false # yes, using Fixnum in refinements is on purpose

Style/RescueModifier:
  Enabled: false

Lint/InterpolationCheck:
  Enabled: false

Style/RedundantSelf:
  Exclude:
    - lib/kaiser_ruby/refinements.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kaiser-ruby-0.8.1 .rubocop.yml