Sha256: 60cd5bb8ed02e52a279df07bad4395e8f07f797477cb9fe3b4539a1cd5808881

Contents?: true

Size: 759 Bytes

Versions: 1

Compression:

Stored size: 759 Bytes

Contents

inherit_from:
  - ../conf/rubocop.yml

inherit_mode:
  merge:
    - Exclude

AllCops:
  TargetRailsVersion: 5.1
  Exclude:
    - tmp/cache/**/*

Metrics/BlockLength:
  inherit_mode:
    merge:
      - Exclude
  Exclude:
  - "app/graphql/**/*.rb"
  - "config/environments/*.rb"
  - "lib/tasks/**/*.rake"

Rails:
  Enabled: true

Rails/FilePath:
  Enabled: false

Rails/HasAndBelongsToMany:
  Enabled: false

Rails/RelativeDateConstant:
  # Auto-correct is broken for this cops in some cases. It replaces the
  # constant but does not update references to it.
  AutoCorrect: false

Style/DoubleNegation:
  Enabled: false

Style/MixinUsage:
  Exclude:
  - "bin/**/*"

Rails/UnknownEnv:
  Environments:
    - development
    - test
    - staging
    - production

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezcater_rubocop-1.0.2 conf/rubocop_rails.yml