Sha256: 651abe15e59d8c16b0d276c24c37f0df3291bc9b7166b329f1c3f00a0a76d242

Contents?: true

Size: 681 Bytes

Versions: 1

Compression:

Stored size: 681 Bytes

Contents

require: rubocop

AllCops:
  TargetRubyVersion: 2.6
  Exclude:
    - bin/*
    - Guardfile
    - vendor/**/*

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 120

Metrics/BlockLength:
  ExcludedMethods: [
    'describe',
    'xdescribe',
    'context',
    'xcontext',
    'it',
    'xit',
    'let',
    'before',
    'after',
    'aggregate_failures'
  ]

Metrics/MethodLength:
  Max: 15

Metrics/ClassLength:
  Max: 150

Layout/HashAlignment:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

Lint/AmbiguousBlockAssociation:
  Exclude:
    - 'spec/*'
    - 'spec/**/*'
    - 'spec/***/**/*'
    - 'spec/****/***/**/*'
    - 'spec/*****/****/***/*'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
axr-0.6.2 .rubocop.yml