Sha256: e0ad558a6c890025cf796fc01655863987385fc413fefcba9cd0f6ce380219ba

Contents?: true

Size: 295 Bytes

Versions: 1

Compression:

Stored size: 295 Bytes

Contents

##############
# Global rules
AllCops:
  Exclude:
    - db/**/*
  TargetRubyVersion: 2.5

Rails:
  Enabled: false

Style/SymbolArray:
  EnforcedStyle: brackets

Metrics/LineLength:
  Max: 100

Metrics/BlockLength:
  Exclude:
   - '*.gemspec'
   - 'spec/**/*.rb'

Documentation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phobos_db_checkpoint-3.4.0 .rubocop_common.yml