require: rubocop-performance inherit_mode: merge: - Exclude AllCops: Exclude: - bin/**/* TargetRubyVersion: 2.4 Metrics/AbcSize: Exclude: - test/**/* Metrics/BlockLength: Exclude: - groundskeeper.gemspec Metrics/ClassLength: Exclude: - test/**/* Layout/EmptyLineBetweenDefs: Exclude: - test/**/* Metrics/MethodLength: Exclude: - test/**/* Lint/NestedMethodDefinition: Exclude: - test/**/* Style/SingleLineMethods: Exclude: - test/**/* Style/StringLiterals: EnforcedStyle: double_quotes