Sha256: c8e390b6ea19a959f3e91c367d8826b72c0dad73b470891c306e126ddfaa92dc

Contents?: true

Size: 643 Bytes

Versions: 5

Compression:

Stored size: 643 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.5

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120
Layout/DotPosition:
  EnforcedStyle: trailing
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Layout/HashAlignment:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table

RSpec/MultipleExpectations:
  Enabled: false
RSpec/NestedGroups:
  Max: 4

Lint/MissingSuper:
  Enabled: false

Naming/MethodParameterName:
  AllowedNames:
    - as

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wise_gopher-0.3.2 .rubocop.yml
wise_gopher-0.2.2 .rubocop.yml
wise_gopher-0.2.1 .rubocop.yml
wise_gopher-0.2.0 .rubocop.yml
wise_gopher-0.1.0 .rubocop.yml