require: - rubocop-rake - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 2.5 Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 Layout/DotPosition: EnforcedStyle: trailing Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/HashAlignment: EnforcedHashRocketStyle: table EnforcedColonStyle: table RSpec/MultipleExpectations: Enabled: false RSpec/NestedGroups: Max: 4 Lint/MissingSuper: Enabled: false Naming/MethodParameterName: AllowedNames: - as