# 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 # You can customize rubocop settings. # For example. # Style/FrozenStringLiteralComment: # Enabled: true # EnforcedStyle: always