Sha256: 83314ae977c886a11d92b80384c8d000fc3efdfa83a6a03a7aa8026c1fe1e917

Contents?: true

Size: 491 Bytes

Versions: 11

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.1.
AllCops:
  TargetRubyVersion: 2.1
  # 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

11 entries across 11 versions & 1 rubygems

Version Path
meowcop-1.17.0 examples/.rubocop.yml
meowcop-1.16.1 examples/.rubocop.yml
meowcop-1.16.0 examples/.rubocop.yml
meowcop-1.15.1 examples/.rubocop.yml
meowcop-1.15.0 examples/.rubocop.yml
meowcop-1.14.0 examples/.rubocop.yml
meowcop-1.13.0 examples/.rubocop.yml
meowcop-1.12.1 examples/.rubocop.yml
meowcop-1.12.0 examples/.rubocop.yml
meowcop-1.11.0 examples/.rubocop.yml
meowcop-1.10.0 examples/.rubocop.yml