Sha256: 01a8b1aa57444bf01e1417294bbbc70c9b31fd6a2310e4d4e3511b98e6f65494

Contents?: true

Size: 490 Bytes

Versions: 1

Compression:

Stored size: 490 Bytes

Contents

#
# RuboCop is a Ruby static code analyzer and code formatter that tries to enforce many of
# the guidelines outlined in the community Ruby and Rails
# style guides.
#
# https://docs.rubocop.org/en/latest/
# https://rubystyle.guide/
# https://rails.rubystyle.guide/
inherit_from: rubocop-base.yaml
inherit_mode:
  merge:
    - Include
    - Exclude
    - IgnoredMethods
    - AllowedMethods

AllCops:
  Exclude:
    - "test/**/*"

Metrics/AbcSize:
  IgnoredMethods:
    - new
    - generate

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
practical-pig-1.0.0 .rubocop.yml