Sha256: e5cc569de2eedbcf119a6f3c61bfcde946088a1f971fbe147cd999748c4a264f

Contents?: true

Size: 698 Bytes

Versions: 7

Compression:

Stored size: 698 Bytes

Contents

require:
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6

Layout/LineLength:
  Max: 120

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Layout/SpaceAroundMethodCallOperator:
  Enabled: true

Lint/RaiseException:
  Enabled: true

Lint/StructNewOverride:
  Enabled: true

Style/Documentation:
  Enabled: false

Style/ExponentialNotation:
  Enabled: true

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: false

Style/HashTransformValues:
  Enabled: false

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    '%w': '()'
    '%W': '()'
    '%i': '()'
    '%I': '()'

Style/NumericLiterals:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
g2_command-2.1.0 .rubocop.yml
g2_command-2.0.0 .rubocop.yml
g2_command-1.0.0 .rubocop.yml
g2_command-0.4.0 .rubocop.yml
g2_command-0.3.0 .rubocop.yml
g2_command-0.2.0 .rubocop.yml
g2_command-0.1.0 .rubocop.yml