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