AllCops: Exclude: - '*.gemspec' - 'vendor/**/*' 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/Alias: EnforcedStyle: prefer_alias_method 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/IndentArray: EnforcedStyle: consistent Style/IndentAssignment: Enabled: false Style/IndentHash: EnforcedStyle: consistent Style/ParallelAssignment: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': '[]' '%W': '[]' Style/Semicolon: AllowAsExpressionSeparator: true Style/SignalException: EnforcedStyle: semantic Style/SpaceBeforeBlockBraces: EnforcedStyle: no_space Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/TrailingCommaInArguments: EnforcedStyleForMultiline: no_comma Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma