AllCops: Exclude: - '*.gemspec' Lint/EndAlignment: AlignWith: variable Metrics/AbcSize: Max: 30 Metrics/ClassLength: Max: 150 Metrics/CyclomaticComplexity: Max: 10 Metrics/MethodLength: Max: 25 Metrics/PerceivedComplexity: Max: 8 Style/AccessModifierIndentation: EnforcedStyle: outdent Style/CaseIndentation: IndentWhenRelativeTo: end Style/DotPosition: EnforcedStyle: trailing Style/DoubleNegation: Enabled: false Style/Encoding: EnforcedStyle: when_needed Style/HashSyntax: EnforcedStyle: hash_rockets Style/IfUnlessModifier: MaxLineLength: 40 Style/IndentHash: EnforcedStyle: consistent Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': '[]' '%W': '[]' Style/Semicolon: AllowAsExpressionSeparator: true Style/SpaceBeforeBlockBraces: EnforcedStyle: no_space Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/TrailingComma: EnforcedStyleForMultiline: comma