require: rubocop-rspec HashSyntax: EnforcedStyle: hash_rockets Style/Documentation: Enabled: false Style/Lambda: Enabled: false Style/TrailingCommaInLiteral: Enabled: false Metrics/LineLength: Max: 120 # TODO: Cleanup Metrics/ModuleLength: Max: 200 # TODO: Cleanup Metrics/ClassLength: Max: 200 Metrics/MethodLength: Max: 15 Style/ModuleFunction: Enabled: false Metrics/AbcSize: Max: 25 Metrics/CyclomaticComplexity: Max: 7 Metrics/PerceivedComplexity: Max: 8 AlignHash: EnforcedHashRocketStyle: table