Sha256: 8b3278fa45862f68fb34c0ebf12fccc117b3e99fdaeeb9b63cb6fa95ce18b42a

Contents?: true

Size: 1.65 KB

Versions: 4

Compression:

Stored size: 1.65 KB

Contents

Style/FrozenStringLiteralComment:
  Enabled: false
Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining
AllCops:
  TargetRubyVersion: 2.7.1
  Exclude:
    - 'bin/bundle'
    - 'example/bin/bundle'

Layout/LineLength:
  Max: 160
require: rubocop-rspec
RSpec/NamedSubject:
  Enabled: false
RSpec/DescribeClass:
  Enabled: false
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'
    - 'sober_swag.gemspec'
    - 'example/spec/**/*.rb'
RSpec/ImplicitBlockExpectation:
  Enabled: false
RSpec/ImplicitExpect:
  EnforcedStyle: should
Style/MultilineBlockChain:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Style/Documentation:
  Exclude:
    - 'example/db/migrate/**/*'
Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/DeprecatedOpenSSLConstant:
  Enabled: true
Lint/DuplicateElsifCondition:
  Enabled: true
Lint/MixedRegexpCaptureTypes:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Style/AccessorGrouping:
  Enabled: true
Style/ArrayCoercion:
  Enabled: true
Style/BisectedAttrAccessor:
  Enabled: true
Style/CaseLikeIf:
  Enabled: true
Style/ExponentialNotation:
  Enabled: true
Style/HashAsLastArrayItem:
  Enabled: true
Style/HashEachMethods:
  Enabled: true
Style/HashLikeCase:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
Style/RedundantAssignment:
  Enabled: true
Style/RedundantFetchBlock:
  Enabled: true
Style/RedundantFileExtensionInRequire:
  Enabled: true
Style/RedundantRegexpCharacterClass:
  Enabled: true
Style/RedundantRegexpEscape:
  Enabled: true
Style/SlicingWithRange:
  Enabled: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sober_swag-0.5.0 .rubocop.yml
sober_swag-0.4.0 .rubocop.yml
sober_swag-0.3.0 .rubocop.yml
sober_swag-0.2.0 .rubocop.yml