Sha256: 550b732390f26c89227e6812653ac78e12fe33a7417ed05ce6a785c94008a7e0

Contents?: true

Size: 556 Bytes

Versions: 2

Compression:

Stored size: 556 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  Include:
    - Dangerfile

  Exclude:
    - vendor/**/*
    - bin/**/*
    - Guardfile

inherit_from: .rubocop_todo.yml

Gemspec/RequiredRubyVersion:
  Enabled: false

Naming/FileName:
  Exclude:
    - 'Gemfile'
    - 'Rakefile'
    - 'grape-entity.gemspec'
    - 'lib/grape-entity.rb'

Style/Documentation:
  Enabled: false

Style/MultilineIfModifier:
  Enabled: false

Style/RaiseArgs:
  Enabled: false

Lint/BooleanSymbol:
  Exclude:
    - 'spec/grape_entity/exposure_spec.rb'

Lint/UnneededDisable:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grape-entity-0.7.1 .rubocop.yml
grape-entity-0.7.0 .rubocop.yml