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