Sha256: 96692a6e471845e40f817187319c34bb52ebdf102a8684632e270cd87a321fce

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

###########################
# Configuration for rubocop
# in .rubocop.yml

##############
# Global rules
# see .rubocop_common.yml

##############
# Inherit default rules first, and then override those rules with
# our violation whitelist.
inherit_from:
  - .rubocop_common.yml
  - .rubocop_todo.yml

##############
# Project specific overrides here, example:
# Metrics/BlockLength:
#   Exclude:
#    - 'tasks/the_huge_task.rake'

AllCops:
  Exclude:
    - phobos_db_checkpoint.gemspec
    - spec/setup/**/*.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phobos_db_checkpoint-3.4.0 .rubocop.yml