Sha256: d9994ea31848085394491ce72ea79c46576bec00eda497d8de2186466132d6f7

Contents?: true

Size: 621 Bytes

Versions: 7

Compression:

Stored size: 621 Bytes

Contents

require: rubocop-rspec

Layout/LineLength:
  Max: 120

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7
  Exclude:
    - 'lib/active_support/**/*'
    - 'spec/lib/active_support/**/*'
    - 'pkg/**/*'
    - 'vendor/**/*'
    - 'coverage/**/*'
    - '.idea/**/*'
    - '*.gemspec'

Metrics/ParameterLists:
  CountKeywordArgs: false

Metrics/MethodLength:
  Max: 11

#Style/MethodMissing:
#  Enabled: false

Metrics/BlockLength:
  Enabled: true
  Exclude:
   - 'spec/**/*'

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    '%i': '[]'
    '%I': '[]'
    '%r': '{}'
    '%w': '[]'
    '%W': '[]'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
page_magic-2.0.6 .rubocop.yml
page_magic-2.0.5 .rubocop.yml
page_magic-2.0.4 .rubocop.yml
page_magic-2.0.3 .rubocop.yml
page_magic-2.0.2 .rubocop.yml
page_magic-2.0.1 .rubocop.yml
page_magic-2.0.0 .rubocop.yml