--- inherit_gem: rubocop-sensible: 'config/rubocop.yml' require: - rubocop-minitest - rubocop-performance AllCops: Exclude: - 'Rakefile' - 'alba.gemspec' NewCops: enable Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/MethodLength: Max: 20 Style/FrozenStringLiteralComment: Enabled: false