Sha256: f8d0416fe27bf6de5443afff870bb2fc91b1ddb895a3e91e817e358cd1253d44

Contents?: true

Size: 491 Bytes

Versions: 3

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.2.
AllCops:
  TargetRubyVersion: 2.2
  # 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

3 entries across 3 versions & 1 rubygems

Version Path
meowcop-1.19.0 examples/.rubocop.yml
meowcop-1.18.0 examples/.rubocop.yml
meowcop-1.17.1 examples/.rubocop.yml