require: - rubocop-performance Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/LineLength: Max: 120 Style/Documentation: Enabled: false Style/MutableConstant: EnforcedStyle: strict Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma