Sha256: 2367f17d878c9d3a8439d796f30cedc93fad8d41860dd8989aba9249b034d717

Contents?: true

Size: 689 Bytes

Versions: 1

Compression:

Stored size: 689 Bytes

Contents

inherit_gem:
  bixby: bixby_default.yml

inherit_mode:
  merge:
    - Exclude
    
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
  
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Rails/HasAndBelongsToMany:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocul-2.0.0 rubocul_default.yml