Sha256: f85f5476364a69014d8b64439f6f414f899ae4f70edd42dae1773d956c681959

Contents?: true

Size: 682 Bytes

Versions: 2

Compression:

Stored size: 682 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Documentation:
  Enabled: false

Metrics/BlockLength:
  Max: 32
  Exclude:
    - "spec/**/*.rb"

Metrics/ClassLength:
  Max: 120

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 12

Style/AndOr:
  EnforcedStyle: conditionals

Style/Encoding:
  EnforcedStyle: when_needed

Style/FrozenStringLiteralComment:
  Enabled: false

Style/IndentHash:
  Enabled: false

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    "%i": "[]"
    "%I": "[]"
    "%w": "[]"
    "%W": "[]"

Style/RedundantSelf:
  Enabled: false

Style/SignalException:
  Enabled: true
  EnforcedStyle: semantic

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jdbc-0.1.1-java .rubocop.yml
jdbc-0.1.0-jruby .rubocop.yml