Sha256: 3cf2777e81e0df096cd94fe4ca003cdb78580e2686f933c70fe38b3f329b0daf

Contents?: true

Size: 491 Bytes

Versions: 1

Compression:

Stored size: 491 Bytes

Contents

# To use the MeowCop gem.
inherit_gem:
  meowcop:
    - config/rubocop.yml

# Modify the version if you don't use MRI 2.6.
AllCops:
  TargetRubyVersion: 2.6
  # If you use RuboCop with Ruby on Rails, specify TargetRailsVersion(default: 5.0).
  TargetRailsVersion: 5.0

Rails:
  # If you use RuboCop with Ruby on Rails, turn on this option.
  Enabled: false

# You can customize rubocop settings.
# For example.
# Style/FrozenStringLiteralComment:
#   Enabled: true
#   EnforcedStyle: always

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
meowcop-1.20.0 examples/.rubocop.yml