Sha256: 1ba598ecfe400293e8d87c60d0edac3e29ac3d1b16249a0e7990908abe9ff1f7

Contents?: true

Size: 879 Bytes

Versions: 8

Compression:

Stored size: 879 Bytes

Contents

AllCops:
  UseCache: true
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.4
  # Include:
  Exclude:
    - 'Gemfile'
    - 'db/**/*'
    - 'config/**/*'
    - 'script/**/*'
    - '**/Rakefile'
    - '**/config.ru'

StringLiterals:
  Enabled: false

Layout/EmptyLinesAroundClassBody:
  Enabled: false

Layout/EmptyLines:
  Enabled: false

Layout/EmptyLinesAroundBlockBody:
  Exclude:
    - 'spec/**/*'

Style/FrozenStringLiteralComment:
  Enabled: false

Style/EmptyMethod:
  Enabled: false

Style/MethodMissing:
  Enabled: false

# Rails:
#   Enabled: true

Metrics/LineLength:
  Max: 90

Metrics/MethodLength:
  Max: 20

Metrics/AbcSize:
  Enabled: false

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

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

Layout/ExtraSpacing:
  Enabled: false

Layout/SpaceAroundOperators:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
evvnt-0.2.6 .rubocop.yml
evvnt-0.2.5 .rubocop.yml
evvnt-0.2.4 .rubocop.yml
evvnt-0.2.3 .rubocop.yml
evvnt-0.2.2 .rubocop.yml
evvnt-0.2.1 .rubocop.yml
evvnt-0.2.0 .rubocop.yml
evvnt-0.1.0 .rubocop.yml