Sha256: 1d9bd57cdaa61aab101a38a4acb550f31d221e8943a571724d8a1adc8839fcae

Contents?: true

Size: 1.69 KB

Versions: 9

Compression:

Stored size: 1.69 KB

Contents

Style/FrozenStringLiteralComment:
  Enabled: false
Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining
AllCops:
  TargetRubyVersion: 2.6.0
  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/**/*'
Metrics/PerceivedComplexity:
  Enabled: false
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

9 entries across 9 versions & 1 rubygems

Version Path
sober_swag-0.14.0 .rubocop.yml
sober_swag-0.13.0 .rubocop.yml
sober_swag-0.12.0 .rubocop.yml
sober_swag-0.11.0 .rubocop.yml
sober_swag-0.10.0 .rubocop.yml
sober_swag-0.9.0 .rubocop.yml
sober_swag-0.8.0 .rubocop.yml
sober_swag-0.7.0 .rubocop.yml
sober_swag-0.6.0 .rubocop.yml