Sha256: 397fd49ef3950d1cec710605e19bdb6ebd293775ebe04400b53c2f6ab8798561

Contents?: true

Size: 757 Bytes

Versions: 1

Compression:

Stored size: 757 Bytes

Contents

inherit_gem:
  bixby: bixby_default.yml

inherit_mode:
  merge:
    - Exclude

require:
 - ./lib/rubocop/cul.rb

AllCops:
  Exclude:
    - 'app/javascript/**/*'
    - 'node_modules/**/*'

# Turning off until we can support multiple enforced styles (key and table). This is available in newer version of rubocop.
Layout/AlignHash:
  Enabled: false

# In Rubocop 0.68 (a newer version than we're using right now), the IndentHash rule has been renamed to IndentFirstHashElement.
Layout/IndentHash:
  EnforcedStyle: consistent

RSpec/MessageSpies:
  Enabled: false

Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Style/RedundantSelf:
  Enabled: false

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

Rails/HasAndBelongsToMany:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocul-2.0.2 rubocul_default.yml