Sha256: 9766bc2359f2574db4d32ba3b56dbdd6882ff0a2cea705969a67aba4730cfe93

Contents?: true

Size: 577 Bytes

Versions: 1

Compression:

Stored size: 577 Bytes

Contents

Metrics/LineLength:
  Max: 120

AllCops:
  TargetRubyVersion: 2.1
  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

1 entries across 1 versions & 1 rubygems

Version Path
page_magic-1.2.9 .rubocop.yml